wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
28ba142714
commit
2814814af3
|
@ -8857,4 +8857,29 @@
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2" direction="in"/>
|
<arg nr="2" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxGrid::UseNativeColHeader( bool native = true ) -->
|
||||||
|
<function name="wxGrid::UseNativeColHeader">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" default="true" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- bool wxGrid::SetTable(wxGridTableBase * table, bool takeOwnership = false, wxGridSelectionModes selmode = wxGridSelectCells) -->
|
||||||
|
<function name="wxGrid::SetTabler">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="inout">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" default="false" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="3" default="wxGridSelectCells" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue