![]() |
![]() |
You can get the Entry by using get_child(). To add and remove strings from the list, just modify the model using its data manipulation API.
Public Member Functions | |
virtual | ~ComboBoxEntry () |
GtkComboBoxEntry* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkComboBoxEntry* | gobj () const |
Provides access to the underlying C GtkObject. | |
ComboBoxEntry () | |
ComboBoxEntry (const Glib::RefPtr<TreeModel>& model, const TreeModelColumnBase& text_column) | |
ComboBoxEntry (const Glib::RefPtr<TreeModel>& model, int text_column=0) | |
void | set_text_column (int text_column) const |
int | get_text_column () const |
Returns the column which entry_box is using to get the strings from. | |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::ComboBoxEntry* | wrap (GtkComboBoxEntry* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
Returns the column which entry_box is using to get the strings from. This is the same column which got passed during construction.
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::ComboBox. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::ComboBox. |
|
|
|
|