gi-gtk-0.3.18.13: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.CellView

Contents

Description

 

Synopsis

Exported types

newtype CellView Source

Constructors

CellView (ForeignPtr CellView) 

Instances

GObject CellView Source 
((~) * info (ResolveCellViewMethod t CellView), MethodInfo * info CellView p) => IsLabel t (CellView -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> CellView -> p

((~) * info (ResolveCellViewMethod t CellView), MethodInfo * info CellView p) => IsLabelProxy t (CellView -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> CellView -> p

type ParentTypes CellView Source 
type AttributeList CellView Source 
type SignalList CellView Source 

Methods

cellViewGetDisplayedRow

cellViewGetDrawSensitive

cellViewGetFitModel

cellViewGetModel

cellViewGetSizeOfRow

cellViewGetSizeOfRow :: (MonadIO m, CellViewK a) => a -> TreePath -> m (Bool, Requisition) Source

Deprecated: (Since version 3.0)Combo box formerly used this to calculate thesizes for cellviews, now you can achieve this by either usingthe GtkCellView and using gtk_widget_get_preferred_size().

cellViewNew

cellViewNewWithContext

cellViewNewWithMarkup

cellViewNewWithPixbuf

cellViewNewWithPixbuf :: (MonadIO m, PixbufK a) => a -> m CellView Source

cellViewNewWithText

cellViewSetBackgroundColor

cellViewSetBackgroundColor :: (MonadIO m, CellViewK a) => a -> Color -> m () Source

Deprecated: (Since version 3.4)Use gtk_cell_view_set_background_rgba() instead.

cellViewSetBackgroundRgba

cellViewSetBackgroundRgba :: (MonadIO m, CellViewK a) => a -> RGBA -> m () Source

cellViewSetDisplayedRow

cellViewSetDrawSensitive

cellViewSetFitModel

cellViewSetFitModel :: (MonadIO m, CellViewK a) => a -> Bool -> m () Source

cellViewSetModel

cellViewSetModel :: (MonadIO m, CellViewK a, TreeModelK b) => a -> Maybe b -> m () Source

Properties

Background

BackgroundGdk

setCellViewBackgroundGdk :: (MonadIO m, CellViewK o) => o -> Color -> m () Source

BackgroundRgba

setCellViewBackgroundRgba :: (MonadIO m, CellViewK o) => o -> RGBA -> m () Source

BackgroundSet

CellArea

CellAreaContext

DrawSensitive

FitModel

setCellViewFitModel :: (MonadIO m, CellViewK o) => o -> Bool -> m () Source

Model

setCellViewModel :: (MonadIO m, CellViewK o, TreeModelK a) => o -> a -> m () Source