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