gi-gtk-3.0.30: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.ContainerCellAccessible

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ContainerCellAccessible Source #

Memory-managed wrapper type.

Instances
GObject ContainerCellAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.ContainerCellAccessible

Methods

gobjectType :: IO GType

HasParentTypes ContainerCellAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.ContainerCellAccessible

type ParentTypes ContainerCellAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.ContainerCellAccessible

type ParentTypes ContainerCellAccessible = CellAccessible ': (Accessible ': (Object ': (Object ': (Action ': (Component ': (TableCell ': ([] :: [Type])))))))

class (GObject o, IsDescendantOf ContainerCellAccessible o) => IsContainerCellAccessible o Source #

Type class for types which can be safely cast to ContainerCellAccessible, for instance with toContainerCellAccessible.

Instances
(GObject o, IsDescendantOf ContainerCellAccessible o) => IsContainerCellAccessible o Source # 
Instance details

Defined in GI.Gtk.Objects.ContainerCellAccessible

toContainerCellAccessible :: (MonadIO m, IsContainerCellAccessible o) => o -> m ContainerCellAccessible Source #

Cast to ContainerCellAccessible, for types for which this is known to be safe. For general casts, use castTo.

Methods

addChild

containerCellAccessibleAddChild :: (HasCallStack, MonadIO m, IsContainerCellAccessible a, IsCellAccessible b) => a -> b -> m () Source #

No description available in the introspection data.

getChildren

containerCellAccessibleGetChildren Source #

Arguments

:: (HasCallStack, MonadIO m, IsContainerCellAccessible a) 
=> a

container: the container

-> m [CellAccessible] 

Get a list of children.

new

containerCellAccessibleNew :: (HasCallStack, MonadIO m) => m ContainerCellAccessible Source #

No description available in the introspection data.

removeChild

containerCellAccessibleRemoveChild :: (HasCallStack, MonadIO m, IsContainerCellAccessible a, IsCellAccessible b) => a -> b -> m () Source #

No description available in the introspection data.