Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype TextCellAccessible = TextCellAccessible (ManagedPtr TextCellAccessible)
- class GObject o => IsTextCellAccessible o
- toTextCellAccessible :: (MonadIO m, IsTextCellAccessible o) => o -> m TextCellAccessible
- noTextCellAccessible :: Maybe TextCellAccessible
Exported types
newtype TextCellAccessible Source #
Memory-managed wrapper type.
Instances
class GObject o => IsTextCellAccessible o Source #
Type class for types which can be safely cast to TextCellAccessible
, for instance with toTextCellAccessible
.
Instances
(GObject a, (UnknownAncestorError TextCellAccessible a :: Constraint)) => IsTextCellAccessible a Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible | |
IsTextCellAccessible TextCellAccessible 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
.
noTextCellAccessible :: Maybe TextCellAccessible Source #
A convenience alias for Nothing
:: Maybe
TextCellAccessible
.