summaryrefslogtreecommitdiff
path: root/gtk/gtkrevealer.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: add Gtk*Class docsWilliam Jon McCann2014-01-201-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=81006
* revealer: Use new private model, remove priv pointerAlexander Larsson2013-07-021-2/+0
|
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+9
| | | | Add annotations to all exported functions in GTK+ headers.
* GtkRevealer: Add a fading animationMatthias Clasen2013-04-221-0/+1
| | | | | | Using a container for this is not necessarily the most elegant solution, but it lets us reuse the animation machinery in GtkRevealer.
* Add GtkRevealerMatthias Clasen2013-04-221-0/+74
This is a widget that can hide or show (ie reveal) its child in an animated fashion. This widget was initially developed in libgd.