[ CCode ( cname = "gimp_prop_hscale_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_hscale_new (Object config, string property_name, double step_increment, double page_increment, int digits)
Creates a horizontal scale to control the value of the specified integer or double property.
| config |
Object to which property is attached. |
| property_name |
Name of integer or double property controlled by the scale. |
| step_increment |
Step size. |
| page_increment |
Page size. |
| digits |
Number of digits after decimal point to display. |
|
A new Scale. |