wxwidgets.cfg: Added support for some various unconfigured functions from daca@home.
This commit is contained in:
parent
2268063797
commit
662ca8d3aa
|
@ -5566,6 +5566,24 @@
|
||||||
</arg>
|
</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>
|
<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>
|
</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-->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#a83774c9cbf840641cc6ffba25ce32059-->
|
||||||
<!-- void wxGrid::SetCellAlignment(int align, int row, int col) -->
|
<!-- void wxGrid::SetCellAlignment(int align, int row, int col) -->
|
||||||
<function name="wxGrid::SetCellAlignment">
|
<function name="wxGrid::SetCellAlignment">
|
||||||
|
@ -5704,6 +5722,15 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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) -->
|
<!-- void wxGrid::SetReadOnly(int row, int col, bool isReadOnly = true) -->
|
||||||
<function name="wxGrid::SetReadOnly">
|
<function name="wxGrid::SetReadOnly">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -6084,6 +6111,40 @@
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
</function>
|
</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) -->
|
<!-- wxPGProperty* wxPGProperty::AppendChild(wxPGProperty * childProperty) -->
|
||||||
<function name="wxPGProperty::AppendChild">
|
<function name="wxPGProperty::AppendChild">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue