Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.CornerType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkCornerType
Enum : CornerType
Specifies which corner a child widget should be placed in when packed into
a GtkScrolledWindow. This is effectively the opposite of where the scroll
bars are placed.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:43 GMT+0800 (HKT)