LevelBar.inverted

bool inverted() @property nothrow

Get inverted property.

Returns

Whether the GtkLeveBar is inverted.

Level bars normally grow from top to bottom or left to right. Inverted level bars grow in the opposite direction.

void inverted(bool propval) @property nothrow

Set inverted property.

Parameters

propvalWhether the GtkLeveBar is inverted. Level bars normally grow from top to bottom or left to right. Inverted level bars grow in the opposite direction.