#ifndef E_GUI_UTILS_H #define E_GUI_UTILS_H #include #include #include 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 */ repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.14miwi2009-10-142-7/+7
* - Update to 0.12miwi2009-04-11