Finished GTK+ uiComboBox.

This commit is contained in:
Pietro Gagliardi 2015-07-01 11:29:19 -04:00
parent 6dd714e61b
commit 395cc5108c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ static void comboboxAppend(uiCombobox *cc, const char *text)
{ {
struct combobox *c = (struct combobox *) cc; struct combobox *c = (struct combobox *) cc;
PUT_CODE_HERE; gtk_combo_box_text_append(c->comboboxText, NULL, text);
} }
static uiCombobox *finishNewCombobox(GtkWidget *(*newfunc)(void)) static uiCombobox *finishNewCombobox(GtkWidget *(*newfunc)(void))