Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkOrientation |
Enum : | Orientation |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gtk.Orientation.HORIZONTAL : 0
|
|
Number Gtk.Orientation.VERTICAL : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk
Method |
Gtk.draw_handle
(Style style, Window window, StateType state_type, ShadowType shadow_type, Number x, Number y, Number width, Number height, Orientation orientation)
:
none
Draws a handle as used in GtkHandleBox and GtkPaned.
|
Gtk
Method |
Gtk.draw_slider
(Style style, Window window, StateType state_type, ShadowType shadow_type, Number x, Number y, Number width, Number height, Orientation orientation)
:
none
Draws a slider in the given rectangle on window using the given style and orientation.
|
Gtk
Method |
Gtk.paint_handle
(Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle area, Widget widget, String detail, Number x, Number y, Number width, Number height, Orientation orientation)
:
none
Draws a handle as used in GtkHandleBox and GtkPaned.
|
Gtk
Method |
Gtk.paint_slider
(Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle area, Widget widget, String detail, Number x, Number y, Number width, Number height, Orientation orientation)
:
none
Draws a slider in the given rectangle on window using the given style and orientation.
|
Gtk.IconView
Property |
orientation : Gtk.Orientation
The orientation property specifies how the cells (i.e.
|
Gtk.IconView
Method |
set_orientation
(Orientation orientation)
:
none
Sets the ::orientation property which determines whether the labels are drawn beside the icons instead of below.
|
Gtk.IconView
Method |
get_orientation
()
:
Gtk.Orientation
Returns the value of the ::orientation property which determines whether the labels are drawn beside the icons instead of below.
|
Gtk.Orientable
Property |
orientation : Gtk.Orientation
The orientation of the orientable.
|
Gtk.Orientable
Method |
set_orientation
(Orientation orientation)
:
none
Sets the orientation of the orientable.
|
Gtk.Orientable
Method |
get_orientation
()
:
Gtk.Orientation
Retrieves the orientation of the orientable.
|
Gtk.ScaleButton
Method |
get_orientation
()
:
Gtk.Orientation
Gets the orientation of the GtkScaleButton's popup window.
|
Gtk.ScaleButton
Method |
set_orientation
(Orientation orientation)
:
none
Sets the orientation of the GtkScaleButton's popup window.
|
Gtk.StatusIcon
Property |
orientation : Gtk.Orientation
read only
The orientation of the tray in which the statusicon is embedded.
|
Gtk.ToolItem
Method |
get_orientation
()
:
Gtk.Orientation
Returns the orientation used for tool_item.
|
Gtk.ToolItem
Method |
get_text_orientation
()
:
Gtk.Orientation
Returns the text orientation used for tool_item.
|
Gtk.ToolShell
Method |
get_orientation
()
:
Gtk.Orientation
Retrieves the current orientation for the tool shell.
|
Gtk.ToolShell
Method |
get_text_orientation
()
:
Gtk.Orientation
Retrieves the current text orientation for the tool shell.
|
Gtk.Toolbar
Signal |
orientation_changed
(Toolbar self, Orientation orientation)
:
none
Emitted when the orientation of the toolbar changes.
|
Gtk.Toolbar
Method |
get_orientation
()
:
Gtk.Orientation
Retrieves the current orientation of the toolbar.
|
Gtk.Toolbar
Method |
set_orientation
(Orientation orientation)
:
none
Sets whether a toolbar should appear horizontally or vertically.
|