From 45bf38953733d74728aba9bc612aca94a95a8df1 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 7 Jul 2005 10:33:54 +0000 Subject: made the order of buttons comply with GNOME HIG. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@405 ee746299-78ed-0310-b773-934348b2243d --- src/gtkutils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gtkutils.h') diff --git a/src/gtkutils.h b/src/gtkutils.h index 8f46b603..61008825 100644 --- a/src/gtkutils.h +++ b/src/gtkutils.h @@ -94,6 +94,7 @@ void gtkut_widget_set_small_font_size (GtkWidget *widget); void gtkut_convert_int_to_gdk_color (gint rgbvalue, GdkColor *color); +void gtkut_stock_button_set_set_reverse (gboolean reverse); void gtkut_stock_button_set_create (GtkWidget **bbox, GtkWidget **button1, const gchar *label1, @@ -102,6 +103,9 @@ void gtkut_stock_button_set_create (GtkWidget **bbox, GtkWidget **button3, const gchar *label3); +void gtkut_box_set_reverse_order (GtkBox *box, + gboolean reverse); + ComboButton *gtkut_combo_button_create (GtkWidget *button, GtkItemFactoryEntry *entries, gint n_entries, -- cgit v1.2.3