wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
d23112e0c2
commit
b99d9e779d
|
@ -7500,6 +7500,18 @@
|
|||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxPGProperty::Hide(bool hide, int flags = wxPG_RECURSE)-->
|
||||
<function name="wxPGProperty::Hide">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in" default="wxPG_RECURSE">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxPGProperty::SetValueFromInt(long value, int flags = 0) -->
|
||||
<!-- bool wxBoolProperty::SetValueFromInt(long value, int flags = 0) -->
|
||||
<function name="wxPGProperty::SetValueFromInt,wxBoolProperty::SetValueFromInt">
|
||||
|
@ -7556,6 +7568,13 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxSashLayoutWindow::SetDefaultSize(const wxSize & size) -->
|
||||
<function name="wxSashLayoutWindow::SetDefaultSize">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</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">
|
||||
|
@ -10159,7 +10178,9 @@
|
|||
<!-- void wxStaticText::SetMaxSize(const wxSize & size) -->
|
||||
<!-- void wxButton::SetMinSize(const wxSize & size) -->
|
||||
<!-- void wxButton::SetMaxSize(const wxSize & size) -->
|
||||
<function name="wxWindow::SetMinSize,wxWindow::SetMaxSize,wxWindow::SetMinClientSize,wxWindow::SetMaxClientSize,wxTextCtrl::SetMinSize,wxTextCtrl::SetMaxSize,wxStaticText::SetMinSize,wxStaticText::SetMaxSize,wxButton::SetMinSize,wxButton::SetMaxSize">
|
||||
<!-- void wxPropertyGridManager::SetMinSize(const wxSize & size) -->
|
||||
<!-- void wxPropertyGridManager::SetMaxSize(const wxSize & size) -->
|
||||
<function name="wxWindow::SetMinSize,wxWindow::SetMaxSize,wxWindow::SetMinClientSize,wxWindow::SetMaxClientSize,wxTextCtrl::SetMinSize,wxTextCtrl::SetMaxSize,wxStaticText::SetMinSize,wxStaticText::SetMaxSize,wxButton::SetMinSize,wxButton::SetMaxSize,wxPropertyGridManager::SetMinSize,wxPropertyGridManager::SetMaxSize">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue