| Cuiterm Reference Manual |
|---|
#include <history.h>
CuiUserMenu;
CuiWidget* cui_user_menu_new (const gchar *username);
void cui_user_menu_popup (CuiUserMenu *cui_user_menu,
GtkWidget *parent_widget,
GdkEventButton *event);void cui_user_menu_popup (CuiUserMenu *cui_user_menu, GtkWidget *parent_widget, GdkEventButton *event);
Starts up a CuiUserMenu on the given location of the screen.
cui_user_menu : | a CuiUserMenu to pop-up |
parent_widget : | the parent widget of the menu |
event : | the event that caused this opertaion |
| <<< CuiModeMenu | CuiFilename >>> |