Gjsify LogoGjsify Logo

This struct defines a set of information for a single action. It is for use with amtk_action_info_store_add_entries().

Like #GActionEntry, it is permissible to use an incomplete initialiser in order to leave some of the later values as %NULL. Additional optional fields may be added in the future.

record

Hierarchy

  • ActionInfoEntry

Index

Constructors

Properties

accel: string

the accelerator, in the format understood by gtk_accelerator_parse(). Or %NULL.

field
action_name: string

the action name.

field
icon_name: string

the icon name, or %NULL.

field
label: string

the label (i.e. a short description) with a mnemonic, or %NULL.

field
tooltip: string

the tooltip (i.e. a long description), or %NULL.

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