summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/dialog.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Add keywords to demosMatthias Clasen2020-09-131-0/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* gtk4-demo: Cosmetic fixes to the dialog demoMatthias Clasen2020-06-171-32/+21
* demos: Remove gtk_dialog_run()Emmanuele Bassi2020-05-121-10/+38
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-10/+10
* Use gtk_window_destroyMatthias Clasen2020-05-111-3/+3
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-3/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Drop the margin propertyMatthias Clasen2020-02-251-2/+8
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-4/+4
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-10/+10
* enums: Change GtkIconSize valuesMatthias Clasen2017-11-151-0/+1
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-1/+1
* 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-11/+10
* box: Remove expand child propertyTimm Bäder2017-04-251-10/+10
* Remove gtk_widget_show_allTimm Bäder2017-01-201-2/+1
* More gtk-demo spacing fixesMatthias Clasen2016-10-261-0/+2
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-4/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-10/+10
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-8/+5
* gtk-demo: Many cosmetic fixesMatthias Clasen2015-06-191-2/+2
* demo: Add two buttons to the message dialogWilliam Jon McCann2014-01-171-1/+1
* Remove usage of stock APIs in demoWilliam Jon McCann2013-06-241-5/+6
* Formatting cleanupsMatthias Clasen2011-09-011-16/+16
* gtk-demo: replace uses of GtkTable by GtkGridMatthias Clasen2011-08-311-26/+16
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-5/+5
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-5/+5
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-1/+2
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-1/+4
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Don't include config.h in the examples.Matthias Clasen2004-11-161-1/+0
* Fix for #118764, David Bordoley:Carlos Garnacho Parro2004-10-261-2/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Call the do_ functions with the toplevel as argument.Matthias Clasen2003-11-081-1/+3
* at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-10-201-5/+5
* add demo of passing non-stock label in to gtk_dialog_new_with_buttonsHavoc Pennington2001-09-271-0/+2
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-1/+1
* It's the worlds ugliest highlighting code!!!! The result is okay so longJonathan Blandford2001-05-181-9/+11
* handle mnemonics in the stock item labelHavoc Pennington2001-03-221-10/+31
* add varargs for properties to set on the tag.Havoc Pennington2001-03-161-4/+4
* Add simple new demo.Jonathan Blandford2001-02-201-0/+153