]> Pileus Git - ~andy/gtk/commit
Bug 553582 – Add orientation API to GtkSeparator
authorMichael Natterer <mitch@imendio.com>
Tue, 30 Sep 2008 14:20:30 +0000 (14:20 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 30 Sep 2008 14:20:30 +0000 (14:20 +0000)
commit2f6285597f8b5859a3f565f63a24bad59d261a55
tree35f70a0c4d18cb2e136cb501e3afabc3e6cba60a
parent1d7c1e13e86001104ffddd0b750247dc4dfc4e46
Bug 553582 – Add orientation API to GtkSeparator

2008-09-30  Michael Natterer  <mitch@imendio.com>

Bug 553582 – Add orientation API to GtkSeparator

* gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
swallow all code from GtkHSeparator and GtkVSeparator. Add
gtk_separator_new() which takes a GtkOrientation argument.

* gtk/gtkhseparator.c
* gtk/gtkvseparator.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().

* gtk/gtk.symbols: add gtk_separator_new().

svn path=/trunk/; revision=21553
ChangeLog
gtk/gtk.symbols
gtk/gtkhseparator.c
gtk/gtkseparator.c
gtk/gtkseparator.h
gtk/gtkvseparator.c