wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
f21605496b
commit
326d6fbb33
|
@ -11070,7 +11070,8 @@
|
|||
<!--void wxPropertyGridInterface::SetPropertyAttribute(wxPGPropArg id, const wxString & attrName, wxVariant value, long argFlags = 0)-->
|
||||
<!--void wxPropertyGridPage::SetPropertyAttribute(wxPGPropArg id, const wxString & attrName, wxVariant value, long argFlags = 0)-->
|
||||
<!--void wxPropertyGridManager::SetPropertyAttribute(wxPGPropArg id, const wxString & attrName, wxVariant value, long argFlags = 0)-->
|
||||
<function name="wxPropertyGridInterface::SetPropertyAttribute,wxPropertyGridPage::SetPropertyAttribute,wxPropertyGridManager::SetPropertyAttribute">
|
||||
<!--void wxPropertyGrid::SetPropertyAttribute(wxPGPropArg id, const wxString & attrName, wxVariant value, long argFlags = 0)-->
|
||||
<function name="wxPropertyGridInterface::SetPropertyAttribute,wxPropertyGridPage::SetPropertyAttribute,wxPropertyGridManager::SetPropertyAttribute,wxPropertyGrid::SetPropertyAttribute">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -11079,6 +11080,20 @@
|
|||
<arg nr="3" direction="in"/>
|
||||
<arg nr="4" direction="in" default="0">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--static wxPGEditor* wxPropertyGrid::RegisterEditorClass (wxPGEditor * editor, bool noDefCheck = false)-->
|
||||
<function name="wxPropertyGrid::RegisterEditorClass">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxPGEditor*"/>
|
||||
<arg nr="1" direction="inout">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="1" default="false" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxGridCellEditor::BeginEdit(int row, int col, wxGrid * grid) -->
|
||||
|
@ -13554,4 +13569,21 @@
|
|||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
</function>
|
||||
<!-- virtual bool wxPGProperty::OnEvent(wxPropertyGrid * propgrid, wxWindow * wnd_primary, wxEvent & event)-->
|
||||
<!-- bool wxStringProperty::OnEvent(wxPropertyGrid * propgrid, wxWindow * wnd_primary, wxEvent & event)-->
|
||||
<!-- bool wxPGTextCtrlEditor::OnEvent(wxPropertyGrid * propgrid, wxWindow * wnd_primary, wxEvent & event)-->
|
||||
<function name="wxPGProperty::OnEvent,wxStringProperty::OnEvent,wxPGTextCtrlEditor::OnEvent">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="3" direction="inout"/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue