DUECA/DUSIME
Loading...
Searching...
No Matches
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...

#include <GtkGladeWindow.hxx>

Public Attributes

const charwidget
 Widget name for linking callback.
 
const charsignal
 GTK signal name.
 
GtkCallerfunc
 Function receiving the callback.
 
gpointer user_data
 User data pointer.
 

Detailed Description

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

Member Data Documentation

◆ func

GtkCaller* dueca::GladeCallbackTable::func

Function receiving the callback.

Create this one with a gtk_callback() function.


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