wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-03-04 20:43:53 +01:00
parent 42e12bc310
commit 03309a47ae
1 changed files with 11 additions and 1 deletions

View File

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