DUECA/DUSIME
Public Attributes | List of all members
dueca::GladeCallbackTable Struct Reference

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...
 

Detailed Description

Structure that assembles a widget name, a callback function and the widget signal that should trigger the callback function.

Member Data Documentation

◆ signal

const char* dueca::GladeCallbackTable::signal

GTK signal name.

◆ func

GtkCaller* dueca::GladeCallbackTable::func

Function receiving the callback.

Create this one with a gtk_callback() function.

◆ user_data

gpointer dueca::GladeCallbackTable::user_data

User data pointer.


The documentation for this struct was generated from the following file: