forked from AuroraMiddleware/gtk
Scale: Improve documentation of set_has_origin()
Properly format the property name, and avoid saying scale so many times.
This commit is contained in:
parent
4d88dc44b6
commit
e0a741c8ee
@ -1345,9 +1345,8 @@ gtk_scale_get_draw_value (GtkScale *scale)
|
|||||||
* @scale: a #GtkScale
|
* @scale: a #GtkScale
|
||||||
* @has_origin: %TRUE if the scale has an origin
|
* @has_origin: %TRUE if the scale has an origin
|
||||||
*
|
*
|
||||||
* If @has_origin is set to %TRUE (the default),
|
* If #GtkScale:has-origin is set to %TRUE (the default), the scale will
|
||||||
* the scale will highlight the part of the scale
|
* highlight the part of the trough between the origin (bottom or left side)
|
||||||
* between the origin (bottom or left side) of the scale
|
|
||||||
* and the current value.
|
* and the current value.
|
||||||
*
|
*
|
||||||
* Since: 3.4
|
* Since: 3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user