wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-20 15:00:38 +01:00
parent 1ce5beb45f
commit 2ac3f17413
1 changed files with 13 additions and 0 deletions

View File

@ -6026,6 +6026,19 @@
<not-uninit/>
</arg>
</function>
<!-- wxMenuItem* wxMenu::AppendSubMenu(wxMenu * submenu, const wxString & text, const wxString & help = wxEmptyString) -->
<function name="wxMenu::AppendSubMenu">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxMenuItem*"/>
<arg nr="1" direction="in">
<not-null/>
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in"/>
<arg nr="3" direction="in" default="wxEmptyString"/>
</function>
<!-- void wxMenu::Enable(int id, bool enable) -->
<!-- void wxMenu::Check(int id, bool check) -->
<function name="wxMenu::Enable,wxMenu::Check">