aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gui-utils.h
blob: 1d47a7b514275fbfa939c82351056f18711628fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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);
gint e_container_change_tab_order    (GtkContainer *container,
                      GList        *widgets);

#endif /* E_GUI_UTILS_H */
5:16 +0800'>2016-04-011-1/+1 * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-4/+1 * - Support stagingmat2014-01-242-3/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - convert to the new perl5 frameworkaz2013-09-111-6/+2 * - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1 * -remove MD5ohauer2011-07-031-1/+0 * - Upgrade to 1.8.kuriyama2010-10-092-4/+7