Gjsify LogoGjsify Logo

Interface CellRendererProgress_ConstructProps

Hierarchy

Index

Properties

cell_background?: string
cell_background_gdk?: Gdk.Color

Cell background as a #GdkColor

cell_background_rgba?: Gdk.RGBA

Cell background as a #GdkRGBA

cell_background_set?: boolean
height?: number
inverted?: boolean
is_expanded?: boolean
is_expander?: boolean
orientation?: Gtk.Orientation

The orientation of the orientable.

pulse?: number

Setting this to a non-negative value causes the cell renderer to enter "activity mode", where a block bounces back and forth to indicate that some progress is made, without specifying exactly how much.

Each increment of the property causes the block to move by a little bit.

To indicate that the activity has not started yet, set the property to zero. To indicate completion, set the property to %G_MAXINT.

sensitive?: boolean
text?: string

The "text" property determines the label which will be drawn over the progress bar. Setting this property to %NULL causes the default label to be displayed. Setting this property to an empty string causes no label to be displayed.

text_xalign?: number

The "text-xalign" property controls the horizontal alignment of the text in the progress bar. Valid values range from 0 (left) to 1 (right). Reserved for RTL layouts.

text_yalign?: number

The "text-yalign" property controls the vertical alignment of the text in the progress bar. Valid values range from 0 (top) to 1 (bottom).

value?: number

The "value" property determines the percentage to which the progress bar will be "filled in".

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