Create(parent, id, pos, size, n, choices, style, validator, name);
}
+ wxListBox(wxWindow *parent,
+ wxWindowID id,
+ const wxPoint& pos,
+ const wxSize& size,
+ const wxArrayString& choices,
+ long style = 0,
+ const wxValidator& validator = wxDefaultValidator,
+ const wxString& name = wxListBoxNameStr );
virtual ~wxListBox();
long style = 0,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxListBoxNameStr);
+ bool Create(wxWindow *parent,
+ wxWindowID id,
+ const wxPoint& pos,
+ const wxSize& size,
+ const wxArrayString& choices,
+ long style = 0,
+ const wxValidator& validator = wxDefaultValidator,
+ const wxString& name = wxListBoxNameStr);
// implement the listbox interface defined by wxListBoxBase
virtual void Clear();
long numArg = 0l,
const wxString& strArg = wxEmptyString);
- // let wxColourScheme choose the right colours for us
- virtual bool IsContainerWindow() const { return TRUE; }
-
// idle processing
virtual void OnInternalIdle();
+
protected:
// geometry
virtual wxSize DoGetBestClientSize() const;