Gjsify LogoGjsify Logo

#AmtkFactoryFlags permits to control how a factory function creates the object, to ignore some steps.

bitfield

Index

Enumeration Members

FLAGS_NONE: number

No flags.

IGNORE_ACCELS: number

Ignore completely the accelerators.

IGNORE_ACCELS_FOR_APP: number

Do not call gtk_application_set_accels_for_action().

IGNORE_ACCELS_FOR_DOC: number

Ignore the accelerators for documentation purposes only. For example do not add/configure a #GtkAccelLabel.

IGNORE_GACTION: number

Do not associate the created object with the #GAction. For example if the object to create is a #GtkActionable, do not call gtk_actionable_set_detailed_action_name().

IGNORE_ICON: number

Do not set an icon.

IGNORE_LABEL: number

Do not set a label/short description.

IGNORE_TOOLTIP: number

Do not set a tooltip/long description.

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