[ CCode ( cname = "gimp_scale_entry_set_logarithmic" ) ]
[ Version ( since = "2.2" ) ]
public void set_logarithmic (bool logarithmic)
Sets whether this's scale widget will behave in a linear or logarithmic fashion.
Useful when an entry has to attend large ranges, but smaller selections on that range require a finer adjustment.
| this |
a ScaleEntry as returned by ScaleEntry |
| logarithmic |
a boolean value to set or reset logarithmic behavior of the scale widget |