| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-2.0.gir |
| C documentation: | GtkCornerType |
| Enum : | CornerType |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gtk.CornerType.BOTTOM_LEFT : 1
|
|
|
Number Gtk.CornerType.BOTTOM_RIGHT : 3
|
|
|
Number Gtk.CornerType.TOP_LEFT : 0
|
|
|
Number Gtk.CornerType.TOP_RIGHT : 2
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.ScrolledWindow
Property |
window_placement : Gtk.CornerType
|
|
Gtk.ScrolledWindow
Method |
set_placement
(CornerType window_placement)
:
none
Sets the placement of the contents with respect to the scrollbars for the scrolled window.
|
|
Gtk.ScrolledWindow
Method |
get_placement
()
:
Gtk.CornerType
Gets the placement of the contents with respect to the scrollbars for the scrolled window.
|