Method

GtkScaleset_has_origin

since: 3.4

Declaration [src]

void
gtk_scale_set_has_origin (
  GtkScale* scale,
  gboolean has_origin
)

Description [src]

If GtkScale:has-origin 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.

Available since: 3.4

Sets propertyGtk.Scale:has-origin

Parameters

has_origin

Type: gboolean

TRUE if the scale has an origin.