Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
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
- noTextCellAccessible :: Maybe TextCellAccessible
Exported types
newtype TextCellAccessible Source #
Memory-managed wrapper type.
Instances
GObject TextCellAccessible Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible gobjectType :: IO GType # | |
HasParentTypes TextCellAccessible Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible | |
type ParentTypes TextCellAccessible Source # | |
Defined in GI.Gtk.Objects.TextCellAccessible type ParentTypes TextCellAccessible = RendererCellAccessible ': (CellAccessible ': (Accessible ': (Object ': (Object ': (Action ': (Component ': (TableCell ': (Text ': ([] :: [Type]))))))))) |
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
.
noTextCellAccessible :: Maybe TextCellAccessible Source #
A convenience alias for Nothing
:: Maybe
TextCellAccessible
.