| 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.HSeparator
Description
- newtype HSeparator = HSeparator (ForeignPtr HSeparator)
- class GObject o => HSeparatorK o
- toHSeparator :: HSeparatorK o => o -> IO HSeparator
- noHSeparator :: Maybe HSeparator
- hSeparatorNew :: MonadIO m => m HSeparator
Exported types
newtype HSeparator Source
Constructors
| HSeparator (ForeignPtr HSeparator) |
Instances
| GObject HSeparator | |
| ((~) * info (ResolveHSeparatorMethod t HSeparator), MethodInfo * info HSeparator p) => IsLabelProxy t (HSeparator -> p) | |
| type ParentTypes HSeparator | |
| type AttributeList HSeparator | |
| type SignalList HSeparator |
class GObject o => HSeparatorK o Source
Instances
| (GObject o, IsDescendantOf HSeparator o) => HSeparatorK o |
toHSeparator :: HSeparatorK o => o -> IO HSeparator Source
Methods
hSeparatorNew
hSeparatorNew :: MonadIO m => m HSeparator Source
Deprecated: (Since version 3.2)Use gtk_separator_new() with %GTK_ORIENTATION_HORIZONTAL instead