glib-0.11.2: Binding to the GLIB library for Gtk2Hs.Source codeContentsIndex
System.Glib.Flags
Portabilityportable
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Description
This module defines a type class for flags that are marshaled as bitflags.
Documentation
class (Enum a, Bounded a) => Flags a Source
show/hide Instances
fromFlags :: Flags a => [a] -> IntSource
toFlags :: Flags a => Int -> [a]Source
Produced by Haddock version 2.6.1