|
| Graphics.UI.Gtk.TreeList.CellRenderer |
|
|
|
|
| Description |
A CellRenderer is an object that determines how the cell of a
TreeView widget is displayed.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data CellRenderer |
|
|
| class ObjectClass o => CellRendererClass o |
|
|
| data Attribute cr a |
Definition of the Attribute data type.
| | Constructors | |
|
|
| cellRendererSet :: CellRendererClass cr => cr -> Attribute cr val -> val -> IO () |
Set a property statically.
|
|
| cellRendererGet :: CellRendererClass cr => cr -> Attribute cr val -> IO val |
Get a static property.
|
|
| Produced by Haddock version 0.6 |