Port ShellStatusMenu to javascript

https://bugzilla.gnome.org/show_bug.cgi?id=601458
This commit is contained in:
Dan Winship
2009-11-10 12:13:58 -05:00
parent 9ddebf0480
commit 985d707788
9 changed files with 253 additions and 785 deletions

View File

@ -79,6 +79,10 @@ GdkModifierType shell_global_get_modifier_keys (ShellGlobal *global);
ClutterModifierType shell_get_event_state (ClutterEvent *event);
void shell_popup_menu (GtkMenu *menu, int button, guint32 time,
int menu_x, int menu_y);
G_END_DECLS
#endif /* __SHELL_GLOBAL_H__ */