RcProperty

Deprecated

Members

Static functions

parseBorder
bool parseBorder(ParamSpec pspec, StringG gstring, Value propertyValue)

A GtkRcPropertyParser for use with Settings.installPropertyParser or Widget.classInstallStylePropertyParser which parses borders in the form "{ left, right, top, bottom }" for integers left, right, top and bottom.

parseColor
bool parseColor(ParamSpec pspec, StringG gstring, Value propertyValue)

A GtkRcPropertyParser for use with Settings.installPropertyParser or Widget.classInstallStylePropertyParser 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(ParamSpec pspec, StringG gstring, Value propertyValue)

A GtkRcPropertyParser for use with Settings.installPropertyParser or Widget.classInstallStylePropertyParser which parses a single enumeration value.

parseFlags
bool parseFlags(ParamSpec pspec, StringG gstring, Value propertyValue)

A GtkRcPropertyParser for use with Settings.installPropertyParser or Widget.classInstallStylePropertyParser which parses flags.

parseRequisition
bool parseRequisition(ParamSpec pspec, StringG gstring, Value propertyValue)

A GtkRcPropertyParser for use with Settings.installPropertyParser or Widget.classInstallStylePropertyParser which parses a requisition in the form "{ width, height }" for integers width and height.