diff options
author | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
commit | 6221001311903ed669b8a53762bd4a4079eb952e (patch) | |
tree | e521429188462e4446c632b5bd4b6f333e589995 /e-util/e-gui-utils.h | |
parent | 5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff) | |
download | gsoc2013-evolution-6221001311903ed669b8a53762bd4a4079eb952e.tar.gz gsoc2013-evolution-6221001311903ed669b8a53762bd4a4079eb952e.tar.zst gsoc2013-evolution-6221001311903ed669b8a53762bd4a4079eb952e.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_2_5_0_1'.EOG_2_5_0_1
svn path=/tags/EOG_2_5_0_1/; revision=21583
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 */ |