diff options
author | nobody <nobody@localhost> | 2001-02-22 03:34:27 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-02-22 03:34:27 +0800 |
commit | 19d71e1c5029e8c4048d9b8ace72affc28f2d04f (patch) | |
tree | f1ea97702781d0b26bb97bd28213ed46368377b6 /widgets/misc/e-gui-utils.h | |
parent | 535fea211a9a35f5b04017124a71764daf926723 (diff) | |
download | gsoc2013-evolution-GNUMERIC_0_63.tar gsoc2013-evolution-GNUMERIC_0_63.tar.gz gsoc2013-evolution-GNUMERIC_0_63.tar.bz2 gsoc2013-evolution-GNUMERIC_0_63.tar.lz gsoc2013-evolution-GNUMERIC_0_63.tar.xz gsoc2013-evolution-GNUMERIC_0_63.tar.zst gsoc2013-evolution-GNUMERIC_0_63.zip |
This commit was manufactured by cvs2svn to create tagGNUMERIC_0_63
'GNUMERIC_0_63'.
svn path=/tags/GNUMERIC_0_63/; revision=8333
Diffstat (limited to 'widgets/misc/e-gui-utils.h')
-rw-r--r-- | widgets/misc/e-gui-utils.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/widgets/misc/e-gui-utils.h b/widgets/misc/e-gui-utils.h deleted file mode 100644 index d11d0a77fb..0000000000 --- a/widgets/misc/e-gui-utils.h +++ /dev/null @@ -1,24 +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> - -BEGIN_GNOME_DECLS - -void e_popup_menu (GtkMenu *menu, GdkEvent *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); - -END_GNOME_DECLS - -#endif /* GAL_GUI_UTILS_H */ |