CuiUserMenu

Name

CuiUserMenu -- 

Synopsis


#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);

Object Hierarchy


  GObject
   +----CuiWidget
         +----CuiPopupMenu
               +----CuiUserMenu

Properties


  "username"             gpointer              : Read / Write

Description

Details

CuiUserMenu

typedef struct _CuiUserMenu CuiUserMenu;


cui_user_menu_new ()

CuiWidget*  cui_user_menu_new               (const gchar *username);

username :

Returns :


cui_user_menu_popup ()

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

Properties

The "username" property

  "username"             gpointer              : Read / Write

The login name of the given user.