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