gtk :: GtkPolicyType
Determines when a scroll bar will be visible. @https://developer.gnome.org/gtk3/3.2/gtk3-Standard-Enumerations.html#GtkPolicyType
gtk :: GtkPolicyType :: automatic
The scrollbar will appear and disappear as necessary.gtk :: GtkPolicyType :: defaultinit
gtk $ GtkPolicyType :: SELF
Type of this instance, automatically specialized in every classcore :: Pointer :: address_is_null
Is the address behind this Object at NULL?gtk :: GtkPolicyType :: automatic
The scrollbar will appear and disappear as necessary.core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
core :: Pointer :: defaultinit
core :: Object :: defaultinit
gtk :: GtkPolicyType :: defaultinit
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
core :: Object :: native_class_name
The class name of the object in CString format.core :: Pointer :: native_equals
core :: Object :: output_class_name
Display class name on stdout (debug only).core :: Pointer :: premultiply_alpha
Multiply RGB values by their alpha value
#enum GtkPolicyType
#Determines when a scroll bar will be visible.
#@https://developer.gnome.org/gtk3/3.2/gtk3-Standard-Enumerations.html#GtkPolicyType
extern class GtkPolicyType `{GtkPolicyType`}
#The scrollbar is always visible.
new always `{ return GTK_POLICY_ALWAYS; `}
#The scrollbar will appear and disappear as necessary.
new automatic `{ return GTK_POLICY_AUTOMATIC; `}
#The scrollbar will never appear.
new never `{ return GTK_POLICY_NEVER; `}
end
lib/gtk/v3_4/gtk_enums.nit:165,1--177,3