| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Objects.CellView
Contents
Description
- newtype CellView = CellView (ManagedPtr CellView)
- class GObject o => IsCellView o
- toCellView :: IsCellView o => o -> IO CellView
- noCellView :: Maybe CellView
- data CellViewGetDisplayedRowMethodInfo
- cellViewGetDisplayedRow :: (MonadIO m, IsCellView a) => a -> m (Maybe TreePath)
- data CellViewGetDrawSensitiveMethodInfo
- cellViewGetDrawSensitive :: (MonadIO m, IsCellView a) => a -> m Bool
- data CellViewGetFitModelMethodInfo
- cellViewGetFitModel :: (MonadIO m, IsCellView a) => a -> m Bool
- data CellViewGetModelMethodInfo
- cellViewGetModel :: (MonadIO m, IsCellView a) => a -> m (Maybe TreeModel)
- data CellViewGetSizeOfRowMethodInfo
- cellViewGetSizeOfRow :: (MonadIO m, IsCellView a) => a -> TreePath -> m (Bool, Requisition)
- cellViewNew :: MonadIO m => m CellView
- cellViewNewWithContext :: (MonadIO m, IsCellArea a, IsCellAreaContext b) => a -> b -> m CellView
- cellViewNewWithMarkup :: MonadIO m => Text -> m CellView
- cellViewNewWithPixbuf :: (MonadIO m, IsPixbuf a) => a -> m CellView
- cellViewNewWithText :: MonadIO m => Text -> m CellView
- data CellViewSetBackgroundColorMethodInfo
- cellViewSetBackgroundColor :: (MonadIO m, IsCellView a) => a -> Color -> m ()
- data CellViewSetBackgroundRgbaMethodInfo
- cellViewSetBackgroundRgba :: (MonadIO m, IsCellView a) => a -> RGBA -> m ()
- data CellViewSetDisplayedRowMethodInfo
- cellViewSetDisplayedRow :: (MonadIO m, IsCellView a) => a -> Maybe TreePath -> m ()
- data CellViewSetDrawSensitiveMethodInfo
- cellViewSetDrawSensitive :: (MonadIO m, IsCellView a) => a -> Bool -> m ()
- data CellViewSetFitModelMethodInfo
- cellViewSetFitModel :: (MonadIO m, IsCellView a) => a -> Bool -> m ()
- data CellViewSetModelMethodInfo
- cellViewSetModel :: (MonadIO m, IsCellView a, IsTreeModel b) => a -> Maybe b -> m ()
- data CellViewBackgroundPropertyInfo
- cellViewBackground :: AttrLabelProxy "background"
- clearCellViewBackground :: (MonadIO m, IsCellView o) => o -> m ()
- constructCellViewBackground :: IsCellView o => Text -> IO (GValueConstruct o)
- setCellViewBackground :: (MonadIO m, IsCellView o) => o -> Text -> m ()
- data CellViewBackgroundGdkPropertyInfo
- cellViewBackgroundGdk :: AttrLabelProxy "backgroundGdk"
- clearCellViewBackgroundGdk :: (MonadIO m, IsCellView o) => o -> m ()
- constructCellViewBackgroundGdk :: IsCellView o => Color -> IO (GValueConstruct o)
- getCellViewBackgroundGdk :: (MonadIO m, IsCellView o) => o -> m (Maybe Color)
- setCellViewBackgroundGdk :: (MonadIO m, IsCellView o) => o -> Color -> m ()
- data CellViewBackgroundRgbaPropertyInfo
- cellViewBackgroundRgba :: AttrLabelProxy "backgroundRgba"
- constructCellViewBackgroundRgba :: IsCellView o => RGBA -> IO (GValueConstruct o)
- getCellViewBackgroundRgba :: (MonadIO m, IsCellView o) => o -> m (Maybe RGBA)
- setCellViewBackgroundRgba :: (MonadIO m, IsCellView o) => o -> RGBA -> m ()
- data CellViewBackgroundSetPropertyInfo
- cellViewBackgroundSet :: AttrLabelProxy "backgroundSet"
- constructCellViewBackgroundSet :: IsCellView o => Bool -> IO (GValueConstruct o)
- getCellViewBackgroundSet :: (MonadIO m, IsCellView o) => o -> m Bool
- setCellViewBackgroundSet :: (MonadIO m, IsCellView o) => o -> Bool -> m ()
- data CellViewCellAreaPropertyInfo
- cellViewCellArea :: AttrLabelProxy "cellArea"
- constructCellViewCellArea :: (IsCellView o, IsCellArea a) => a -> IO (GValueConstruct o)
- getCellViewCellArea :: (MonadIO m, IsCellView o) => o -> m (Maybe CellArea)
- data CellViewCellAreaContextPropertyInfo
- cellViewCellAreaContext :: AttrLabelProxy "cellAreaContext"
- constructCellViewCellAreaContext :: (IsCellView o, IsCellAreaContext a) => a -> IO (GValueConstruct o)
- getCellViewCellAreaContext :: (MonadIO m, IsCellView o) => o -> m (Maybe CellAreaContext)
- data CellViewDrawSensitivePropertyInfo
- cellViewDrawSensitive :: AttrLabelProxy "drawSensitive"
- constructCellViewDrawSensitive :: IsCellView o => Bool -> IO (GValueConstruct o)
- getCellViewDrawSensitive :: (MonadIO m, IsCellView o) => o -> m Bool
- setCellViewDrawSensitive :: (MonadIO m, IsCellView o) => o -> Bool -> m ()
- data CellViewFitModelPropertyInfo
- cellViewFitModel :: AttrLabelProxy "fitModel"
- constructCellViewFitModel :: IsCellView o => Bool -> IO (GValueConstruct o)
- getCellViewFitModel :: (MonadIO m, IsCellView o) => o -> m Bool
- setCellViewFitModel :: (MonadIO m, IsCellView o) => o -> Bool -> m ()
- data CellViewModelPropertyInfo
- cellViewModel :: AttrLabelProxy "model"
- clearCellViewModel :: (MonadIO m, IsCellView o) => o -> m ()
- constructCellViewModel :: (IsCellView o, IsTreeModel a) => a -> IO (GValueConstruct o)
- getCellViewModel :: (MonadIO m, IsCellView o) => o -> m (Maybe TreeModel)
- setCellViewModel :: (MonadIO m, IsCellView o, IsTreeModel a) => o -> a -> m ()
Exported types
Instances
| GObject CellView Source # | |
| IsObject CellView Source # | |
| IsWidget CellView Source # | |
| IsOrientable CellView Source # | |
| IsCellLayout CellView Source # | |
| IsBuildable CellView Source # | |
| IsImplementorIface CellView Source # | |
| IsCellView CellView Source # | |
| ((~) * info (ResolveCellViewMethod t CellView), MethodInfo * info CellView p) => IsLabel t (CellView -> p) Source # | |
| ((~) * info (ResolveCellViewMethod t CellView), MethodInfo * info CellView p) => IsLabelProxy t (CellView -> p) Source # | |
| HasAttributeList * CellView Source # | |
| type SignalList CellView Source # | |
| type AttributeList CellView Source # | |
class GObject o => IsCellView o Source #
Instances
| (GObject a, UnknownAncestorError Constraint CellView a) => IsCellView a Source # | |
| IsCellView CellView Source # | |
toCellView :: IsCellView o => o -> IO CellView Source #
Methods
getDisplayedRow
data CellViewGetDisplayedRowMethodInfo Source #
Instances
| ((~) * signature (m (Maybe TreePath)), MonadIO m, IsCellView a) => MethodInfo * CellViewGetDisplayedRowMethodInfo a signature Source # | |
cellViewGetDisplayedRow :: (MonadIO m, IsCellView a) => a -> m (Maybe TreePath) Source #
getDrawSensitive
data CellViewGetDrawSensitiveMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsCellView a) => MethodInfo * CellViewGetDrawSensitiveMethodInfo a signature Source # | |
cellViewGetDrawSensitive :: (MonadIO m, IsCellView a) => a -> m Bool Source #
getFitModel
data CellViewGetFitModelMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsCellView a) => MethodInfo * CellViewGetFitModelMethodInfo a signature Source # | |
cellViewGetFitModel :: (MonadIO m, IsCellView a) => a -> m Bool Source #
getModel
data CellViewGetModelMethodInfo Source #
Instances
| ((~) * signature (m (Maybe TreeModel)), MonadIO m, IsCellView a) => MethodInfo * CellViewGetModelMethodInfo a signature Source # | |
cellViewGetModel :: (MonadIO m, IsCellView a) => a -> m (Maybe TreeModel) Source #
getSizeOfRow
data CellViewGetSizeOfRowMethodInfo Source #
Instances
| ((~) * signature (TreePath -> m (Bool, Requisition)), MonadIO m, IsCellView a) => MethodInfo * CellViewGetSizeOfRowMethodInfo a signature Source # | |
cellViewGetSizeOfRow :: (MonadIO m, IsCellView a) => a -> TreePath -> m (Bool, Requisition) Source #
new
cellViewNew :: MonadIO m => m CellView Source #
newWithContext
cellViewNewWithContext :: (MonadIO m, IsCellArea a, IsCellAreaContext b) => a -> b -> m CellView Source #
newWithMarkup
cellViewNewWithMarkup :: MonadIO m => Text -> m CellView Source #
newWithPixbuf
cellViewNewWithPixbuf :: (MonadIO m, IsPixbuf a) => a -> m CellView Source #
newWithText
cellViewNewWithText :: MonadIO m => Text -> m CellView Source #
setBackgroundColor
data CellViewSetBackgroundColorMethodInfo Source #
Instances
| ((~) * signature (Color -> m ()), MonadIO m, IsCellView a) => MethodInfo * CellViewSetBackgroundColorMethodInfo a signature Source # | |
cellViewSetBackgroundColor :: (MonadIO m, IsCellView a) => a -> Color -> m () Source #
Deprecated: (Since version 3.4)Use gtk_cell_view_set_background_rgba() instead.
setBackgroundRgba
data CellViewSetBackgroundRgbaMethodInfo Source #
Instances
| ((~) * signature (RGBA -> m ()), MonadIO m, IsCellView a) => MethodInfo * CellViewSetBackgroundRgbaMethodInfo a signature Source # | |
cellViewSetBackgroundRgba :: (MonadIO m, IsCellView a) => a -> RGBA -> m () Source #
setDisplayedRow
data CellViewSetDisplayedRowMethodInfo Source #
Instances
| ((~) * signature (Maybe TreePath -> m ()), MonadIO m, IsCellView a) => MethodInfo * CellViewSetDisplayedRowMethodInfo a signature Source # | |
cellViewSetDisplayedRow :: (MonadIO m, IsCellView a) => a -> Maybe TreePath -> m () Source #
setDrawSensitive
data CellViewSetDrawSensitiveMethodInfo Source #
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, IsCellView a) => MethodInfo * CellViewSetDrawSensitiveMethodInfo a signature Source # | |
cellViewSetDrawSensitive :: (MonadIO m, IsCellView a) => a -> Bool -> m () Source #
setFitModel
data CellViewSetFitModelMethodInfo Source #
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, IsCellView a) => MethodInfo * CellViewSetFitModelMethodInfo a signature Source # | |
cellViewSetFitModel :: (MonadIO m, IsCellView a) => a -> Bool -> m () Source #
setModel
data CellViewSetModelMethodInfo Source #
Instances
| ((~) * signature (Maybe b -> m ()), MonadIO m, IsCellView a, IsTreeModel b) => MethodInfo * CellViewSetModelMethodInfo a signature Source # | |
cellViewSetModel :: (MonadIO m, IsCellView a, IsTreeModel b) => a -> Maybe b -> m () Source #
Properties
background
data CellViewBackgroundPropertyInfo Source #
Instances
| AttrInfo CellViewBackgroundPropertyInfo Source # | |
| type AttrSetTypeConstraint CellViewBackgroundPropertyInfo Source # | |
| type AttrOrigin CellViewBackgroundPropertyInfo Source # | |
| type AttrLabel CellViewBackgroundPropertyInfo Source # | |
| type AttrGetType CellViewBackgroundPropertyInfo Source # | |
| type AttrBaseTypeConstraint CellViewBackgroundPropertyInfo Source # | |
| type AttrAllowedOps CellViewBackgroundPropertyInfo Source # | |
cellViewBackground :: AttrLabelProxy "background" Source #
clearCellViewBackground :: (MonadIO m, IsCellView o) => o -> m () Source #
constructCellViewBackground :: IsCellView o => Text -> IO (GValueConstruct o) Source #
setCellViewBackground :: (MonadIO m, IsCellView o) => o -> Text -> m () Source #
backgroundGdk
data CellViewBackgroundGdkPropertyInfo Source #
Instances
| AttrInfo CellViewBackgroundGdkPropertyInfo Source # | |
| type AttrSetTypeConstraint CellViewBackgroundGdkPropertyInfo Source # | |
| type AttrOrigin CellViewBackgroundGdkPropertyInfo Source # | |
| type AttrLabel CellViewBackgroundGdkPropertyInfo Source # | |
| type AttrGetType CellViewBackgroundGdkPropertyInfo Source # | |
| type AttrBaseTypeConstraint CellViewBackgroundGdkPropertyInfo Source # | |
| type AttrAllowedOps CellViewBackgroundGdkPropertyInfo Source # | |
cellViewBackgroundGdk :: AttrLabelProxy "backgroundGdk" Source #
clearCellViewBackgroundGdk :: (MonadIO m, IsCellView o) => o -> m () Source #
constructCellViewBackgroundGdk :: IsCellView o => Color -> IO (GValueConstruct o) Source #
getCellViewBackgroundGdk :: (MonadIO m, IsCellView o) => o -> m (Maybe Color) Source #
setCellViewBackgroundGdk :: (MonadIO m, IsCellView o) => o -> Color -> m () Source #
backgroundRgba
data CellViewBackgroundRgbaPropertyInfo Source #
Instances
| AttrInfo CellViewBackgroundRgbaPropertyInfo Source # | |
| type AttrSetTypeConstraint CellViewBackgroundRgbaPropertyInfo Source # | |
| type AttrOrigin CellViewBackgroundRgbaPropertyInfo Source # | |
| type AttrLabel CellViewBackgroundRgbaPropertyInfo Source # | |
| type AttrGetType CellViewBackgroundRgbaPropertyInfo Source # | |
| type AttrBaseTypeConstraint CellViewBackgroundRgbaPropertyInfo Source # | |
| type AttrAllowedOps CellViewBackgroundRgbaPropertyInfo Source # | |
cellViewBackgroundRgba :: AttrLabelProxy "backgroundRgba" Source #
constructCellViewBackgroundRgba :: IsCellView o => RGBA -> IO (GValueConstruct o) Source #
getCellViewBackgroundRgba :: (MonadIO m, IsCellView o) => o -> m (Maybe RGBA) Source #
setCellViewBackgroundRgba :: (MonadIO m, IsCellView o) => o -> RGBA -> m () Source #
backgroundSet
data CellViewBackgroundSetPropertyInfo Source #
Instances
| AttrInfo CellViewBackgroundSetPropertyInfo Source # | |
| type AttrSetTypeConstraint CellViewBackgroundSetPropertyInfo Source # | |
| type AttrOrigin CellViewBackgroundSetPropertyInfo Source # | |
| type AttrLabel CellViewBackgroundSetPropertyInfo Source # | |
| type AttrGetType CellViewBackgroundSetPropertyInfo Source # | |
| type AttrBaseTypeConstraint CellViewBackgroundSetPropertyInfo Source # | |
| type AttrAllowedOps CellViewBackgroundSetPropertyInfo Source # | |
cellViewBackgroundSet :: AttrLabelProxy "backgroundSet" Source #
constructCellViewBackgroundSet :: IsCellView o => Bool -> IO (GValueConstruct o) Source #
getCellViewBackgroundSet :: (MonadIO m, IsCellView o) => o -> m Bool Source #
setCellViewBackgroundSet :: (MonadIO m, IsCellView o) => o -> Bool -> m () Source #
cellArea
data CellViewCellAreaPropertyInfo Source #
Instances
| AttrInfo CellViewCellAreaPropertyInfo Source # | |
| type AttrSetTypeConstraint CellViewCellAreaPropertyInfo Source # | |
| type AttrOrigin CellViewCellAreaPropertyInfo Source # | |
| type AttrLabel CellViewCellAreaPropertyInfo Source # | |
| type AttrGetType CellViewCellAreaPropertyInfo Source # | |
| type AttrBaseTypeConstraint CellViewCellAreaPropertyInfo Source # | |
| type AttrAllowedOps CellViewCellAreaPropertyInfo Source # | |
cellViewCellArea :: AttrLabelProxy "cellArea" Source #
constructCellViewCellArea :: (IsCellView o, IsCellArea a) => a -> IO (GValueConstruct o) Source #
getCellViewCellArea :: (MonadIO m, IsCellView o) => o -> m (Maybe CellArea) Source #
cellAreaContext
data CellViewCellAreaContextPropertyInfo Source #
Instances
| AttrInfo CellViewCellAreaContextPropertyInfo Source # | |
| type AttrSetTypeConstraint CellViewCellAreaContextPropertyInfo Source # | |
| type AttrOrigin CellViewCellAreaContextPropertyInfo Source # | |
| type AttrLabel CellViewCellAreaContextPropertyInfo Source # | |
| type AttrGetType CellViewCellAreaContextPropertyInfo Source # | |
| type AttrBaseTypeConstraint CellViewCellAreaContextPropertyInfo Source # | |
| type AttrAllowedOps CellViewCellAreaContextPropertyInfo Source # | |
cellViewCellAreaContext :: AttrLabelProxy "cellAreaContext" Source #
constructCellViewCellAreaContext :: (IsCellView o, IsCellAreaContext a) => a -> IO (GValueConstruct o) Source #
getCellViewCellAreaContext :: (MonadIO m, IsCellView o) => o -> m (Maybe CellAreaContext) Source #
drawSensitive
data CellViewDrawSensitivePropertyInfo Source #
Instances
| AttrInfo CellViewDrawSensitivePropertyInfo Source # | |
| type AttrSetTypeConstraint CellViewDrawSensitivePropertyInfo Source # | |
| type AttrOrigin CellViewDrawSensitivePropertyInfo Source # | |
| type AttrLabel CellViewDrawSensitivePropertyInfo Source # | |
| type AttrGetType CellViewDrawSensitivePropertyInfo Source # | |
| type AttrBaseTypeConstraint CellViewDrawSensitivePropertyInfo Source # | |
| type AttrAllowedOps CellViewDrawSensitivePropertyInfo Source # | |
cellViewDrawSensitive :: AttrLabelProxy "drawSensitive" Source #
constructCellViewDrawSensitive :: IsCellView o => Bool -> IO (GValueConstruct o) Source #
getCellViewDrawSensitive :: (MonadIO m, IsCellView o) => o -> m Bool Source #
setCellViewDrawSensitive :: (MonadIO m, IsCellView o) => o -> Bool -> m () Source #
fitModel
data CellViewFitModelPropertyInfo Source #
Instances
| AttrInfo CellViewFitModelPropertyInfo Source # | |
| type AttrSetTypeConstraint CellViewFitModelPropertyInfo Source # | |
| type AttrOrigin CellViewFitModelPropertyInfo Source # | |
| type AttrLabel CellViewFitModelPropertyInfo Source # | |
| type AttrGetType CellViewFitModelPropertyInfo Source # | |
| type AttrBaseTypeConstraint CellViewFitModelPropertyInfo Source # | |
| type AttrAllowedOps CellViewFitModelPropertyInfo Source # | |
cellViewFitModel :: AttrLabelProxy "fitModel" Source #
constructCellViewFitModel :: IsCellView o => Bool -> IO (GValueConstruct o) Source #
getCellViewFitModel :: (MonadIO m, IsCellView o) => o -> m Bool Source #
setCellViewFitModel :: (MonadIO m, IsCellView o) => o -> Bool -> m () Source #
model
data CellViewModelPropertyInfo Source #
Instances
| AttrInfo CellViewModelPropertyInfo Source # | |
| type AttrSetTypeConstraint CellViewModelPropertyInfo Source # | |
| type AttrOrigin CellViewModelPropertyInfo Source # | |
| type AttrLabel CellViewModelPropertyInfo Source # | |
| type AttrGetType CellViewModelPropertyInfo Source # | |
| type AttrBaseTypeConstraint CellViewModelPropertyInfo Source # | |
| type AttrAllowedOps CellViewModelPropertyInfo Source # | |
cellViewModel :: AttrLabelProxy "model" Source #
clearCellViewModel :: (MonadIO m, IsCellView o) => o -> m () Source #
constructCellViewModel :: (IsCellView o, IsTreeModel a) => a -> IO (GValueConstruct o) Source #
getCellViewModel :: (MonadIO m, IsCellView o) => o -> m (Maybe TreeModel) Source #
setCellViewModel :: (MonadIO m, IsCellView o, IsTreeModel a) => o -> a -> m () Source #