Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

easing_duration?: number

The duration of the animations, in case #ClutterBoxLayout:use-animations is set to %TRUE.

The duration is expressed in milliseconds.

easing_mode?: number

The easing mode for the animations, in case #ClutterBoxLayout:use-animations is set to %TRUE.

The easing mode has the same semantics of #ClutterAnimation:mode: it can either be a value from the #ClutterAnimationMode enumeration, like %CLUTTER_EASE_OUT_CUBIC, or a logical id as returned by clutter_alpha_register_func().

The default value is %CLUTTER_EASE_OUT_CUBIC.

homogeneous?: boolean

Whether the #ClutterBoxLayout should arrange its children homogeneously, i.e. all children get the same size

orientation?: Clutter.Orientation

The orientation of the #ClutterBoxLayout, either horizontal or vertical

pack_start?: boolean

Whether the #ClutterBoxLayout should pack items at the start or append them at the end

spacing?: number

The spacing between children of the #ClutterBoxLayout, in pixels

use_animations?: boolean

Whether the #ClutterBoxLayout should animate changes in the layout, overriding the easing state of the children.

vertical?: boolean

Whether the #ClutterBoxLayout should arrange its children alongside the Y axis, instead of alongside the X axis

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method