wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-05-17 14:17:26 +02:00
parent 5c12602596
commit f37308c0fd
1 changed files with 22 additions and 0 deletions

View File

@ -12769,6 +12769,13 @@
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!--bool wxShell(const wxString &command=wxEmptyString)-->
<function name="wxShell">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" default="wxEmptyString" direction="in"/>
</function>
<!--void wxDC::SetLayoutDirection(wxLayoutDirection dir)-->
<function name="wxDC::SetLayoutDirection">
<noreturn>false</noreturn>
@ -12849,6 +12856,21 @@
<not-bool/>
</arg>
</function>
<!--bool wxSizer::Hide(wxWindow * window, bool recursive = false) -->
<!--bool wxSizer::Hide(wxSizer * sizer, bool recursive = false)-->
<!--bool wxSizer::Hide(size_t index)-->
<function name="wxSizer::Hide,wxBoxSizer::Hide,wxStaticBoxSizer::Hide">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" default="false" direction="in">
<not-uninit/>
</arg>
</function>
<!--unsigned long wxGetProcessId(void)-->
<function name="wxGetProcessId">
<noreturn>false</noreturn>