flagStringToValue {RGtkBindingGenerator} | R Documentation |
This splits a string giving an OR of different enumeration or flag values into a character vector of the different flag/enumeration values. This is used in the processing of the defs files and specifically the values of the default arguments. It is not part of the run-time, user-level RGtk interface.
flagStringToValue(value)
value |
the string containing the ORed enumeration or flag value
names,
e.g. "GTK_DEBUG_OBJECTS|GTK_DEBUG_MISC" |
A character vector giving the names of the different enumeration or flag values.
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RGtk http://www.omegahat.org/GtkAutoBindingGen http://www.gtk.org