Files
evolution/widgets/misc/e-gui-utils.h
Ettore Perazzoli fbc6a557a6 Added an extra @allowed_types parameter to the shell's folder
selection dialog, and update the code that uses it accordingly.

svn path=/trunk/; revision=3854
2000-07-02 04:46:36 +00:00

19 lines
638 B
C

#ifndef E_GUI_UTILS_H
#define E_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, ...);
GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2);
void e_container_foreach_leaf (GtkContainer *container,
GtkCallback callback,
gpointer closure);
#endif /* E_GUI_UTILS_H */