wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
091eb4f37a
commit
84cb5fea2a
|
@ -12558,7 +12558,7 @@
|
|||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="inout">
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" default="wxEmptyString" direction="in"/>
|
||||
|
@ -12566,4 +12566,29 @@
|
|||
<arg nr="5" default="wxNullColour" direction="in"/>
|
||||
<arg nr="6" default="wxNullColour" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxPropertyGridInterface::HideProperty(wxPGPropArg id, bool hide = true, int flags = wxPG_RECURSE) -->
|
||||
<!-- bool wxPropertyGridPage::HideProperty(wxPGPropArg id, bool hide = true, int flags = wxPG_RECURSE) -->
|
||||
<function name="wxPropertyGridInterface::HideProperty,wxPropertyGridPage::HideProperty">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" default="true" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" default="wxPG_RECURSE" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxPropertyGridInterface::SetPropertyEditor(wxPGPropArg id, const wxPGEditor * editor) -->
|
||||
<!-- void wxPropertyGridInterface::SetPropertyEditor(wxPGPropArg id, const wxString &name) -->
|
||||
<!-- void wxPropertyGridPage::SetPropertyEditor(wxPGPropArg id, const wxPGEditor * editor) -->
|
||||
<!-- void wxPropertyGridPage::SetPropertyEditor(wxPGPropArg id, const wxString &name) -->
|
||||
<function name="wxPropertyGridInterface::SetPropertyEditor,wxPropertyGridPage::SetPropertyEditor">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue