Gjsify LogoGjsify Logo

#GtkToggleActionEntry structs are used with gtk_action_group_add_toggle_actions() to construct toggle actions.

record

Hierarchy

  • ToggleActionEntry

Index

Constructors

Properties

accelerator: string

The accelerator for the action, in the format understood by gtk_accelerator_parse().

field
callback: GObject.Callback

The function to call when the action is activated.

field
is_active: boolean

The initial state of the toggle action.

field
label: string

The label for the action. This field should typically be marked for translation, see gtk_action_group_set_translation_domain().

field
name: string

The name of the action.

field
stock_id: string

The stock id for the action, or the name of an icon from the icon theme.

field
tooltip: string

The tooltip for the action. This field should typically be marked for translation, see gtk_action_group_set_translation_domain().

field
name: string

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