gi-gtk-0.3.18.14: 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 
((~) * info (ResolveCellViewMethod t CellView), MethodInfo * info CellView p) => IsLabelProxy t (CellView -> p) 
type ParentTypes CellView 
type AttributeList CellView 
type SignalList CellView 

class GObject o => CellViewK o Source

Instances

Methods

cellViewGetDisplayedRow

cellViewGetDrawSensitive

cellViewGetFitModel

data CellViewGetFitModelMethodInfo Source

Instances

((~) * signature (m Bool), MonadIO m, CellViewK a) => MethodInfo * CellViewGetFitModelMethodInfo a signature 

cellViewGetModel

data CellViewGetModelMethodInfo Source

Instances

((~) * signature (m TreeModel), MonadIO m, CellViewK a) => MethodInfo * CellViewGetModelMethodInfo a signature 

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

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

data CellViewSetBackgroundRgbaMethodInfo Source

Instances

((~) * signature (RGBA -> m ()), MonadIO m, CellViewK a) => MethodInfo * CellViewSetBackgroundRgbaMethodInfo a signature 

cellViewSetDisplayedRow

cellViewSetDrawSensitive

data CellViewSetDrawSensitiveMethodInfo Source

Instances

((~) * signature (Bool -> m ()), MonadIO m, CellViewK a) => MethodInfo * CellViewSetDrawSensitiveMethodInfo a signature 

cellViewSetFitModel

data CellViewSetFitModelMethodInfo Source

Instances

((~) * signature (Bool -> m ()), MonadIO m, CellViewK a) => MethodInfo * CellViewSetFitModelMethodInfo a signature 

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

cellViewSetModel

data CellViewSetModelMethodInfo Source

Instances

((~) * signature (Maybe b -> m ()), MonadIO m, CellViewK a, TreeModelK b) => MethodInfo * CellViewSetModelMethodInfo a signature 

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

Properties

Background

BackgroundGdk

BackgroundRgba

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