// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
Init();
Create(parent, id, value, pos, size, choices, style, validator, name);
}
+ ~wxComboBox();
bool Create(wxWindow *parent, wxWindowID id,
const wxString& value = wxEmptyString,
{
return wxItemContainer::GetStringSelection();
}
+
+ virtual void SetString(unsigned int n, const wxString& string);
+
virtual void Popup();
virtual void Dismiss();
// custom list stores.
virtual void GTKCreateComboBoxWidget();
+ virtual wxSize DoGetSizeFromTextSize(int xlen, int ylen = -1) const;
+
virtual GtkEntry *GetEntry() const
{ return m_entry; }