|
| System.Glib.Flags | | Portability | portable | | Stability | provisional | | Maintainer | gtk2hs-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 |
| Instances | |
|
|
| fromFlags :: Flags a => [a] -> Int |
|
| toFlags :: Flags a => Int -> [a] |
|
| Produced by Haddock version 0.8 |