Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
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
Exported types
newtype BooleanCellAccessible Source #
Memory-managed wrapper type.
Instances
Eq BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible (==) :: BooleanCellAccessible -> BooleanCellAccessible -> Bool # (/=) :: BooleanCellAccessible -> BooleanCellAccessible -> Bool # | |
IsGValue BooleanCellAccessible Source # | Convert |
Defined in GI.Gtk.Objects.BooleanCellAccessible toGValue :: BooleanCellAccessible -> IO GValue # fromGValue :: GValue -> IO BooleanCellAccessible # | |
ManagedPtrNewtype BooleanCellAccessible Source # | |
TypedObject BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible | |
GObject BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible | |
HasParentTypes BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible | |
type ParentTypes BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible |
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
.