GtkRange::set_inverted

void set_inverted(bool setting);

Ranges normally move from lower to higher values as the slider moves from top to bottom or left to right. Inverted ranges have higher values at the top or on the right rather than on the bottom or left.

See also: get_inverted()