Gjsify LogoGjsify Logo

Interface Adjustment_ConstructProps

Hierarchy

Index

Properties

lower?: number

The minimum value of the adjustment.

page_increment?: number

The page increment of the adjustment.

page_size?: number

The page size of the adjustment. Note that the page-size is irrelevant and should be set to zero if the adjustment is used for a simple scalar value, e.g. in a #GtkSpinButton.

step_increment?: number

The step increment of the adjustment.

upper?: number

The maximum value of the adjustment. Note that values will be restricted by upper - page-size if the page-size property is nonzero.

value?: number

The value of the adjustment.

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