summaryrefslogtreecommitdiff
path: root/gtk/gtk.symbols
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-09-30 14:20:30 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-09-30 14:20:30 +0000
commit2f6285597f8b5859a3f565f63a24bad59d261a55 (patch)
tree35f70a0c4d18cb2e136cb501e3afabc3e6cba60a /gtk/gtk.symbols
parent1d7c1e13e86001104ffddd0b750247dc4dfc4e46 (diff)
downloadgtk+-2f6285597f8b5859a3f565f63a24bad59d261a55.tar.gz
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
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r--gtk/gtk.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index 6813133268..483453aca7 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -3506,6 +3506,7 @@ gtk_target_table_free
#if IN_HEADER(__GTK_SEPARATOR_H__)
#if IN_FILE(__GTK_SEPARATOR_C__)
gtk_separator_get_type G_GNUC_CONST
+gtk_separator_new
#endif
#endif