aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-07 10:33:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-07 10:33:54 +0000
commit45bf38953733d74728aba9bc612aca94a95a8df1 (patch)
treec5aee8e05ce6e22c85f4adca5dc8dd9ba24b861d /src/gtkutils.h
parent63cdb916134da20afd79d5a36250daf9d24c1bfd (diff)
made the order of buttons comply with GNOME HIG.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@405 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h4
1 files changed, 4 insertions, 0 deletions
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,