|
7689 | 7689 | <arg nr="2" direction="out"/> |
7690 | 7690 | <arg nr="3" direction="out"/> |
7691 | 7691 | </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> |
7692 | 7713 | <!-- 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) --> |
7693 | 7714 | <function name="wxControl::Create"> |
7694 | 7715 | <noreturn>false</noreturn> |
@@ -12961,7 +12982,8 @@ wxItemKind kind = wxITEM_NORMAL) --> |
12961 | 12982 | void wxEvtHandler::Bind(const EventTag & eventType, void(Class::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) --> |
12962 | 12983 | <!-- void wxSpinCtrl::Bind(const EventTag & eventType, void(wxSpinCtrl::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) --> |
12963 | 12984 | <!-- 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"> |
12965 | 12987 | <leak-ignore/> |
12966 | 12988 | <noreturn>false</noreturn> |
12967 | 12989 | <returnValue type="void"/> |
|
0 commit comments