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