![]() | ![]() | ![]() | Cuiterm Reference Manual | ![]() |
---|
#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);
void cui_mode_menu_set_filename (CuiModeMenu *mode_menu, CuiFilename *filename);
mode_menu : | |
filename : |
|
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 |
<<< CuiFileMenu | CuiUserMenu >>> |