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 |
No description available in the introspection data.
Synopsis
Exported types
newtype FlowBoxChildAccessible Source #
Memory-managed wrapper type.
Instances
class GObject o => IsFlowBoxChildAccessible o Source #
Type class for types which can be safely cast to FlowBoxChildAccessible
, for instance with toFlowBoxChildAccessible
.
Instances
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
.
noFlowBoxChildAccessible :: Maybe FlowBoxChildAccessible Source #
A convenience alias for Nothing
:: Maybe
FlowBoxChildAccessible
.