Init();
Create(parent, id, value, pos, size, choices, style, validator, name);
}
+ ~wxComboBox();
bool Create(wxWindow *parent, wxWindowID id,
const wxString& value = wxEmptyString,
// custom list stores.
virtual void GTKCreateComboBoxWidget();
+ virtual wxSize DoGetSizeFromTextSize(int xlen, int ylen = -1) const;
+
virtual GtkEntry *GetEntry() const
{ return m_entry; }