Gjsify LogoGjsify Logo

Interface CellRendererSpinner_ConstructProps

Hierarchy

Index

Properties

active?: boolean
cellBackground?: string
cellBackgroundGdk?: Gdk.Color
cellBackgroundSet?: boolean
height?: number
isExpanded?: boolean
isExpander?: boolean
pulse?: number

Pulse of the spinner. Increment this value to draw the next frame of the spinner animation. Usually, you would update this value in a timeout.

The #GtkSpinner widget draws one full cycle of the animation per second by default. You can learn about the number of frames used by the theme by looking at the #GtkSpinner:num-steps style property and the duration of the cycle by looking at #GtkSpinner:cycle-duration.

sensitive?: boolean
size?: Gtk.IconSize

The #GtkIconSize value that specifies the size of the rendered spinner.

userData?: object
visible?: boolean
width?: number
xalign?: number
xpad?: number
yalign?: number
ypad?: 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