| 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 |
GI.Gtk.Objects.FlowBoxChildAccessible
Description
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.
Constructors
| FlowBoxChildAccessible (ManagedPtr FlowBoxChildAccessible) |
Instances
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.