#include <GpgGtkSelectionHandler.h>
Public Methods | |
| GpgGtkSelectionHandler (string selection_string) | |
| Constructor of the object that manages Gtk selection. More... | |
| ~GpgGtkSelectionHandler () | |
| Destructor of the object that manages Gtk selection. More... | |
| GtkWidget * | getSelectionWidget (void) |
| Retreives the Gtk selection widget. More... | |
| string | getSelectionString (void) |
| Retreives the selection string. More... | |
Static Public Methods | |
| void | selection_handle_callback (GpgGtkSelectionHandler *selection_handler, GtkSelectionData *selection_data_for_X, guint info, guint time_stamp) |
| the callback to the GTK signal "selection_get" of the selection widget. More... | |
| gint | selection_clear_callback (GpgGtkSelectionHandler *selection_handler, GdkEventSelection *event) |
| the callback to the GTK event "selection_clear_event" of the selection widget. More... | |
|
|
Constructor of the object that manages Gtk selection.
|
|
|
Destructor of the object that manages Gtk selection.
|
|
|
Retreives the selection string.
|
|
|
Retreives the Gtk selection widget.
|
|
||||||||||||
|
the callback to the GTK event "selection_clear_event" of the selection widget.
|
|
||||||||||||||||||||
|
the callback to the GTK signal "selection_get" of the selection widget.
|
1.2.15