| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-2.0.gir |
| C documentation: | GtkProgressBarOrientation |
| Enum : | ProgressBarOrientation |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gtk.ProgressBarOrientation.BOTTOM_TO_TOP : 2
|
|
|
Number Gtk.ProgressBarOrientation.LEFT_TO_RIGHT : 0
|
|
|
Number Gtk.ProgressBarOrientation.RIGHT_TO_LEFT : 1
|
|
|
Number Gtk.ProgressBarOrientation.TOP_TO_BOTTOM : 3
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.CellRendererProgress
Property |
orientation : Gtk.ProgressBarOrientation
The "orientation" property controls the direction and growth direction of the progress bar (left-to-right, right-to-left, top-to-bottom or bottom-to-top).
|
|
Gtk.ProgressBar
Property |
orientation : Gtk.ProgressBarOrientation
|
|
Gtk.ProgressBar
Method |
set_orientation
(ProgressBarOrientation orientation)
:
none
Causes the progress bar to switch to a different orientation (left-to-right, right-to-left, top-to-bottom, or bottom-to-top).
|
|
Gtk.ProgressBar
Method |
get_orientation
()
:
Gtk.ProgressBarOrientation
Retrieves the current progress bar orientation.
|