| 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.CellAccessible
Description
No description available in the introspection data.
Synopsis
- newtype CellAccessible = CellAccessible (ManagedPtr CellAccessible)
 - class (GObject o, IsDescendantOf CellAccessible o) => IsCellAccessible o
 - toCellAccessible :: (MonadIO m, IsCellAccessible o) => o -> m CellAccessible
 
Exported types
newtype CellAccessible Source #
Memory-managed wrapper type.
Constructors
| CellAccessible (ManagedPtr CellAccessible) | 
Instances
| Eq CellAccessible Source # | |
Defined in GI.Gtk.Objects.CellAccessible Methods (==) :: CellAccessible -> CellAccessible -> Bool # (/=) :: CellAccessible -> CellAccessible -> Bool #  | |
| IsGValue CellAccessible Source # | Convert   | 
Defined in GI.Gtk.Objects.CellAccessible  | |
| GObject CellAccessible Source # | |
Defined in GI.Gtk.Objects.CellAccessible Methods gobjectType :: IO GType #  | |
| HasParentTypes CellAccessible Source # | |
Defined in GI.Gtk.Objects.CellAccessible  | |
| type ParentTypes CellAccessible Source # | |
Defined in GI.Gtk.Objects.CellAccessible  | |
class (GObject o, IsDescendantOf CellAccessible o) => IsCellAccessible o Source #
Type class for types which can be safely cast to CellAccessible, for instance with toCellAccessible.
Instances
| (GObject o, IsDescendantOf CellAccessible o) => IsCellAccessible o Source # | |
Defined in GI.Gtk.Objects.CellAccessible  | |
toCellAccessible :: (MonadIO m, IsCellAccessible o) => o -> m CellAccessible Source #
Cast to CellAccessible, for types for which this is known to be safe. For general casts, use castTo.