Gjsify LogoGjsify Logo

Hierarchy

  • DrawingAreaDrawFunc

Callable

  • Whenever drawing_area needs to redraw, this function will be called.

    This function should exclusively redraw the contents of the drawing area and must not call any widget functions that cause changes.

    Parameters

    • drawing_area: Gtk.DrawingArea

      the GtkDrawingArea to redraw

    • cr: cairo.Context

      the context to draw to

    • width: number

      the actual width of the contents. This value will be at least as wide as GtkDrawingArea:width.

    • height: number

      the actual height of the contents. This value will be at least as wide as GtkDrawingArea:height.

    Returns void

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