| ||||||||
| ||||||||
| Description | ||||||||
This module implements only the necessities for the GTK binding.
| ||||||||
| Synopsis | ||||||||
| ||||||||
| Documentation | ||||||||
| newtype GValue | ||||||||
| ||||||||
| valueInit :: GValue -> GType -> IO () | ||||||||
| Clear a GValue. | ||||||||
| valueGetType :: GValue -> IO GType | ||||||||
| Get the type of the value stored in the GValue | ||||||||
| allocaGValue :: (GValue -> IO b) -> IO b | ||||||||
| Temporarily allocate a GValue. | ||||||||
| Produced by Haddock version 0.8 |