| 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 |
GI.Gtk.Objects.Separator
Description
- newtype Separator = Separator (ForeignPtr Separator)
- class GObject o => SeparatorK o
- toSeparator :: SeparatorK o => o -> IO Separator
- noSeparator :: Maybe Separator
- separatorNew :: MonadIO m => Orientation -> m Separator
Exported types
Constructors
| Separator (ForeignPtr Separator) |
Instances
| GObject Separator Source | |
| ((~) * info (ResolveSeparatorMethod t Separator), MethodInfo * info Separator p) => IsLabel t (Separator -> p) Source | |
| ((~) * info (ResolveSeparatorMethod t Separator), MethodInfo * info Separator p) => IsLabelProxy t (Separator -> p) Source | |
| type ParentTypes Separator Source | |
| type AttributeList Separator Source | |
| type SignalList Separator Source | |
class GObject o => SeparatorK o Source
Instances
| (GObject o, IsDescendantOf Separator o) => SeparatorK o Source | |
toSeparator :: SeparatorK o => o -> IO Separator Source
Methods
separatorNew
separatorNew :: MonadIO m => Orientation -> m Separator Source