#include <GpgGtkMainAppWindow.h>
Public Methods | |
| GpgGtkMainAppWindow () | |
| Constructor of the main window. More... | |
| ~GpgGtkMainAppWindow () | |
| Destructor of the main window. More... | |
| void | addPasswordFileMenu (GtkWidget *menu_item) |
| Add a password list submenu to the popup menu of the main window. More... | |
Static Public Methods | |
| int | button_pressed_callback (GtkWidget *widget, GdkEventButton *event, GtkWidget *menu) |
| the callback to the GTK event "button_press_event" of the main window. More... | |
| int | button_moved_callback (GtkWidget *main_window, GdkEventMotion *event) |
| the callback to the GTK event "motion_notify_event" of the main window. More... | |
| int | button_released_callback (GtkWidget *main_window, GdkEventButton *event) |
| the callback to the GTK event "button_release_event" of the main window. More... | |
|
|
Constructor of the main window.
|
|
|
Destructor of the main window.
|
|
|
Add a password list submenu to the popup menu of the main window.
|
|
||||||||||||
|
the callback to the GTK event "motion_notify_event" of the main window.
Move the window to the new pointer position
|
|
||||||||||||||||
|
the callback to the GTK event "button_press_event" of the main window.
Check which button have been pressed. If it's the left one, prepare to move the window interactively. If it is the right one, popup the menu.
|
|
||||||||||||
|
the callback to the GTK event "button_release_event" of the main window.
Stop the interactiv move of the main window
|
1.2.15