CuiModeMenu

Name

CuiModeMenu -- 

Synopsis


#include <history.h>


            CuiModeMenu;
CuiWidget*  cui_mode_menu_new               (void);
void        cui_mode_menu_set_filename      (CuiModeMenu *mode_menu,
                                             CuiFilename *filename);
void        cui_mode_menu_popup             (CuiModeMenu *cui_mode_menu,
                                             GtkWidget *parent_widget,
                                             GdkEventButton *event);

Object Hierarchy


  GObject
   +----CuiWidget
         +----CuiPopupMenu
               +----CuiModeMenu

Properties


  "filename"             gpointer              : Read / Write

Description

Details

CuiModeMenu

typedef struct _CuiModeMenu CuiModeMenu;


cui_mode_menu_new ()

CuiWidget*  cui_mode_menu_new               (void);

Returns :


cui_mode_menu_set_filename ()

void        cui_mode_menu_set_filename      (CuiModeMenu *mode_menu,
                                             CuiFilename *filename);

mode_menu :

filename :


cui_mode_menu_popup ()

void        cui_mode_menu_popup             (CuiModeMenu *cui_mode_menu,
                                             GtkWidget *parent_widget,
                                             GdkEventButton *event);

Starts up a CuiFileMenu on the given location of the screen. This function is very important since there are a lot of file names on the screen and the file menu is a rather complicated and powerfull user interface element.

cui_mode_menu :

a CuiModeMenu to pop-up

parent_widget :

the parent widget of the menu

event :

the event that caused this opertaion

Properties

The "filename" property

  "filename"             gpointer              : Read / Write

The CuiFilename type file name for the menu.