wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
6cfd42305c
commit
5f0a406e5e
|
@ -7689,6 +7689,27 @@
|
|||
<arg nr="2" direction="out"/>
|
||||
<arg nr="3" direction="out"/>
|
||||
</function>
|
||||
<!-- bool wxButton::Create(wxWindow * parent, wxWindowID id, const wxString &label=wxEmptyString, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
|
||||
<function name="wxButton::Create">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="3" direction="in" default="wxEmptyString"/>
|
||||
<arg nr="4" direction="in" default="wxDefaultPosition"/>
|
||||
<arg nr="5" direction="in" default="wxDefaultSize"/>
|
||||
<arg nr="6" direction="in" default="0">
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="7" direction="in" default="wxDefaultValidator"/>
|
||||
<arg nr="8" direction="in" default="wxButton"/>
|
||||
</function>
|
||||
<!-- bool wxControl::Create(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
|
||||
<function name="wxControl::Create">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -12961,7 +12982,8 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
void wxEvtHandler::Bind(const EventTag & eventType, void(Class::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
|
||||
<!-- void wxSpinCtrl::Bind(const EventTag & eventType, void(wxSpinCtrl::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
|
||||
<!-- void wxButton::Bind(const EventTag & eventType, void(wxSpinCtrl::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
|
||||
<function name="wxEvtHandler::Bind,wxSpinCtrl::Bind,wxButton::Bind">
|
||||
<!-- void wxRadioButton::Bind(const EventTag & eventType, void(wxSpinCtrl::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
|
||||
<function name="wxEvtHandler::Bind,wxSpinCtrl::Bind,wxButton::Bind,wxRadioButton::Bind">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
|
Loading…
Reference in New Issue