summaryrefslogtreecommitdiff
path: root/examples/progressbar/progressbar.c
Commit message (Expand)AuthorAgeFilesLines
* Cut deadwoodMatthias Clasen2011-05-261-198/+0
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+1
* Re-extract.Matthias Clasen2005-01-031-11/+11
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Remove deprecated functions in examples. (#129074, Olexiy Avramchenko)Matthias Clasen2003-12-121-5/+5
* minor cleanups, remove refs to gtk_menu_appendGMT 2002 Tony Gale2002-10-271-1/+1
* update g_connect_signal usageBST 2002 Tony Gale2002-08-241-5/+5
* Fold back Svens g_signal fixes from the examples.Matthias Clasen2002-02-201-90/+68
* finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACKSven Neumann2002-02-191-13/+13
* Trivial formatting fixes to all examples, simple functional fixes toMatthias Clasen2002-02-191-27/+27
* More work on #71430.Matthias Clasen2002-02-161-12/+10
* threads example from Erik Mouw. New question on GtkLabel backgroundGMT 1999 Tony Gale1999-11-131-1/+1
* - Complete the ProgressBar API - Fix the CList example codeGMT 1999 Tony Gale1999-02-221-3/+4
* - re-write the GtkProgressBar section to the 1.1 API. - add an AppendixGMT 1998 Tony Gale1998-12-101-72/+199
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-1/+1
* - new section on Events - change all delete_event callbacks to include aBST 1998 Tony Gale1998-05-291-1/+1
* Tue Mar 31 15:41:57 PST 1998 Shawn T. AmundsonShawn Amundson1998-03-311-0/+93