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

  • create_type(): string
  • custom_layout(): boolean
  • deprecated(): boolean
  • deprecated_since_major(): number
  • deprecated_since_minor(): number
  • free(): void
  • get_construct_only(): boolean
  • get_default(): any
  • get_ignore(): boolean
  • get_is_packing(): boolean
  • get_name(): string
  • get_original_default(): any
  • get_tooltip(): string
  • get_virtual(): boolean
  • id(): string
  • is_object(): boolean
  • is_visible(): boolean
  • load_defaults_from_spec(): void
  • make_gvalue_from_string(string: string, project: Gladeui.Project): any
  • make_string_from_gvalue(value: any): string
  • multiline(): boolean
  • needs_sync(): boolean
  • optional(): boolean
  • optional_default(): boolean
  • parentless_widget(): boolean
  • query(): boolean
  • save(): boolean
  • save_always(): boolean
  • set_construct_only(construct_only: boolean): void
  • set_ignore(ignore: boolean): void
  • set_is_packing(is_packing: boolean): void
  • set_name(name: string): void
  • set_tooltip(tooltip: string): void
  • set_virtual(value: boolean): void
  • since_major(): number
  • since_minor(): number
  • stock(): boolean
  • stock_icon(): boolean
  • themed_icon(): boolean
  • transfer_on_paste(): boolean
  • translatable(): boolean
  • void_value(value: any): boolean
  • weight(): number
  • make_flags_from_string(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

    • object_type: GType<unknown>

      the #GType of the owning object

    • property_def_ref: 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