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

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 files:
  • /home/abuild/rpmbuild/BUILD/dueca-4.2.8-build/dueca-4.2.8/dueca/gui/gtk4/GtkGladeWindow.hxx
  • /home/abuild/rpmbuild/BUILD/dueca-4.2.8-build/dueca-4.2.8/dueca/gui/gtk3/GtkGladeWindow.hxx