source: trunk/third/gnome-core/panel/menu-util.h @ 15821

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
4BEGIN_GNOME_DECLS
5
6void applet_menu_position (GtkMenu *menu, gint *x, gint *y, gpointer data);
7void panel_menu_position (GtkMenu *menu, gint *x, gint *y, gpointer data);
8GtkWidget * add_menu_separator (GtkWidget *menu);
9int get_default_menu_flags (void) G_GNUC_CONST;
10
11END_GNOME_DECLS
12
13#endif
Note: See TracBrowser for help on using the repository browser.