Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.PolicyType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkPolicyType
Enum : PolicyType
Determines when a scroll bar will be visible.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.ScrolledWindow
Property
hscrollbar_policy : Gtk.PolicyType
Gtk.ScrolledWindow
Property
vscrollbar_policy : Gtk.PolicyType
Gtk.ScrolledWindow
Method
get_policy () : Object
Retrieves the current policy values for the horizontal and vertical
scrollbars.
Gtk.ScrolledWindow
Method
set_policy (PolicyType hscrollbar_policy, PolicyType vscrollbar_policy) : none
Sets the scrollbar policy for the horizontal and vertical scrollbars.
WebKit.WebFrame
Property
horizontal_scrollbar_policy : Gtk.PolicyType read only
Determines the current policy for the horizontal scrollbar of
the frame.
WebKit.WebFrame
Property
vertical_scrollbar_policy : Gtk.PolicyType read only
Determines the current policy for the vertical scrollbar of
the frame.
WebKit.WebFrame
Method
get_horizontal_scrollbar_policy () : Gtk.PolicyType
WebKit.WebFrame
Method
get_vertical_scrollbar_policy () : Gtk.PolicyType
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:53 GMT+0800 (HKT)