summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxtext.c
Commit message (Collapse)AuthorAgeFilesLines
...
* GtkComboBoxText: Use gtk_combo_box_text_remove instead ↵Javier Jardón2010-10-161-1/+1
| | | | gtk_combo_box_text_remove_text
* Add docs for GtkComboBoxTextMatthias Clasen2010-10-151-0/+18
|
* Add gtk_combo_box_text_new_with_entryMatthias Clasen2010-10-151-7/+22
| | | | Also, make use of the configured entry_text_column.
* Use text column value in GtkComboBoxTextChristian Dywan2010-10-151-9/+19
|
* Added GtkComboBoxText apiChristian Dywan2010-10-151-0/+220
This is a derived class of GtkComboBox to replace the gtk_combo_box_*_text() convenience API. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=612396 Signed-off-by: Javier Jardón <jjardon@gnome.org>