| 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.CustomLayout
Description
No description available in the introspection data.
Synopsis
- newtype CustomLayout = CustomLayout (ManagedPtr CustomLayout)
- class (GObject o, IsDescendantOf CustomLayout o) => IsCustomLayout o
- toCustomLayout :: (MonadIO m, IsCustomLayout o) => o -> m CustomLayout
- noCustomLayout :: Maybe CustomLayout
Exported types
newtype CustomLayout Source #
Memory-managed wrapper type.
Constructors
| CustomLayout (ManagedPtr CustomLayout) |
Instances
| Eq CustomLayout Source # | |
Defined in GI.Gtk.Objects.CustomLayout | |
| IsGValue CustomLayout Source # | Convert |
Defined in GI.Gtk.Objects.CustomLayout | |
| GObject CustomLayout Source # | |
Defined in GI.Gtk.Objects.CustomLayout Methods gobjectType :: IO GType # | |
| HasParentTypes CustomLayout Source # | |
Defined in GI.Gtk.Objects.CustomLayout | |
| type ParentTypes CustomLayout Source # | |
Defined in GI.Gtk.Objects.CustomLayout | |
class (GObject o, IsDescendantOf CustomLayout o) => IsCustomLayout o Source #
Type class for types which can be safely cast to CustomLayout, for instance with toCustomLayout.
Instances
| (GObject o, IsDescendantOf CustomLayout o) => IsCustomLayout o Source # | |
Defined in GI.Gtk.Objects.CustomLayout | |
toCustomLayout :: (MonadIO m, IsCustomLayout o) => o -> m CustomLayout Source #
Cast to CustomLayout, for types for which this is known to be safe. For general casts, use castTo.
noCustomLayout :: Maybe CustomLayout Source #
A convenience alias for Nothing :: Maybe CustomLayout.