Gjsify LogoGjsify Logo

Deprecated

record

Hierarchy

  • RcProperty

Index

Constructors

Properties

origin: string

field similar to one found in #GtkSettingsValue

field
property_name: number

quark-ified property identifier like “GtkScrollbar::spacing”

field
type_name: number

quark-ified type identifier

field
value: any

field similar to one found in #GtkSettingsValue

field
name: string

Methods

  • A #GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses borders in the form "{ left, right, top, bottom }" for integers left, right, top and bottom.

    Parameters

    • pspec: ParamSpec

      a #GParamSpec

    • gstring: GLib.String

      the #GString to be parsed

    • property_value: any

      a #GValue which must hold boxed values.

    Returns boolean

  • A #GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses a color given either by its name or in the form { red, green, blue } where red, green and blue are integers between 0 and 65535 or floating-point numbers between 0 and 1.

    Parameters

    • pspec: ParamSpec

      a #GParamSpec

    • gstring: GLib.String

      the #GString to be parsed

    • property_value: any

      a #GValue which must hold #GdkColor values.

    Returns boolean

  • A #GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses a single enumeration value.

    The enumeration value can be specified by its name, its nickname or its numeric value. For consistency with flags parsing, the value may be surrounded by parentheses.

    Parameters

    • pspec: ParamSpec

      a #GParamSpec

    • gstring: GLib.String

      the #GString to be parsed

    • property_value: any

      a #GValue which must hold enum values.

    Returns boolean

  • A #GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses flags.

    Flags can be specified by their name, their nickname or numerically. Multiple flags can be specified in the form "( flag1 | flag2 | ... )".

    Parameters

    • pspec: ParamSpec

      a #GParamSpec

    • gstring: GLib.String

      the #GString to be parsed

    • property_value: any

      a #GValue which must hold flags values.

    Returns boolean

  • A #GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses a requisition in the form "{ width, height }" for integers %width and %height.

    Parameters

    • pspec: ParamSpec

      a #GParamSpec

    • gstring: GLib.String

      the #GString to be parsed

    • property_value: any

      a #GValue which must hold boxed values.

    Returns boolean

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