wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
aadb35888f
commit
9b96c160cc
|
@ -7213,6 +7213,15 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- static void wxValidator::SuppressBellOnError(bool suppress = true) -->
|
||||
<function name="wxValidator::SuppressBellOnError">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in" default="true">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxBitmapToggleButton::SetValue( bool state ) -->
|
||||
<function name="wxBitmapToggleButton::SetValue">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -7646,14 +7655,49 @@
|
|||
</function>
|
||||
<!-- void wxPGProperty::SetTextColour(const wxColour & colour, int flags = wxPG_RECURSE)-->
|
||||
<!-- void wxFloatProperty::SetTextColour(const wxColour & colour, int flags = wxPG_RECURSE)-->
|
||||
<function name="wxPGProperty::SetTextColour,wxFloatProperty::SetTextColour">
|
||||
<!-- void wxUIntProperty::SetTextColour(const wxColour & colour, int flags = wxPG_RECURSE)-->
|
||||
<function name="wxPGProperty::SetTextColour,wxFloatProperty::SetTextColour,wxUIntProperty::SetTextColour">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in" default="wxPG_RECURSE">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxBookCtrlBase::SetPageImage(size_t page, int image) -->
|
||||
<!-- bool wxToolbook::SetPageImage(size_t page, int image) -->
|
||||
<function name="wxBookCtrlBase::SetPageImage,wxToolbook::SetPageImage">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxBookCtrlBase::AddPage(wxWindow * page, const wxString & text, bool select = false, int imageId = NO_IMAGE) -->
|
||||
<!-- bool wxToolbook::AddPage(wxWindow * page, const wxString & text, bool select = false, int imageId = NO_IMAGE) -->
|
||||
<function name="wxBookCtrlBase::AddPage,wxToolbook::AddPage">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in"/>
|
||||
<arg nr="3" direction="in" default="false">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="4" direction="in" default="NO_IMAGE">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxFileDialog::SetFilterIndex(int filterIndex)-->
|
||||
<function name="wxFileDialog::SetFilterIndex">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue