gtk.rc_property

Module for [RcProperty] class

Types 1

Deprecated

Fields
GtkRcProperty _cInstance
Methods
void * _cPtr()
glib.types.Quark typeName() @propertyGet `typeName` field. Returns: quark-ified type identifier
void typeName(glib.types.Quark propval) @propertySet `typeName` field. Params: propval = quark-ified type identifier
glib.types.Quark propertyName() @propertyGet `propertyName` field. Returns: quark-ified property identifier like “GtkScrollbar::spacing”
void propertyName(glib.types.Quark propval) @propertySet `propertyName` field. Params: propval = quark-ified property identifier like “GtkScrollbar::spacing”
string origin() @propertyGet `origin` field. Returns: field similar to one found in #GtkSettingsValue
void origin(string propval) @propertySet `origin` field. Params: propval = field similar to one found in #GtkSettingsValue
gobject.value.Value value() @propertyGet `value` field. Returns: field similar to one found in #GtkSettingsValue
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,...
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 th...
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.
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.
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, heig...
Constructors
this(void * ptr, Flag!"Take" take)