gtk2hsContentsIndex
Object
Description

Widget representation

  • Each widget is a represented as a purely abstract data type. It can only be accessed through and the special access functions that are defined in each widget file.
Synopsis
objectSink :: ObjectClass obj => Ptr obj -> IO ()
makeNewObject :: ObjectClass obj => (ForeignPtr obj -> obj) -> IO (Ptr obj) -> IO obj
objectSetProperty :: GObjectClass gobj => gobj -> String -> GenericValue -> IO ()
objectGetProperty :: GObjectClass gobj => gobj -> String -> IO GenericValue
Produced by Haddock version 0.6