wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
84ab91c8b9
commit
bf825ea14f
|
@ -7668,13 +7668,13 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- bool wxFileName::AppendDir( const wxString & dir ) -->
|
<!-- bool wxFileName::AppendDir( const wxString & dir ) -->
|
||||||
<function name="wxFileName::AppendDir">
|
<function name="wxFileName::AppendDir">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- bool wxGetEnv( const wxString & var, wxString * value ) -->
|
<!-- bool wxGetEnv( const wxString & var, wxString * value ) -->
|
||||||
<function name="wxGetEnv">
|
<function name="wxGetEnv">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
|
@ -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