wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
42e12bc310
commit
03309a47ae
|
@ -10896,6 +10896,16 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxTreeListCtrl::AreAllChildrenInState(wxTreeListItem item, wxCheckBoxState state ) const -->
|
||||
<function name="wxTreeListCtrl::AreAllChildrenInState">
|
||||
<use-retval/>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
</function>
|
||||
<!-- wxTreeListItem wxTreeListCtrl::AppendItem(wxTreeListItem parent, const wxString & text, int imageClosed = -1, int imageOpened = -1, wxClientData * data = NULL) -->
|
||||
<function name="wxTreeListCtrl::AppendItem">
|
||||
<leak-ignore/>
|
||||
|
@ -10911,7 +10921,7 @@
|
|||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="4" default="NULL" direction="in">
|
||||
<arg nr="5" default="NULL" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue