RcProperty

Deprecated

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()

Properties

origin
string origin [@property getter]

Get origin field.

origin
string origin [@property setter]

Set origin field.

propertyName
glib.types.Quark propertyName [@property getter]

Get propertyName field.

propertyName
glib.types.Quark propertyName [@property setter]

Set propertyName field.

typeName
glib.types.Quark typeName [@property getter]

Get typeName field.

typeName
glib.types.Quark typeName [@property setter]

Set typeName field.

value
gobject.value.Value value [@property getter]

Get value field.

Static functions

parseBorder
bool parseBorder(gobject.param_spec.ParamSpec pspec, glib.string_.String gstring, gobject.value.Value propertyValue)

A #GtkRcPropertyParser for use with gtk.settings.Settings.installPropertyParser or gtk.widget_class.WidgetClass.installStylePropertyParser which parses borders in the form "{ left, right, top, bottom }" for integers left, right, top and bottom.

parseColor
bool parseColor(gobject.param_spec.ParamSpec pspec, glib.string_.String gstring, gobject.value.Value propertyValue)

A #GtkRcPropertyParser for use with gtk.settings.Settings.installPropertyParser or gtk.widget_class.WidgetClass.installStylePropertyParser 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.

parseEnum
bool parseEnum(gobject.param_spec.ParamSpec pspec, glib.string_.String gstring, gobject.value.Value propertyValue)

A #GtkRcPropertyParser for use with gtk.settings.Settings.installPropertyParser or gtk.widget_class.WidgetClass.installStylePropertyParser which parses a single enumeration value.

parseFlags
bool parseFlags(gobject.param_spec.ParamSpec pspec, glib.string_.String gstring, gobject.value.Value propertyValue)

A #GtkRcPropertyParser for use with gtk.settings.Settings.installPropertyParser or gtk.widget_class.WidgetClass.installStylePropertyParser which parses flags.

parseRequisition
bool parseRequisition(gobject.param_spec.ParamSpec pspec, glib.string_.String gstring, gobject.value.Value propertyValue)

A #GtkRcPropertyParser for use with gtk.settings.Settings.installPropertyParser or gtk.widget_class.WidgetClass.installStylePropertyParser which parses a requisition in the form "{ width, height }" for integers width and height.