wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
23c7621b24
commit
87468dff3b
|
@ -11276,6 +11276,21 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxTreeItemId wxTreeCtrl::AppendItem(const wxTreeItemId & parent, const wxString & text, int image = -1, int selImage = -1, wxTreeItemData * data = NULL)-->
|
||||
<function name="wxTreeCtrl::AppendItem">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxTreeItemId"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
<arg nr="3" default="-1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="4" default="-1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="5" default="NULL" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxDataViewListCtrl::AppendItem(const wxVector< wxVariant > & values, wxUIntPtr data = NULL) -->
|
||||
<function name="wxDataViewListCtrl::AppendItem">
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue