Gtk2HsContentsIndex
Graphics.UI.Gtk.Abstract.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
data Object
class GObjectClass o => ObjectClass o
castToObject :: GObjectClass obj => obj -> Object
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