#include <GpgGtkMenuElement.h>
Inheritance diagram for GpgGtkMenuElement:

Public Methods | |
| GpgGtkMenuElement (string label, bool with_submenu) | |
| Constructor of the GtkMenu element for the password composite. More... | |
| virtual | ~GpgGtkMenuElement () |
| Destructor of the GtkMenu element for the password composite. More... | |
| virtual bool | addSubMenu (GpgGtkMenuElement *element) |
| add the element as a submenu of this menu. More... | |
| virtual bool | addCommand (PassguardAbstractCommand *command) |
| add a command to this menu element that will be executed when the menu will be activated. More... | |
| virtual GtkWidget * | getMenuItem (void) |
| return the GtkMenuItem of this object. More... | |
Static Public Methods | |
| void | command_callback (GtkWidget *menu_item, gpointer data) |
| the callback to the GTK signal "activate" of the menu element. More... | |
|
||||||||||||
|
Constructor of the GtkMenu element for the password composite.
|
|
|
Destructor of the GtkMenu element for the password composite.
|
|
|
add a command to this menu element that will be executed when the menu will be activated.
|
|
|
add the element as a submenu of this menu.
|
|
||||||||||||
|
the callback to the GTK signal "activate" of the menu element.
|
|
|
return the GtkMenuItem of this object.
|
1.2.15