wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f340d30d42
commit
4fdbc6d172
|
@ -10431,7 +10431,7 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- void wxGrid::SetColMinimalWidth( int col, int width ) -->
|
<!-- void wxGrid::SetColMinimalWidth( int col, int width ) -->
|
||||||
<function name="wxGrid::SetColMinimalAcceptableWidth">
|
<function name="wxGrid::SetColMinimalWidth">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -10442,4 +10442,26 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxGrid::SelectRow(int row, bool addToSelected = false) -->
|
||||||
|
<function name="wxGrid::SelectRow">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" default="false" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- bool wxGrid::IsRowShown(int row) const -->
|
||||||
|
<function name="wxGrid::IsRowShown">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<use-retval/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue