wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
86e3ce7a47
commit
4e6d4e4ddd
|
@ -6621,6 +6621,16 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!--virtual wxToolBarToolBase* wxToolBar::AddControl(wxControl * control, const wxString & label = wxEmptyString)-->
|
||||||
|
<function name="wxToolBar::AddControl">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxToolBarToolBase *"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" default="wxEmptyString"/>
|
||||||
|
</function>
|
||||||
<!-- bool wxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
<!-- bool wxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
||||||
<!-- bool wxBoxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
<!-- bool wxBoxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
||||||
<function name="wxSizer::SetItemMinSize,wxBoxSizer::SetItemMinSize">
|
<function name="wxSizer::SetItemMinSize,wxBoxSizer::SetItemMinSize">
|
||||||
|
|
Loading…
Reference in New Issue