summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
Commit message (Expand)AuthorAgeFilesLines
* Actually implement visibility handling, and addMatthias Clasen2006-01-311-20/+60
* More generous spacing. (#328082, Christian Persch, patch by CarlosMatthias Clasen2006-01-301-7/+8
* Move the last button to the left where it does not affect the positioningMatthias Clasen2006-01-301-2/+2
* GtkAssistant stuffMatthias Clasen2006-01-301-8/+14
* More work on GtkAssistant by Carlos Garnacho:Matthias Clasen2006-01-281-21/+70
* Only show the last button if we can jump to the end. (gtk_assistant_init):Matthias Clasen2006-01-231-12/+22
* Fix docsMatthias Clasen2006-01-211-3/+0
* Use a priv pointer for cheap access to the priv struct. (#327725,Matthias Clasen2006-01-191-88/+51
* Add GtkAssistant, a widget to construct multi-step wizards. (#115348,Matthias Clasen2006-01-181-0/+2099