Gjsify LogoGjsify Logo

Used to dictate the style that a #GtkButtonBox uses to layout the buttons it contains.

Index

Enumeration Members

CENTER: number

Buttons are centered in the box. Since 2.12.

EDGE: number

Buttons are placed at the edges of the box.

END: number

Buttons are grouped towards the end of the box, (on the right for a HBox, or the bottom for a VBox).

EXPAND: number

Buttons expand to fill the box. This entails giving buttons a "linked" appearance, making button sizes homogeneous, and setting spacing to 0 (same as calling gtk_box_set_homogeneous() and gtk_box_set_spacing() manually). Since 3.12.

SPREAD: number

Buttons are evenly spread across the box.

START: number

Buttons are grouped towards the start of the box, (on the left for a HBox, or the top for a VBox).

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