gtk.rc_property
Module for [RcProperty] class
class RcProperty
Types 1
classRcProperty
Deprecated
Fields
GtkRcProperty _cInstanceMethods
void * _cPtr()void typeName(glib.types.Quark propval) @propertySet `typeName` field. Params: propval = quark-ified type identifierglib.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 #GtkSettingsValuevoid origin(string propval) @propertySet `origin` field. Params: propval = field similar to one found in #GtkSettingsValuegobject.value.Value value() @propertyGet `value` field. Returns: field similar to one found in #GtkSettingsValuebool 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...