wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
1ce5beb45f
commit
2ac3f17413
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue