|  |  | 

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 (const TreeModelColumnBase& text_column) const | 
| Sets the model column which entry_box should use to get strings from to be text_column . | |
| void | set_text_column (int text_column) const | 
| Sets the model column which entry_box should use to get strings from to be text_column . | |
| 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. 
 
 | 
| 
 | 
| Provides access to the underlying C GtkObject. 
 Reimplemented from Gtk::ComboBox. 
 | 
| 
 | 
| Provides access to the underlying C GtkObject. 
 Reimplemented from Gtk::ComboBox. 
 | 
| 
 | 
| Sets the model column which entry_box should use to get strings from to be text_column . Since: 2.4. 
 | 
| 
 | 
| Sets the model column which entry_box should use to get strings from to be text_column . Since: 2.4. 
 | 
| 
 | ||||||||||||
| 
 
 
 |