| |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Description | |||||||||||||||||||||||||
A widget displaying a single row of a TreeModel
| |||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Detail | |||||||||||||||||||||||||
A CellView displays a single row of a TreeModel, using cell renderers just like TreeView. CellView doesn't support some of the more complex features of TreeView, like cell editing and drag and drop. | |||||||||||||||||||||||||
Class Hierarchy | |||||||||||||||||||||||||
| GObject | +----Object | +----Widget | +----CellView | |||||||||||||||||||||||||
Types | |||||||||||||||||||||||||
data CellView | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
class WidgetClass o => CellViewClass o | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
castToCellView :: GObjectClass obj => obj -> CellView | |||||||||||||||||||||||||
toCellView :: CellViewClass o => o -> CellView | |||||||||||||||||||||||||
Constructors | |||||||||||||||||||||||||
cellViewNew :: IO CellView | |||||||||||||||||||||||||
Creates a new CellView widget. | |||||||||||||||||||||||||
cellViewNewWithMarkup | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
cellViewNewWithPixbuf | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
cellViewNewWithText | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Methods | |||||||||||||||||||||||||
cellViewSetModel | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
cellViewGetSizeOfRow | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
cellViewSetBackgroundColor | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
cellViewGetCellRenderers :: CellViewClass self => self -> IO [CellRenderer] | |||||||||||||||||||||||||
Returns the cell renderers which have been added to cellView. | |||||||||||||||||||||||||
Attributes | |||||||||||||||||||||||||
cellViewBackground :: CellViewClass self => WriteAttr self String | |||||||||||||||||||||||||
Background color as a string. Default value: "" | |||||||||||||||||||||||||
Produced by Haddock version 0.8 |