get_range


Description:

[ CCode ( cname = "gimp_scale_entry_get_range" ) ]
public unowned Range get_range ()

This function returns the Range packed in this .

This can be useful if you need to customize some aspects of the widget

By default, it is a Scale, but it can be any other type of Range if a subclass overrode the new_range_widget protected method.

Parameters:

this

The GtkScaleEntry.

Returns:

The Range contained in this.