gtkRcPropertyParseFlags {RGtk2} | R Documentation |
A
GtkRcPropertyParserfor use with
gtkSettingsInstallPropertyParser
or gtkWidgetClassInstallStylePropertyParser
which parses flags.
gtkRcPropertyParseFlags(pspec, gstring)
|
|
|
the characterto be parsed |
Flags can be specified by their name, their nickname or
numerically. Multiple flags can be specified in the form
"( flag1 | flag2 | ... )"
.
A list containing the following elements:
retval |
[logical] |
|
a R objectwhich must hold flags values. |
Derived by RGtkGen from GTK+ documentation