gtk-sharp 0.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An accelerator. TODO: explain the relationship between this class and . System.Object Method System.Boolean Determines whether a given keyval and modifier mask constitute a valid keyboard accelerator. For example, keyval plus is valid; this is a "Ctrl+a" accelerator. However, you can't use the keyval as an accelerator. a , see for useful values a a Method System.String Converts an accelerator keyval and modifier mask into a string parseable by . For example, if you pass in and , this function returns "<Control>q". a a a In Gtk+, the return value must be freed by the caller, but not in Gtk#. Constructor Basic constructor. a Property Gdk.ModifierType A mask to specify the default modifier key(s). a a Method System.Void Parses a string representing an accelerator. The format looks like "<Control>a" or "<Shift><Alt>F1" or "<Release>z" (the last one is for key release). The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". a a , thekey to map to. a to fill with data. If the parse fails, and will be set to 0 (zero).