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.CellArea

Contents

Description

 

Synopsis

Exported types

newtype CellArea Source

Constructors

CellArea (ForeignPtr CellArea) 

Instances

GObject CellArea Source 
((~) * info (ResolveCellAreaMethod t CellArea), MethodInfo * info CellArea p) => IsLabel t (CellArea -> p) Source 

Methods

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

((~) * info (ResolveCellAreaMethod t CellArea), MethodInfo * info CellArea p) => IsLabelProxy t (CellArea -> p) Source 

Methods

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

type ParentTypes CellArea Source 
type AttributeList CellArea Source 
type SignalList CellArea Source 

Methods

cellAreaActivate

data CellAreaActivateMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> c -> Rectangle -> [CellRendererState] -> Bool -> m Bool), MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c) => MethodInfo (TYPE Lifted) CellAreaActivateMethodInfo a signature Source 

cellAreaActivate :: (MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c) => a -> b -> c -> Rectangle -> [CellRendererState] -> Bool -> m Bool Source

cellAreaActivateCell

data CellAreaActivateCellMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> c -> Event -> Rectangle -> [CellRendererState] -> m Bool), MonadIO m, CellAreaK a, WidgetK b, CellRendererK c) => MethodInfo (TYPE Lifted) CellAreaActivateCellMethodInfo a signature Source 

cellAreaActivateCell :: (MonadIO m, CellAreaK a, WidgetK b, CellRendererK c) => a -> b -> c -> Event -> Rectangle -> [CellRendererState] -> m Bool Source

cellAreaAdd

data CellAreaAddMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> m ()), MonadIO m, CellAreaK a, CellRendererK b) => MethodInfo (TYPE Lifted) CellAreaAddMethodInfo a signature Source 

Methods

overloadedMethod :: MethodProxy CellAreaAddMethodInfo a -> signature -> s

cellAreaAdd :: (MonadIO m, CellAreaK a, CellRendererK b) => a -> b -> m () Source

cellAreaAddFocusSibling

cellAreaApplyAttributes

cellAreaAttributeConnect

cellAreaAttributeDisconnect

cellAreaAttributeGetColumn

cellAreaCellGetProperty

cellAreaCellSetProperty

cellAreaCopyContext

cellAreaCreateContext

cellAreaEvent

data CellAreaEventMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> c -> Event -> Rectangle -> [CellRendererState] -> m Int32), MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c) => MethodInfo (TYPE Lifted) CellAreaEventMethodInfo a signature Source 

cellAreaEvent :: (MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c) => a -> b -> c -> Event -> Rectangle -> [CellRendererState] -> m Int32 Source

cellAreaFocus

cellAreaForeach

cellAreaForeachAlloc

data CellAreaForeachAllocMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> c -> Rectangle -> Rectangle -> CellAllocCallback -> m ()), MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c) => MethodInfo (TYPE Lifted) CellAreaForeachAllocMethodInfo a signature Source 

cellAreaForeachAlloc :: (MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c) => a -> b -> c -> Rectangle -> Rectangle -> CellAllocCallback -> m () Source

cellAreaGetCellAllocation

data CellAreaGetCellAllocationMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> c -> d -> Rectangle -> m Rectangle), MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c, CellRendererK d) => MethodInfo (TYPE Lifted) CellAreaGetCellAllocationMethodInfo a signature Source 

cellAreaGetCellAllocation :: (MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c, CellRendererK d) => a -> b -> c -> d -> Rectangle -> m Rectangle Source

cellAreaGetCellAtPosition

cellAreaGetCellAtPosition :: (MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c) => a -> b -> c -> Rectangle -> Int32 -> Int32 -> m (CellRenderer, Rectangle) Source

cellAreaGetCurrentPathString

cellAreaGetEditWidget

cellAreaGetEditedCell

cellAreaGetFocusCell

cellAreaGetFocusFromSibling

cellAreaGetFocusSiblings

cellAreaGetPreferredHeight

cellAreaGetPreferredHeightForWidth

cellAreaGetPreferredWidth

cellAreaGetPreferredWidthForHeight

cellAreaGetRequestMode

cellAreaHasRenderer

cellAreaInnerCellArea

data CellAreaInnerCellAreaMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> Rectangle -> m Rectangle), MonadIO m, CellAreaK a, WidgetK b) => MethodInfo (TYPE Lifted) CellAreaInnerCellAreaMethodInfo a signature Source 

cellAreaInnerCellArea :: (MonadIO m, CellAreaK a, WidgetK b) => a -> b -> Rectangle -> m Rectangle Source

cellAreaIsActivatable

cellAreaIsFocusSibling

cellAreaRemove

data CellAreaRemoveMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> m ()), MonadIO m, CellAreaK a, CellRendererK b) => MethodInfo (TYPE Lifted) CellAreaRemoveMethodInfo a signature Source 

cellAreaRemove :: (MonadIO m, CellAreaK a, CellRendererK b) => a -> b -> m () Source

cellAreaRemoveFocusSibling

cellAreaRender

data CellAreaRenderMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> c -> Context -> Rectangle -> Rectangle -> [CellRendererState] -> Bool -> m ()), MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c) => MethodInfo (TYPE Lifted) CellAreaRenderMethodInfo a signature Source 

cellAreaRender :: (MonadIO m, CellAreaK a, CellAreaContextK b, WidgetK c) => a -> b -> c -> Context -> Rectangle -> Rectangle -> [CellRendererState] -> Bool -> m () Source

cellAreaRequestRenderer

cellAreaSetFocusCell

cellAreaStopEditing

cellAreaStopEditing :: (MonadIO m, CellAreaK a) => a -> Bool -> m () Source

Properties

EditWidget

EditedCell

FocusCell

Signals

AddEditable

ApplyAttributes

FocusChanged

RemoveEditable