gi-gtk-3.0.34: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.BooleanCellAccessible

Description

No description available in the introspection data.

Synopsis

Exported types

newtype BooleanCellAccessible Source #

Memory-managed wrapper type.

Constructors

BooleanCellAccessible (ManagedPtr BooleanCellAccessible) 

Instances

Instances details
Eq BooleanCellAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.BooleanCellAccessible

GObject BooleanCellAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.BooleanCellAccessible

ManagedPtrNewtype BooleanCellAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.BooleanCellAccessible

TypedObject BooleanCellAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.BooleanCellAccessible

Methods

glibType :: IO GType

IsGValue BooleanCellAccessible Source #

Convert BooleanCellAccessible to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.BooleanCellAccessible

Methods

toGValue :: BooleanCellAccessible -> IO GValue

fromGValue :: GValue -> IO BooleanCellAccessible

HasParentTypes BooleanCellAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.BooleanCellAccessible

type ParentTypes BooleanCellAccessible Source # 
Instance details

Defined in GI.Gtk.Objects.BooleanCellAccessible

type ParentTypes BooleanCellAccessible = '[RendererCellAccessible, CellAccessible, Accessible, Object, Object, Action, Component, TableCell]

class (GObject o, IsDescendantOf BooleanCellAccessible o) => IsBooleanCellAccessible o Source #

Type class for types which can be safely cast to BooleanCellAccessible, for instance with toBooleanCellAccessible.

Instances

Instances details
(GObject o, IsDescendantOf BooleanCellAccessible o) => IsBooleanCellAccessible o Source # 
Instance details

Defined in GI.Gtk.Objects.BooleanCellAccessible

toBooleanCellAccessible :: (MonadIO m, IsBooleanCellAccessible o) => o -> m BooleanCellAccessible Source #

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

Methods

Overloaded methods