wxwidgets.cfg: Added support for some various unconfigured functions from daca@home.

This commit is contained in:
orbitcowboy 2019-01-25 15:51:21 +01:00
parent 2268063797
commit 662ca8d3aa
1 changed files with 61 additions and 0 deletions

View File

@ -5566,6 +5566,24 @@
</arg>
<warn severity="style">This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSpacer' which does free it instead.</warn>
</function>
<!-- virtual void wxWindow::SetExtraStyle (long exStyle) -->
<!-- virtual void wxPropertyGridManager::SetExtraStyle(long exStyle) -->
<function name="wxWindow::SetExtraStyle,wxPropertyGridManager::SetExtraStyle">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- wxPropertyGridPage* wxPropertyGridManager::AddPage(const wxString & label = wxEmptyString, const wxBitmap & bmp = wxPG_NULL_BITMAP, wxPropertyGridPage * pageObj = NULL) -->
<function name="wxPropertyGridManager::AddPage">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxPropertyGridPage*"/>
<arg nr="1" default="wxEmptyString"/>
<arg nr="2" default="wxPG_NULL_BITMAP"/>
<arg nr="3" default="NULL"/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#a83774c9cbf840641cc6ffba25ce32059-->
<!-- void wxGrid::SetCellAlignment(int align, int row, int col) -->
<function name="wxGrid::SetCellAlignment">
@ -5704,6 +5722,15 @@
<not-uninit/>
</arg>
</function>
<!-- void wxGrid::SetRowLabelValue(int row, const wxString & value) -->
<function name="wxGrid::SetRowLabelValue">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2"/>
</function>
<!-- void wxGrid::SetReadOnly(int row, int col, bool isReadOnly = true) -->
<function name="wxGrid::SetReadOnly">
<noreturn>false</noreturn>
@ -6084,6 +6111,40 @@
<returnValue type="bool"/>
<arg nr="1"/>
</function>
<!-- bool wxPGProperty::SetValueFromInt(long value, int flags = 0) -->
<!-- bool wxBoolProperty::SetValueFromInt(long value, int flags = 0) -->
<function name="wxPGProperty::SetValueFromInt,wxBoolProperty::SetValueFromInt">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2" default="0">
<not-uninit/>
</arg>
</function>
<!-- void wxPropertyGridInterface::SetPropertyReadOnly(wxPGPropArg id, bool set = true, int flags = wxPG_RECURSE) -->
<!-- void wxPropertyGridPage::SetPropertyReadOnly(wxPGPropArg id, bool set = true, int flags = wxPG_RECURSE) -->
<function name="wxPropertyGridInterface::SetPropertyReadOnly,wxPropertyGridPage::SetPropertyReadOnly">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2" default="true">
<not-uninit/>
</arg>
<arg nr="3" default="wxPG_RECURSE">
<not-uninit/>
</arg>
</function>
<!-- void wxPGProperty::SetAttribute(const wxString & name, wxVariant value) -->
<function name="wxPGProperty::SetAttribute,wxBoolProperty::SetAttribute">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="2"/>
</function>
<!-- wxPGProperty* wxPGProperty::AppendChild(wxPGProperty * childProperty) -->
<function name="wxPGProperty::AppendChild">
<noreturn>false</noreturn>