Gjsify LogoGjsify Logo

Hierarchy

  • PropertyDef

Index

Constructors

Properties

name: string

Methods

  • atk(): boolean
  • common(): boolean
  • compare(value1: any, value2: any): number
  • Compares value1 with value2 according to property_def.

    Parameters

    • value1: any

      a GValue of correct type for property_def

    • value2: any

      a GValue of correct type for property_def

    Returns number

  • createType(): string
  • customLayout(): boolean
  • deprecated(): boolean
  • deprecatedSinceMajor(): number
  • deprecatedSinceMinor(): number
  • free(): void
  • getConstructOnly(): boolean
  • getDefault(): any
  • getIgnore(): boolean
  • getIsPacking(): boolean
  • getName(): string
  • getOriginalDefault(): any
  • getTooltip(): string
  • getVirtual(): boolean
  • id(): string
  • isObject(): boolean
  • isVisible(): boolean
  • loadDefaultsFromSpec(): void
  • makeStringFromGvalue(value: any): string
  • multiline(): boolean
  • needsSync(): boolean
  • optional(): boolean
  • optionalDefault(): boolean
  • parentlessWidget(): boolean
  • query(): boolean
  • save(): boolean
  • saveAlways(): boolean
  • setConstructOnly(constructOnly: boolean): void
  • setIgnore(ignore: boolean): void
  • setIsPacking(isPacking: boolean): void
  • setName(name: string): void
  • setTooltip(tooltip: string): void
  • setVirtual(value: boolean): void
  • sinceMajor(): number
  • sinceMinor(): number
  • stock(): boolean
  • stockIcon(): boolean
  • themedIcon(): boolean
  • transferOnPaste(): boolean
  • translatable(): boolean
  • voidValue(value: any): boolean
  • weight(): number
  • makeFlagsFromString(type: GType<unknown>, string: string): number
  • This function assigns "weight" to each property in its natural order staring from 1. If parent is 0 weight will be set for every #GladePropertyDef in the list. This function will not override weight if it is already set (weight >= 0.0)

    Parameters

    • properties: PropertyDef[]

      a list of #GladePropertyDef

    • parent: GType<unknown>

      the #GType of the parent

    Returns void

  • Updates the property_def_ref with the contents of the node in the xml file. Only the values found in the xml file are overridden.

    Parameters

    • node: Gladeui.XmlNode

      the property node

    • objectType: GType<unknown>

      the #GType of the owning object

    • propertyDefRef: PropertyDef

      a pointer to the property class

    • domain: string

      the domain to translate catalog strings from

    Returns [boolean, PropertyDef]

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