Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.ScrollablePolicy

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkScrollablePolicy
Enum : ScrollablePolicy
Defines the policy to be used in a scrollable widget when updating
the scrolled window adjustments in a given orientation.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Scrollable
Property
hscroll_policy : Gtk.ScrollablePolicy
Determines whether horizontal scrolling should start once the scrollable
widget is allocated less than its minimum width or less than its natural width.
Gtk.Scrollable
Property
vscroll_policy : Gtk.ScrollablePolicy
Determines whether vertical scrolling should start once the scrollable
widget is allocated less than its minimum height or less than its natural height.
Gtk.Scrollable
Method
get_hscroll_policy () : Gtk.ScrollablePolicy
Gets the horizontal GtkScrollablePolicy.
Gtk.Scrollable
Method
get_vscroll_policy () : Gtk.ScrollablePolicy
Gets the vertical GtkScrollablePolicy.
Gtk.Scrollable
Method
set_hscroll_policy (ScrollablePolicy policy) : none
Sets the GtkScrollablePolicy to determine whether
horizontal scrolling should start below the minimum width or
below the natural width.
Gtk.Scrollable
Method
set_vscroll_policy (ScrollablePolicy policy) : none
Sets the GtkScrollablePolicy to determine whether
vertical scrolling should start below the minimum height or
below the natural height.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:59 GMT+0800 (HKT)