Is this the correct way to manually adjust a range widget value?
- From: Rob Browning <rlb cs utexas edu>
- To: gtk-list redhat com
- Subject: Is this the correct way to manually adjust a range widget value?
- Date: 07 Aug 1997 17:19:49 -0500
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]