wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
55a055639f
commit
97ff4d9f1e
|
@ -7937,7 +7937,7 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- bool wxEvtHandler::Disconnect(int id = wxID_ANY, wxEventType eventType = wxEVT_NULL, wxObjectEventFunction function = NULL, wxObject * userData = NULL, wxEvtHandler * eventSink = NULL) -->
|
||||
<function name="wxEvtHandler::Disconnect,wxSlider::Disconnect,wxStaticText::Disconnect,wxTextCtrl::Disconnect,wxButton::Disconnect,wxCheckBox::Disconnect,wxComboBox::Disconnect">
|
||||
<function name="wxEvtHandler::Disconnect,wxSlider::Disconnect,wxStaticText::Disconnect,wxTextCtrl::Disconnect,wxButton::Disconnect,wxBitmapButton::Disconnect,wxCheckBox::Disconnect,wxComboBox::Disconnect">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
|
@ -14556,6 +14556,7 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<function name="wxPGProperty::StringToValue">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
|
@ -14575,9 +14576,20 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxRichTextAttr:SetFlags(long flags); -->
|
||||
<function name="wxRichTextAttr::SetFlags">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxWizard::SetPageSize(const wxSize & sizePage) -->
|
||||
<function name="wxWizard::SetPageSize">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
|
@ -14588,6 +14600,7 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<!-- long wxExecute(const wxString & command , wxArrayString & output , wxArrayString & errors , int flags = 0, const wxExecuteEnv * env = NULL) -->
|
||||
<function name="wxExecute">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="long"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="4" default="0" direction="in"/>
|
||||
|
@ -14597,6 +14610,7 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<function name="wxImageList::Create">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
|
@ -14638,12 +14652,14 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<function name="wxClipboard::IsSupported,wxTheClipboard::IsSupported">
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- virtual bool wxClipboard::GetData(wxDataObject & data)-->
|
||||
<function name="wxClipboard::GetData,wxTheClipboard::GetData">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="out"/>
|
||||
</function>
|
||||
|
@ -14660,6 +14676,7 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<function name="wxColourDatabase::Find,wxTheColourDatabase::Find">
|
||||
<noreturn>false</noreturn>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<returnValue type="wxColour"/>
|
||||
<use-retval/>
|
||||
<arg nr="1" direction="in"/>
|
||||
|
@ -14668,6 +14685,7 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<function name="wxColourDatabase::FindName,wxTheColourDatabase::FindName">
|
||||
<noreturn>false</noreturn>
|
||||
<const/>
|
||||
<leak-ignore/>
|
||||
<returnValue type="wxString"/>
|
||||
<use-retval/>
|
||||
<arg nr="1" direction="in"/>
|
||||
|
|
Loading…
Reference in New Issue