StringComboBox


Description:

[ CCode ( cname = "gimp_string_combo_box_new" , has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.4" ) ]
public StringComboBox (TreeModel model, int id_column, int label_column)

Parameters:

model

a TreeModel

id_column

the model column of the ID

label_column

the modl column of the label

Returns:

a new StringComboBox.