wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
e468a35545
commit
681cb7dd90
|
@ -5577,7 +5577,6 @@
|
|||
</arg>
|
||||
<warn severity="style">This function is deprecated.</warn>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_sizer_item.html#a83baa6835015e9ccd71ba290883db4f5-->
|
||||
<!-- void wxSizerItem::SetSizer(wxSizer * sizer)-->
|
||||
<function name="wxSizerItem::SetSizer">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -5588,6 +5587,19 @@
|
|||
</arg>
|
||||
<warn severity="style">This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSizer' which does free it instead.</warn>
|
||||
</function>
|
||||
<!-- void wxWindow::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
|
||||
<!-- void wxPanel::SetSizer(wxSizer * sizer, bool deleteOld = true)-->
|
||||
<function name="wxWindow::SetSizer,wxPanel::SetSizer">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" default="true">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_sizer_item.html#a83baa6835015e9ccd71ba290883db4f5-->
|
||||
<!-- void wxSizerItem::SetSpacer(const wxSize & size)-->
|
||||
<function name="wxSizerItem::SetSpacer">
|
||||
|
@ -7033,4 +7045,11 @@
|
|||
</arg>
|
||||
<arg nr="3"/>
|
||||
</function>
|
||||
<!--virtual void wxGridCellEditor::StartingKey(wxKeyEvent & event)-->
|
||||
<!--virtual void wxGridCellTextEditor::StartingKey(wxKeyEvent & event)-->
|
||||
<function name="wxGridCellEditor::StartingKey,wxGridCellTextEditor::StartingKey">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue