summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/combobox.c
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanupsMatthias Clasen2011-09-011-95/+95
* gtk-demo: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()Benjamin Otte2010-12-151-2/+2
* Port gtk3-demo to GtkStyleContextMatthias Clasen2010-12-041-3/+3
* Bug 619148 - "active ID" properties (GtkComboBox)Ryan Lortie2010-11-301-1/+20
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-4/+4
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-4/+4
* Use new GtkComboBoxEntry in all testsChristian Dywan2010-10-181-13/+6
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-131-1/+8
* Change GtkEditable typedef from GtkEditableClass to GtkEditabeInterfaceJavier Jardón2010-09-171-2/+2
* Use GtkBin accessorsJavier Jardón2010-07-131-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Add a simple validation demo. Make it possible to add arbitrary childrenMatthias Clasen2007-04-261-2/+84
* Fix some leaks. (#348108, Chris Wilson)Matthias Clasen2006-12-231-0/+1
* Add a demo showing combo box variations.Matthias Clasen2005-05-251-0/+371