wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
e6a00b4dd5
commit
8bb7a899bd
|
@ -7699,6 +7699,31 @@
|
||||||
<valid>1:</valid>
|
<valid>1:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- bool wxFile::Eof( void ) const -->
|
||||||
|
<function name="wxFile::Eof">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
</function>
|
||||||
|
<!-- bool wxFile::Seek( wxFileOffset ofs, wxSeekMode mode = wxFromStart ) -->
|
||||||
|
<function name="wxFFile::Seek">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
<arg nr="2" default="wxFromStart" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- bool wxFFile::SeekEnd( wxFileOffset ofs = 0 ) -->
|
||||||
|
<function name="wxFFile::SeekEnd">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1" default="0" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- void wxGridTableBase::SetValueAsDouble( int row, int col, double value ) -->
|
<!-- void wxGridTableBase::SetValueAsDouble( int row, int col, double value ) -->
|
||||||
<!-- void wxGridTableBase::SetValueAsBool( int row, int col, bool value ) -->
|
<!-- void wxGridTableBase::SetValueAsBool( int row, int col, bool value ) -->
|
||||||
<!-- void wxGridTableBase::SetValueAsLong( int row, int col, longs value ) -->
|
<!-- void wxGridTableBase::SetValueAsLong( int row, int col, longs value ) -->
|
||||||
|
|
Loading…
Reference in New Issue