| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkPageOrientation |
| Enum : | PageOrientation |
| Properties | |
|---|---|
|
guint32 Gtk.PageOrientation.LANDSCAPE : 1
|
|
|
guint32 Gtk.PageOrientation.PORTRAIT : 0
|
|
|
guint32 Gtk.PageOrientation.REVERSE_LANDSCAPE : 3
|
|
|
guint32 Gtk.PageOrientation.REVERSE_PORTRAIT : 2
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.PageSetup
Method |
get_orientation
()
:
Gtk.PageOrientation
Gets the page orientation of the GtkPageSetup.
|
|
Gtk.PageSetup
Method |
set_orientation
(PageOrientation orientation)
:
none
Sets the page orientation of the GtkPageSetup.
|
|
Gtk.PrintSettings
Method |
get_orientation
()
:
Gtk.PageOrientation
Get the value of GTK_PRINT_SETTINGS_ORIENTATION,
converted to a GtkPageOrientation. |
|
Gtk.PrintSettings
Method |
set_orientation
(PageOrientation orientation)
:
none
Sets the value of GTK_PRINT_SETTINGS_ORIENTATION.
|