Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

column_spacing?: number

The spacing between columns of the #ClutterTableLayout, in pixels

easing_duration?: number

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

The duration is expressed in milliseconds.

easing_mode?: number

The easing mode for the animations, in case #ClutterTableLayout: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.

row_spacing?: number

The spacing between rows of the #ClutterTableLayout, in pixels

use_animations?: boolean

Whether the #ClutterTableLayout should animate changes in the layout properties.

By default, #ClutterTableLayout will honour the easing state of the children when allocating them. Setting this property to %TRUE will override the easing state with the layout manager's #ClutterTableLayout:easing-mode and #ClutterTableLayout:easing-duration properties.

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