| 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 |
GI.Gtk.Objects.TextCellAccessible
Contents
Description
- newtype TextCellAccessible = TextCellAccessible (ForeignPtr TextCellAccessible)
- class GObject o => TextCellAccessibleK o
- toTextCellAccessible :: TextCellAccessibleK o => o -> IO TextCellAccessible
- noTextCellAccessible :: Maybe TextCellAccessible
Exported types
newtype TextCellAccessible Source
Constructors
| TextCellAccessible (ForeignPtr TextCellAccessible) |
Instances
| GObject TextCellAccessible | |
| ((~) * info (ResolveTextCellAccessibleMethod t TextCellAccessible), MethodInfo * info TextCellAccessible p) => IsLabelProxy t (TextCellAccessible -> p) | |
| type ParentTypes TextCellAccessible | |
| type AttributeList TextCellAccessible | |
| type SignalList TextCellAccessible |
class GObject o => TextCellAccessibleK o Source
Instances
| (GObject o, IsDescendantOf TextCellAccessible o) => TextCellAccessibleK o |
toTextCellAccessible :: TextCellAccessibleK o => o -> IO TextCellAccessible Source