wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
5c12602596
commit
f37308c0fd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue