summaryrefslogtreecommitdiff
path: root/gtk/gtkorientable.h
Commit message (Collapse)AuthorAgeFilesLines
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+3
| | | | Add annotations to all exported functions in GTK+ headers.
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Add gtkorientableprivate.h headerMatthias Clasen2011-01-301-3/+0
|
* Redo patch in efae64b (Set vertical/horizontal class...)Carlos Garnacho2011-01-121-0/+3
| | | | | Add a _gtk_orientable_set_style_classes() function so all orientation changes to style happen in a single place.
* Bug 541009 – Get rid of separate subclasses for horizontal and verticalMichael Natterer2008-09-301-0/+60
2008-09-30 Michael Natterer <mitch@imendio.com> Bug 541009 – Get rid of separate subclasses for horizontal and vertical orientation: * gtk/Makefile.am * gtk/gtk.symbols * gtk/gtk.h * gtk/gtkorientable.[ch]: add new interface GtkOrientable which will be implemented by everything that can switch orientation. svn path=/trunk/; revision=21550