wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-11 16:00:45 +01:00
parent 28ba142714
commit 2814814af3
1 changed files with 25 additions and 0 deletions

View File

@ -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>