Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

canFocus?: boolean
centerX?: number
centerY?: number
clipFillRule?: GooCanvas.CairoFillRule
clipPath?: string

The sequence of commands describing the clip path of the item, specified as a string using the same syntax as in the Scalable Vector Graphics (SVG) path element.

description?: string
fillColor?: string
fillColorGdkRgba?: Gdk.RGBA

The color to use to paint the interior of the item, specified as a GdkRGBA. To disable painting set the 'fill-pattern' property to NULL.

fillColorRgba?: number
fillPattern?: any
fillPixbuf?: Pixbuf
font?: string
fontDesc?: FontDescription
height?: number
lineJoinMiterLimit?: number
lineWidth?: number
radiusX?: number
radiusY?: number
strokeColor?: string
strokeColorGdkRgba?: Gdk.RGBA

The color to use for the item's perimeter, specified as a GdkRGBA. To disable painting set the 'stroke-pattern' property to NULL.

strokeColorRgba?: number
strokePattern?: any
strokePixbuf?: Pixbuf
title?: string
tooltip?: string

The tooltip to display for the item, or %NULL to display no tooltip.

Note that this property has no effect unless the #GtkWidget:has-tooltip property is set to %TRUE on the #GooCanvas containing this item.

transform?: any
visibilityThreshold?: number
width?: number
x?: number
y?: number

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