flagStringToValue {RGtkBindingGenerator}R Documentation

Convert a Gtk-specification of enumeration or flag values to S

Description

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.

Usage

flagStringToValue(value)

Arguments

value the string containing the ORed enumeration or flag value names, e.g. "GTK_DEBUG_OBJECTS|GTK_DEBUG_MISC"

Value

A character vector giving the names of the different enumeration or flag values.

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

http://www.omegahat.org/RGtk http://www.omegahat.org/GtkAutoBindingGen http://www.gtk.org

See Also

getDefaultSArgs

Examples



[Package RGtkBindingGenerator version 0.3 Index]