Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | GtkComboBoxText: Use gtk_combo_box_text_remove instead ↵ | Javier Jardón | 2010-10-16 | 1 | -1/+1 | |
| | | | | gtk_combo_box_text_remove_text | |||||
* | Add docs for GtkComboBoxText | Matthias Clasen | 2010-10-15 | 1 | -0/+18 | |
| | ||||||
* | Add gtk_combo_box_text_new_with_entry | Matthias Clasen | 2010-10-15 | 1 | -7/+22 | |
| | | | | Also, make use of the configured entry_text_column. | |||||
* | Use text column value in GtkComboBoxText | Christian Dywan | 2010-10-15 | 1 | -9/+19 | |
| | ||||||
* | Added GtkComboBoxText api | Christian Dywan | 2010-10-15 | 1 | -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> |