Revision 15821,
334 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15820,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef MENU_UTIL_H |
---|
2 | #define MENU_UTIL_H |
---|
3 | |
---|
4 | BEGIN_GNOME_DECLS |
---|
5 | |
---|
6 | void applet_menu_position (GtkMenu *menu, gint *x, gint *y, gpointer data); |
---|
7 | void panel_menu_position (GtkMenu *menu, gint *x, gint *y, gpointer data); |
---|
8 | GtkWidget * add_menu_separator (GtkWidget *menu); |
---|
9 | int get_default_menu_flags (void) G_GNUC_CONST; |
---|
10 | |
---|
11 | END_GNOME_DECLS |
---|
12 | |
---|
13 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.