From 90999c9a9932fe8d8f1bed21d7799db84f310076 Mon Sep 17 00:00:00 2001 From: hiro Date: Sun, 23 Jan 2005 18:01:05 +0000 Subject: use GTK stock button for dialog button set. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@30 ee746299-78ed-0310-b773-934348b2243d --- src/gtkutils.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/gtkutils.h') diff --git a/src/gtkutils.h b/src/gtkutils.h index 23e7af51..0a4da843 100644 --- a/src/gtkutils.h +++ b/src/gtkutils.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2004 Hiroyuki Yamamoto + * Copyright (C) 1999-2005 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -97,6 +97,14 @@ void gtkut_button_set_create (GtkWidget **bbox, GtkWidget **button3, const gchar *label3); +void gtkut_stock_button_set_create (GtkWidget **bbox, + GtkWidget **button1, + const gchar *label1, + GtkWidget **button2, + const gchar *label2, + GtkWidget **button3, + const gchar *label3); + ComboButton *gtkut_combo_button_create (GtkWidget *button, GtkItemFactoryEntry *entries, gint n_entries, @@ -159,7 +167,6 @@ void gtkut_window_popup (GtkWidget *window); void gtkut_widget_get_uposition (GtkWidget *widget, gint *px, gint *py); -//void gtkut_widget_disable_theme_engine (GtkWidget *widget); void gtkut_widget_wait_for_draw (GtkWidget *widget); void gtkut_widget_init (void); -- cgit v1.2.3