glib-0.13.6.0: Binding to the GLIB library for Gtk2Hs.

Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

System.Glib.Flags

Description

This module defines a type class for flags that are marshaled as bitflags.

Documentation

class (Enum a, Bounded a) => Flags a #

Instances
Flags GSignalMatchType # 
Instance details

Defined in System.Glib.Signals

Flags IOCondition # 
Instance details

Defined in System.Glib.MainLoop

fromFlags :: Flags a => [a] -> Int #

toFlags :: Flags a => Int -> [a] #