diff options
author | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
commit | 5840b57253c6a4e2bc649fb0c1c064a7d2f48a4c (patch) | |
tree | 1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /e-util/e-gui-utils.h | |
parent | 19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff) | |
download | gsoc2013-evolution-BUG_BUDDY_2_3_0.tar.gz gsoc2013-evolution-BUG_BUDDY_2_3_0.tar.zst gsoc2013-evolution-BUG_BUDDY_2_3_0.zip |
This commit was manufactured by cvs2svn to create tagBUG_BUDDY_2_3_0
'BUG_BUDDY_2_3_0'.
svn path=/tags/BUG_BUDDY_2_3_0/; revision=21052
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r-- | e-util/e-gui-utils.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/e-util/e-gui-utils.h b/e-util/e-gui-utils.h deleted file mode 100644 index 1edb412733..0000000000 --- a/e-util/e-gui-utils.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef E_GUI_UTILS_H -#define E_GUI_UTILS_H - -#include <gtk/gtkwidget.h> -#include <bonobo/bonobo-ui-util.h> -#include <bonobo/bonobo-control.h> - -GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2); - -GtkWidget *e_button_new_with_stock_icon (const char *label_str, const char *stockid); - -#endif /* E_GUI_UTILS_H */ |