[683] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Is this the correct way to manually adjust a range widget value?
daemon@ATHENA.MIT.EDU (Rob Browning)
Fri Aug 8 01:20:04 1997
To: gtk-list@redhat.com
From: Rob Browning <rlb@cs.utexas.edu>
Date: 07 Aug 1997 17:19:49 -0500
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
GtkAdjustment *obj;
...
obj->value = value;
gtk_signal_emit(GTK_OBJECT(obj), changed_value_signal_id);
or are you supposed to modify the value, then call
gtk_range_set_adjustment?
Thanks
--
Rob
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null