glib-0.13.12.0: Binding to the GLIB library for Gtk2Hs.
Maintainer[email protected]
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
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 Source #

Instances

Instances details
Flags IOCondition Source # 
Instance details

Defined in System.Glib.MainLoop

Flags GSignalMatchType Source # 
Instance details

Defined in System.Glib.Signals

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

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