summaryrefslogtreecommitdiff
path: root/gtk/gtkstackswitcher.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a few missing include guardsMatthias Clasen2014-10-011-0/+4
|
* Fixups to GtkStackMatthias Clasen2013-09-251-1/+2
| | | | | | | The GtkStack and GtkStackSwitcher code did not really follow GTK+ conventions for includes. Fix that, and also fix up a case of gpointer vs gpointer* confusion in gtkstack.c.
* Remove priv pointer from GtkStackSwitcherMatthias Clasen2013-09-211-4/+0
| | | | | This is a new widget, so lets avoid the unnecessary priv pointer while we still can.
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+4
| | | | Add annotations to all exported functions in GTK+ headers.
* Add GtkStackMatthias Clasen2013-04-211-0/+65
Add separate GtkStack and GtkStackSwitcher widgets that are an alternative to GtkNotebook. Additionally, GtkStack supports animated transitions when changing pages. These widgets were initially developed in libgd.