Skip to content

Commit 5f0a406

Browse files
committed
wxwidgets.cfg: Added support for more interfaces, found by daca@home
1 parent 6cfd423 commit 5f0a406

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7689,6 +7689,27 @@
76897689
<arg nr="2" direction="out"/>
76907690
<arg nr="3" direction="out"/>
76917691
</function>
7692+
<!-- 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) -->
7693+
<function name="wxButton::Create">
7694+
<noreturn>false</noreturn>
7695+
<leak-ignore/>
7696+
<returnValue type="bool"/>
7697+
<arg nr="1" direction="in">
7698+
<not-uninit/>
7699+
</arg>
7700+
<arg nr="2" direction="in">
7701+
<not-uninit/>
7702+
<not-bool/>
7703+
</arg>
7704+
<arg nr="3" direction="in" default="wxEmptyString"/>
7705+
<arg nr="4" direction="in" default="wxDefaultPosition"/>
7706+
<arg nr="5" direction="in" default="wxDefaultSize"/>
7707+
<arg nr="6" direction="in" default="0">
7708+
<not-bool/>
7709+
</arg>
7710+
<arg nr="7" direction="in" default="wxDefaultValidator"/>
7711+
<arg nr="8" direction="in" default="wxButton"/>
7712+
</function>
76927713
<!-- 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) -->
76937714
<function name="wxControl::Create">
76947715
<noreturn>false</noreturn>
@@ -12961,7 +12982,8 @@ wxItemKind kind = wxITEM_NORMAL) -->
1296112982
void wxEvtHandler::Bind(const EventTag & eventType, void(Class::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
1296212983
<!-- void wxSpinCtrl::Bind(const EventTag & eventType, void(wxSpinCtrl::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
1296312984
<!-- void wxButton::Bind(const EventTag & eventType, void(wxSpinCtrl::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
12964-
<function name="wxEvtHandler::Bind,wxSpinCtrl::Bind,wxButton::Bind">
12985+
<!-- void wxRadioButton::Bind(const EventTag & eventType, void(wxSpinCtrl::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
12986+
<function name="wxEvtHandler::Bind,wxSpinCtrl::Bind,wxButton::Bind,wxRadioButton::Bind">
1296512987
<leak-ignore/>
1296612988
<noreturn>false</noreturn>
1296712989
<returnValue type="void"/>

0 commit comments

Comments
 (0)