Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype BooleanCellAccessible = BooleanCellAccessible (ManagedPtr BooleanCellAccessible)
- class (GObject o, IsDescendantOf BooleanCellAccessible o) => IsBooleanCellAccessible o
- toBooleanCellAccessible :: (MonadIO m, IsBooleanCellAccessible o) => o -> m BooleanCellAccessible
- noBooleanCellAccessible :: Maybe BooleanCellAccessible
Exported types
newtype BooleanCellAccessible Source #
Memory-managed wrapper type.
Instances
GObject BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible gobjectType :: IO GType # | |
HasParentTypes BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible | |
type ParentTypes BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible type ParentTypes BooleanCellAccessible = RendererCellAccessible ': (CellAccessible ': (Accessible ': (Object ': (Object ': (Action ': (Component ': (TableCell ': ([] :: [Type])))))))) |
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
(GObject o, IsDescendantOf BooleanCellAccessible o) => IsBooleanCellAccessible o Source # | |
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
.
noBooleanCellAccessible :: Maybe BooleanCellAccessible Source #
A convenience alias for Nothing
:: Maybe
BooleanCellAccessible
.