wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
2df692f295
commit
87379683e0
|
@ -7627,7 +7627,7 @@
|
|||
<arg nr="6" direction="in" default="wxDefaultValidator"/>
|
||||
<arg nr="7" direction="in" default="wxControl"/>
|
||||
</function>
|
||||
<!-- bool wxControl::Create(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
|
||||
<!-- bool wxSlider::Create(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
|
||||
<function name="wxSlider::Create">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
|
@ -7667,7 +7667,28 @@
|
|||
</arg>
|
||||
<arg nr="6" direction="in" default="wxScrolledWindow"/>
|
||||
</function>
|
||||
<!-- bool wxStaticText::Create(wxWindow * parent, wxWindowID id, const wxString & title, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxString & name = wxDialogNameStr) -->
|
||||
<!-- bool wxCheckBox::Create(wxWindow * parent, wxWindowID id, const wxString & label, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxString & name = wxDialogNameStr) -->
|
||||
<function name="wxCheckBox::Create">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</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="0">
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="7" direction="in" default="wxDefaultValidator"/>
|
||||
<arg nr="8" direction="in" default="wxStaticTextNameStr"/>
|
||||
</function>
|
||||
<!-- bool wxStaticText::Create(wxWindow * parent, wxWindowID id, const wxString & title, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = NameStr) -->
|
||||
<function name="wxStaticText::Create">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
|
@ -10991,7 +11012,8 @@
|
|||
<!-- virtual void wxTextCtrl::SetValidator(const wxValidator & validator) -->
|
||||
<!-- virtual void wxGridCellTextEditor::SetValidator(const wxValidator & validator) -->
|
||||
<!-- virtual void wxGridCellFloatEditor::SetValidator(const wxValidator & validator) -->
|
||||
<function name="wxWindow::SetValidator,wxTextCtrl::SetValidator,wxGridCellTextEditor::SetValidator,wxGridCellFloatEditor::SetValidator">
|
||||
<!-- virtual void wxCheckBox::SetValidator(const wxValidator & validator) -->
|
||||
<function name="wxWindow::SetValidator,wxTextCtrl::SetValidator,wxGridCellTextEditor::SetValidator,wxGridCellFloatEditor::SetValidator,wxCheckBox::SetValidator">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue