diff options
author | nobody <nobody@localhost> | 2000-11-07 05:40:14 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-11-07 05:40:14 +0800 |
commit | 974c8956c2aef9235616d2610d22f02d5db7ed10 (patch) | |
tree | 786145ed8b82796d89e41d2ed37058c0097ace13 /widgets/misc/e-gui-utils.h | |
parent | b4c61eba8055f666fd8a2270879a6f9722faa2b3 (diff) | |
download | gsoc2013-evolution-GTOP_1_0_10.tar.gz gsoc2013-evolution-GTOP_1_0_10.tar.zst gsoc2013-evolution-GTOP_1_0_10.zip |
This commit was manufactured by cvs2svn to create tag 'GTOP_1_0_10'.GTOP_1_0_10
svn path=/tags/GTOP_1_0_10/; revision=6449
Diffstat (limited to 'widgets/misc/e-gui-utils.h')
-rw-r--r-- | widgets/misc/e-gui-utils.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/widgets/misc/e-gui-utils.h b/widgets/misc/e-gui-utils.h deleted file mode 100644 index b6785aecdd..0000000000 --- a/widgets/misc/e-gui-utils.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef GAL_GUI_UTILS_H -#define GAL_GUI_UTILS_H - -#include <gtk/gtkmenu.h> -#include <gtk/gtkwindow.h> - -#include <libgnomeui/gnome-messagebox.h> - -void e_popup_menu (GtkMenu *menu, GdkEventButton *event); -void e_auto_kill_popup_menu_on_hide (GtkMenu *menu); -void e_notice (GtkWindow *window, const char *type, const char *format, ...); -void e_container_foreach_leaf (GtkContainer *container, - GtkCallback callback, - gpointer closure); -void e_container_focus_nth_entry (GtkContainer *container, - int n); -gint e_container_change_tab_order (GtkContainer *container, - GList *widgets); - -#endif /* GAL_GUI_UTILS_H */ |