summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/textscroll.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-1/+1
* gtk-demo: Add keywords to demosMatthias Clasen2020-09-131-0/+1
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-1/+1
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-2/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-1/+1
* box: Remove fill child propertyTimm Bäder2017-04-251-1/+1
* box: Remove expand child propertyTimm Bäder2017-04-251-1/+1
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-1/+1
* gtk-demo: Rename textview demos to "Text View"Matthias Clasen2015-07-291-1/+1
* gtk-demo: Many cosmetic fixesMatthias Clasen2015-06-191-0/+1
* gtk-demo: Improve text scroll exampleMatthias Clasen2014-07-211-8/+10
* docs/comments: Fix spelling of 'explicitly'Volker Sobek2014-01-181-2/+2
* gtk-demo: Use title case consistentlyMatthias Clasen2013-12-121-1/+1
* gtk-demo: Fix typoVolker Sobek2013-04-141-1/+1
* gtk-demo: Remove demo_find_file() functionBenjamin Otte2013-02-011-1/+0
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-2/+2
* Formatting cleanupsMatthias Clasen2011-09-011-38/+38
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* don't use the deprecated gtk_box_pack_start_defaults().Michael Natterer2008-08-111-1/+1
* Fix some compiler warnings.Matthias Clasen2007-01-041-2/+0
* demonstrate automatic scrollingMatthias Clasen2006-08-261-0/+202