wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
84ab91c8b9
commit
bf825ea14f
|
@ -8911,6 +8911,17 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxToolBar::ToggleTool( int toolid, bool toggle ) -->
|
||||||
|
<function name="wxToolBar::ToggleTool">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- wxMenuItem* wxMenu::AppendCheckItem(int id, const wxString & item, const wxString & help = wxEmptyString)-->
|
<!-- wxMenuItem* wxMenu::AppendCheckItem(int id, const wxString & item, const wxString & help = wxEmptyString)-->
|
||||||
<!-- wxMenuItem* wxMenu::AppendRadioItem(int id, const wxString & item, const wxString & help = wxEmptyString)-->
|
<!-- wxMenuItem* wxMenu::AppendRadioItem(int id, const wxString & item, const wxString & help = wxEmptyString)-->
|
||||||
<function name="wxMenu::AppendCheckItem,wxMenu::AppendRadioItem">
|
<function name="wxMenu::AppendCheckItem,wxMenu::AppendRadioItem">
|
||||||
|
|
Loading…
Reference in New Issue