wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
41cf865947
commit
08b2669a4c
|
@ -5086,7 +5086,8 @@
|
|||
<!-- virtual bool wxTextCtrl::Show (bool show=true) -->
|
||||
<!-- virtual bool wxPopupTransientWindow::Show (bool show=true) -->
|
||||
<!-- virtual bool wxSpinCtrl::Show (bool show=true) -->
|
||||
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show">
|
||||
<!-- virtual bool wxChoice::Show (bool show=true) -->
|
||||
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
|
@ -5100,7 +5101,10 @@
|
|||
<!-- bool wxStaticBoxSizer::Show(wxWindow * window, bool show = true, bool recursive = false) -->
|
||||
<!-- bool wxStaticBoxSizer::Show(wxSizer * window, bool show = true, bool recursive = false) -->
|
||||
<!-- bool wxStaticBoxSizer::Show(size_t index, bool show = true) -->
|
||||
<function name="wxSizer::Show,wxStaticBoxSizer::Show">
|
||||
<!-- bool wxBoxSizer::Show(wxWindow * window, bool show = true, bool recursive = false) -->
|
||||
<!-- bool wxBoxSizer::Show(wxSizer * window, bool show = true, bool recursive = false) -->
|
||||
<!-- bool wxBoxSizer::Show(size_t index, bool show = true) -->
|
||||
<function name="wxSizer::Show,wxStaticBoxSizer::Show,wxBoxSizer::Show">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
|
@ -7348,6 +7352,18 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- size_t wxArrayDouble::Add(double i, size_t copies = 1) -->
|
||||
<function name="wxArrayDouble::Add">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="size_t"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in" default="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxString wxString::BeforeFirst( wxUniChar ch, wxString * rest = NULL) const -->
|
||||
<!-- wxString wxString::BeforeLast( wxUniChar ch, wxString * rest = NULL) const -->
|
||||
<function name="wxString::BeforeFirst,wxString::BeforeLast">
|
||||
|
@ -7360,6 +7376,18 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- size_t wxDir::Traverse(wxDirTraverser & sink, const wxString & filespec = wxEmptyString, int flags = wxDIR_DEFAULT) const-->
|
||||
<function name="wxDir::Traverse">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="size_t"/>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="out"/>
|
||||
<arg nr="2" direction="in" default=""/>
|
||||
<arg nr="3" direction="in" default="wxDIR_DEFAULT">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--size_t wxArrayString::GetCount() const-->
|
||||
<function name="wxArrayString::GetCount">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -7870,7 +7898,9 @@
|
|||
</function>
|
||||
<!-- void wxDC::SetTextForeground( const wxColour & colour ) -->
|
||||
<!-- void wxDC::SetTextBackground( const wxColour & colour ) -->
|
||||
<function name="wxDC::SetTextForeground,wxDC::SetTextBackground">
|
||||
<!-- void wxBufferedPaintDC::SetTextForeground( const wxColour & colour ) -->
|
||||
<!-- void wxBufferedPaintDC::SetTextBackground( const wxColour & colour ) -->
|
||||
<function name="wxDC::SetTextForeground,wxDC::SetTextBackground,wxBufferedPaintDC::SetTextForeground,wxBufferedPaintDC::SetTextBackground">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -9799,6 +9829,24 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--void wxDC::SetLogicalFunction(wxRasterOperationMode function)-->
|
||||
<function name="wxDC::SetLogicalFunction">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--void wxDC::SetLayoutDirection(wxLayoutDirection dir)-->
|
||||
<function name="wxDC::SetLayoutDirection">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--virtual bool wxImage::SaveFile(wxOutputStream & stream, const wxString & mimetype) const -->
|
||||
<!--virtual bool wxImage::SaveFile(wxOutputStream & stream, wxBitmapType type) const -->
|
||||
<!--virtual bool wxImage::SaveFile(const wxString & name, wxBitmapType type) const -->
|
||||
|
|
Loading…
Reference in New Issue