wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-07-30 09:29:43 +02:00
parent 290b4fb1d2
commit af86a58f5e
1 changed files with 16 additions and 0 deletions

View File

@ -10405,4 +10405,20 @@
<not-null/>
</arg>
</function>
<!-- bool wxGrid::SetTable(wxGridTableBase * table, bool takeOwnership = false, wxGridSelectionModes selmode = wxGridSelectCells) -->
<function name="wxGrid::SetTable">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="inout">
<not-uninit/>
<not-null/>
</arg>
<arg nr="2" default="true" direction="in">
<not-uninit/>
</arg>
<arg nr="3" default="wxGridSelectCells" direction="in">
<not-uninit/>
</arg>
</function>
</def>