wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
86e3ce7a47
commit
4e6d4e4ddd
|
@ -6621,22 +6621,32 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- bool wxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
||||
<!-- bool wxBoxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
||||
<function name="wxSizer::SetItemMinSize,wxBoxSizer::SetItemMinSize">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<!--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">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" default="wxEmptyString"/>
|
||||
</function>
|
||||
<!-- bool wxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
||||
<!-- bool wxBoxSizer::SetItemMinSize( wxWindow * window, int width, int height ) -->
|
||||
<function name="wxSizer::SetItemMinSize,wxBoxSizer::SetItemMinSize">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxPoint wxRect::GetPosition() const -->
|
||||
<function name="wxStaticText::GetPosition">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue