Up
_gtkWidgetCBshow
_gtkWidgetCBshow
defines a callback to a
Widgets
object when the widget is shwon or it is hidden.
Prototype : fun [* fun [* u0 S] u1 u0 I I] *
*
: a Widgets object.
fun [* u0 S] u1
: a callback. These arguments are :
* : the Widgets object (the emitter)
u0 : the user parameter
S : the GTK signal name
u0
: a user parameter, at your convenience
I
: a flag (one of these values):
CB_SHOW : "show" event
CB_HIDE : "hide" event
I
: the propagation flag : SIGNAL_NOPROPAGATE or SIGNAL_PROPAGATE.
Return
* : the same Widgets object or nil if an error occurs.
See also
Example