wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-19 11:55:13 +01:00
parent b3317009f2
commit 87c4a3d13b
1 changed files with 36 additions and 1 deletions

View File

@ -5778,7 +5778,8 @@
<!-- virtual bool wxChoice::Show (bool show=true) -->
<!-- virtual bool wxBitmapButton::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>
<leak-ignore/>
<returnValue type="bool"/>
@ -6920,6 +6921,23 @@
<not-uninit/>
</arg>
</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) -->
<function name="wxGrid::SetMargins">
<noreturn>false</noreturn>
@ -7195,6 +7213,23 @@
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</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) -->
<function name="wxSearchCtrl::SetDescriptiveText">
<noreturn>false</noreturn>