| 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 | 
GI.Gtk.Objects.BooleanCellAccessible
Description
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.
Constructors
| BooleanCellAccessible (ManagedPtr BooleanCellAccessible) | 
Instances
| Eq BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible Methods (==) :: BooleanCellAccessible -> BooleanCellAccessible -> Bool # (/=) :: BooleanCellAccessible -> BooleanCellAccessible -> Bool #  | |
| IsGValue BooleanCellAccessible Source # | Convert   | 
Defined in GI.Gtk.Objects.BooleanCellAccessible Methods toGValue :: BooleanCellAccessible -> IO GValue # fromGValue :: GValue -> IO BooleanCellAccessible #  | |
| GObject BooleanCellAccessible Source # | |
Defined in GI.Gtk.Objects.BooleanCellAccessible Methods gobjectType :: IO GType #  | |
| 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.