+ // an overloaded version for the controls without validators
+ bool CreateControl(wxWindowBase *parent,
+ wxWindowID id,
+ const wxPoint& pos,
+ const wxSize& size,
+ long style,
+ const wxString& name)
+ {
+ return CreateControl(parent, id, pos, size, style,
+ wxDefaultValidator, name);
+ }
+