Gjsify LogoGjsify Logo

These are the reasons your #GladePostCreateFunc can be called.

Index

Enumeration Members

Enumeration Members

COPY: number

Was created as a result of the copy/paste mechanism, at this point you can count on glade to follow up with properties and children on its own.

LOAD: number

Was created during the load process.

REASONS: number

Never used.

REBUILD: number

Was created as a replacement for another project object; this only happens when the user is changing a property that is marked by the type system as G_PARAM_SPEC_CONSTRUCT_ONLY.

USER: number

Was created at the user's request (this is a good time to set any properties or add children to the project; like GtkFrame's label for example).

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