[gtkada] VScale

manuel.op.de.coul at eon-benelux.com manuel.op.de.coul at eon-benelux.com
Mon Feb 12 17:21:12 CET 2001


I wrote:
>I want to connect a callback handler for a GtkVScale when its
>value is changed. I think I need to use the "value_changed" event
>for this? However in Glade there are no VScale events, only
>GtkWidget events. It warns that this signal is not in the class
>ancestry if I use it anyway. Is that correct?

I can answer my own question now; the callback procedure to the
"value_changed" event must be connected to the Gtk_Adjustment of
the Gtk_Scale, and not to the widget itself.
There's code generation by Glade for this.

Manuel






More information about the gtkada mailing list