wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
b3317009f2
commit
87c4a3d13b
|
@ -5778,7 +5778,8 @@
|
||||||
<!-- virtual bool wxChoice::Show (bool show=true) -->
|
<!-- virtual bool wxChoice::Show (bool show=true) -->
|
||||||
<!-- virtual bool wxBitmapButton::Show (bool show=true) -->
|
<!-- virtual bool wxBitmapButton::Show (bool show=true) -->
|
||||||
<!-- virtual bool wxCheckBox::Show (bool show=true) -->
|
<!-- virtual bool wxCheckBox::Show (bool show=true) -->
|
||||||
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show,wxBitmapButton::Show,wxCheckBox::Show">
|
<!-- virtual bool wxFrame::Show (bool show=true) -->
|
||||||
|
<function name="wxWindow::Show,wxFrame::Show,wxStaticText::Show,wxButton::Show,wxStaticBitmap::Show,wxTextCtrl::Show,wxPopupTransientWindow::Show,wxSpinCtrl::Show,wxChoice::Show,wxBitmapButton::Show,wxCheckBox::Show">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
|
@ -6920,6 +6921,23 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- bool wxDialog::Create(wxWindow * parent, wxWindowID id, const wxString & title, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE, const wxString & name = wxDialogNameStr) -->
|
||||||
|
<function name="wxDialog::Create">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="3" direction="in"/>
|
||||||
|
<arg nr="4" direction="in" default="wxDefaultPosition"/>
|
||||||
|
<arg nr="5" direction="in" default="wxDefaultSize"/>
|
||||||
|
<arg nr="6" direction="in" default="wxDEFAULT_DIALOG_STYLE"/>
|
||||||
|
<arg nr="7" direction="in" default="wxDialog"/>
|
||||||
|
</function>
|
||||||
<!-- void wxGrid::SetMargins(int extraWidth, int extraHeight) -->
|
<!-- void wxGrid::SetMargins(int extraWidth, int extraHeight) -->
|
||||||
<function name="wxGrid::SetMargins">
|
<function name="wxGrid::SetMargins">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -7195,6 +7213,23 @@
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxBitmapToggleButton::SetValue( bool state ) -->
|
||||||
|
<function name="wxBitmapToggleButton::SetValue">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- bool wxBitmapToggleButton::GetValue( ) const -->
|
||||||
|
<function name="wxBitmapToggleButton::GetValue">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<const/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<use-retval/>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
</function>
|
||||||
<!-- void wxSearchCtrl::SetDescriptiveText(const wxString & text) -->
|
<!-- void wxSearchCtrl::SetDescriptiveText(const wxString & text) -->
|
||||||
<function name="wxSearchCtrl::SetDescriptiveText">
|
<function name="wxSearchCtrl::SetDescriptiveText">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue