A control is generally a small window which processes user input
and/or displays one or more item of data.", "");
+MustHaveApp(wxControl);
+
class wxControl : public wxWindow
{
public:
DocCtorStr(
wxControl(wxWindow *parent,
- wxWindowID id,
+ wxWindowID id=-1,
const wxPoint& pos=wxDefaultPosition,
const wxSize& size=wxDefaultSize,
long style=0,
DocDeclStr(
bool , Create(wxWindow *parent,
- wxWindowID id,
+ wxWindowID id=-1,
const wxPoint& pos=wxDefaultPosition,
const wxSize& size=wxDefaultSize,
long style=0,