More missing files
svn path=/trunk/; revision=1541
This commit is contained in:
12
e-util/e-gui-utils.h
Normal file
12
e-util/e-gui-utils.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef E_GUI_UTILS_H
|
||||
#define E_GUI_UTILS_H
|
||||
|
||||
#include <gtk/gtkmenu.h>
|
||||
#include <gtk/gtkwindow.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 *str);
|
||||
|
||||
|
||||
#endif /* E_GUI_UTILS_H */
|
Reference in New Issue
Block a user