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 TextCellAccessible = TextCellAccessible (ManagedPtr TextCellAccessible)
- class (GObject o, IsDescendantOf TextCellAccessible o) => IsTextCellAccessible o
- toTextCellAccessible :: (MonadIO m, IsTextCellAccessible o) => o -> m TextCellAccessible
Exported types
newtype TextCellAccessible Source #
Memory-managed wrapper type.
Instances
Eq TextCellAccessible Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible (==) :: TextCellAccessible -> TextCellAccessible -> Bool # (/=) :: TextCellAccessible -> TextCellAccessible -> Bool # | |
IsGValue TextCellAccessible Source # | Convert |
Defined in GI.Gtk.Objects.TextCellAccessible toGValue :: TextCellAccessible -> IO GValue # fromGValue :: GValue -> IO TextCellAccessible # | |
ManagedPtrNewtype TextCellAccessible Source # | |
TypedObject TextCellAccessible Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible | |
GObject TextCellAccessible Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible | |
HasParentTypes TextCellAccessible Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible | |
type ParentTypes TextCellAccessible Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible |
class (GObject o, IsDescendantOf TextCellAccessible o) => IsTextCellAccessible o Source #
Type class for types which can be safely cast to TextCellAccessible
, for instance with toTextCellAccessible
.
Instances
(GObject o, IsDescendantOf TextCellAccessible o) => IsTextCellAccessible o Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible |
toTextCellAccessible :: (MonadIO m, IsTextCellAccessible o) => o -> m TextCellAccessible Source #
Cast to TextCellAccessible
, for types for which this is known to be safe. For general casts, use castTo
.