summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/combobox.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-1/+1
* demos and examples: Ignore deprecationsMatthias Clasen2022-10-111-0/+2
* gtk-demo: Add keywords to demosMatthias Clasen2020-09-131-0/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-3/+3
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-9/+9
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-3/+1
* Use gtk_combo_box_set_child throughoutMatthias Clasen2020-05-041-2/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-4/+4
* demos/gtk-demo: Add common_cflags to buildTimm Bäder2020-03-071-5/+6
* Drop the margin propertyMatthias Clasen2020-02-251-5/+20
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-1/+1
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-4/+4
* demos/gtk-demo/combobox: fix typoJeremy Bicha2018-12-091-2/+2
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* box: Remove fill child propertyTimm Bäder2017-04-251-4/+4
* box: Remove expand child propertyTimm Bäder2017-04-251-4/+4
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* More gtk-demo spacing fixesMatthias Clasen2016-10-261-0/+5
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-6/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-4/+4
* gtk3-demo: Remove unused GtkCellViewTimm Bäder2016-01-081-5/+0
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-11/+4
* gtk-demo: Many cosmetic fixesMatthias Clasen2015-06-191-1/+1
* gtk-demo: Properly override font color in combobox exampleBenjamin Otte2014-10-031-4/+7
* gtk-demo: Use title case consistentlyMatthias Clasen2013-12-121-3/+3
* Remove usage of stock APIs in demoWilliam Jon McCann2013-06-241-48/+26
* 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