| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkCornerType |
| Enum : | CornerType |
| Properties | |
|---|---|
|
guint32 Gtk.CornerType.BOTTOM_LEFT : 1
|
|
|
guint32 Gtk.CornerType.BOTTOM_RIGHT : 3
|
|
|
guint32 Gtk.CornerType.TOP_LEFT : 0
|
|
|
guint32 Gtk.CornerType.TOP_RIGHT : 2
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.ScrolledWindow
Property |
window_placement : Gtk.CornerType
|
|
Gtk.ScrolledWindow
Method |
get_placement
()
:
Gtk.CornerType
Gets the placement of the contents with respect to the scrollbars
for the scrolled window. |
|
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.Settings
Property |
gtk_scrolled_window_placement : Gtk.CornerType
Where the contents of scrolled windows are located with respect to the
scrollbars, if not overridden by the scrolled window's own placement. |