wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
290b4fb1d2
commit
af86a58f5e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue