Gtk.Range::adjust-bounds
function callback(range, value:Number, ):void;
Emitted before clamping a value, to give the application a chance to adjust the bounds.
- range
instance of Gtk.Range that is emitting the signal
- value
the value before we clamp
function callback(range, value:Number, ):void;
Emitted before clamping a value, to give the application a chance to adjust the bounds.
instance of Gtk.Range that is emitting the signal
the value before we clamp