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

This commit is contained in:
orbitcowboy 2020-12-20 14:47:47 +01:00
parent 84ab91c8b9
commit bf825ea14f
1 changed files with 13 additions and 2 deletions

View File

@ -7668,13 +7668,13 @@
<not-bool/>
</arg>
</function>
<!-- bool wxFileName::AppendDir( const wxString & dir ) -->
<!-- bool wxFileName::AppendDir( const wxString & dir ) -->
<function name="wxFileName::AppendDir">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxGetEnv( const wxString & var, wxString * value ) -->
<!-- bool wxGetEnv( const wxString & var, wxString * value ) -->
<function name="wxGetEnv">
<noreturn>false</noreturn>
<returnValue type="bool"/>
@ -8911,6 +8911,17 @@
<not-uninit/>
</arg>
</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::AppendRadioItem(int id, const wxString & item, const wxString & help = wxEmptyString)-->
<function name="wxMenu::AppendCheckItem,wxMenu::AppendRadioItem">