| Top |  |  |  |  | 
| GtkWidget * | gimp_string_combo_box_new () | 
| gboolean | gimp_string_combo_box_set_active () | 
| gchar * | gimp_string_combo_box_get_active () | 
| PangoEllipsizeMode | ellipsize | Read / Write | 
| int | id-column | Read / Write / Construct Only | 
| int | label-column | Read / Write / Construct Only | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkComboBox
                            ╰── GimpStringComboBox
GimpStringComboBox implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
GtkWidget * gimp_string_combo_box_new (GtkTreeModel *model,gint id_column,gint label_column);
| model | a GtkTreeModel | |
| id_column | the model column of the ID | |
| label_column | the modl column of the label | 
Since: 2.4
gboolean gimp_string_combo_box_set_active (GimpStringComboBox *combo_box,const gchar *id);
Looks up the item that belongs to the given id
 and makes it the
selected item in the combo_box
.
Since: 2.4
gchar *
gimp_string_combo_box_get_active (GimpStringComboBox *combo_box);
Retrieves the value of the selected (active) item in the combo_box
.
Since: 2.4
“ellipsize” property  “ellipsize”                PangoEllipsizeMode
Specifies the preferred place to ellipsize text in the combo-box, if the cell renderer does not have enough room to display the entire string.
Owner: GimpStringComboBox
Flags: Read / Write
Default value: PANGO_ELLIPSIZE_NONE
Since: 2.4
“id-column” property  “id-column”                int
The column in the associated GtkTreeModel that holds strings to be used as labels in the combo-box.
Owner: GimpStringComboBox
Flags: Read / Write / Construct Only
Allowed values: >= 0
Default value: 0
Since: 2.4