Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

can_focus?: boolean
clip_fill_rule?: GooCanvas.CairoFillRule
clip_path?: 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.

data?: string

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

description?: string
fill_color?: string
fill_color_gdk_rgba?: 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.

fill_color_rgba?: number
fill_pattern?: any
fill_pixbuf?: Pixbuf
font?: string
font_desc?: FontDescription
height?: number
line_join_miter_limit?: number
line_width?: number
stroke_color?: string
stroke_color_gdk_rgba?: 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.

stroke_color_rgba?: number
stroke_pattern?: any
stroke_pixbuf?: 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
visibility_threshold?: 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