Scale.setHasOrigin
void setHasOrigin(bool hasOrigin)Sets whether the scale has an origin.
If gtk.scale.Scale.hasOrigin is set to true (the default), the scale will highlight the part of the trough between the origin (bottom or left side) and the current value.
Parameters
hasOrigin | true if the scale has an origin |