|
DUECA/DUSIME
|
Structure that assembles a widget name, a callback function and the widget signal that should trigger the callback function. More...
#include <GtkGladeWindow.hxx>
Public Attributes | |
| const char * | widget |
| Widget name for linking callback. | |
| const char * | signal |
| GTK signal name. | |
| GtkCaller * | func |
| Function receiving the callback. | |
| gpointer | user_data |
| User data pointer. | |
Structure that assembles a widget name, a callback function and the widget signal that should trigger the callback function.
| GtkCaller * dueca::GladeCallbackTable::func |
Function receiving the callback.
Create this one with a gtk_callback() function.