Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Variables

Functions

Variables

CANVAS_POLYLINE_NUM_ARROW_POINTS: number

Functions

  • This function is only intended to be used when implementing new canvas items, specifically layout container items such as #GooCanvasTable.

    It finds a child property of a canvas item class by name.

    Parameters

    • iclass: GObject.ObjectClass

      a #GObjectClass

    • property_name: string

      the name of the child property to find

    Returns ParamSpec

  • This function is only intended to be used when implementing new canvas items, specifically layout container items such as #GooCanvasTable.

    It installs a child property on a canvas item class.

    Parameters

    • iclass: GObject.ObjectClass

      a #GObjectClass

    • property_id: number

      the id for the property

    • pspec: ParamSpec

      the #GParamSpec for the property

    Returns void

  • This function is only intended to be used when implementing new canvas items, specifically layout container items such as #GooCanvasTable.

    It returns all child properties of a canvas item class.

    Parameters

    Returns ParamSpec[]

  • This function is only intended to be used when implementing new canvas item models, specifically layout container item models such as #GooCanvasTableModel.

    It finds a child property of a canvas item class by name.

    Parameters

    • mclass: GObject.ObjectClass

      a #GObjectClass

    • property_name: string

      the name of the child property to find

    Returns ParamSpec

  • This function is only intended to be used when implementing new canvas item models, specifically layout container item models such as #GooCanvasTableModel.

    It installs a child property on a canvas item class.

    Parameters

    • mclass: GObject.ObjectClass

      a #GObjectClass

    • property_id: number

      the id for the property

    • pspec: ParamSpec

      the #GParamSpec for the property

    Returns void

  • This function is only intended to be used when implementing new canvas item models, specifically layout container item models such as #GooCanvasTableModel.

    It returns all child properties of a canvas item class.

    Parameters

    Returns ParamSpec[]

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