| 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.VSeparator
Contents
Description
The VSeparator widget is a vertical separator, used to group the
widgets within a window. It displays a vertical line with a shadow to
make it appear sunken into the interface.
GtkVSeparator has been deprecated, use Separator instead.
- newtype VSeparator = VSeparator (ManagedPtr VSeparator)
- class GObject o => IsVSeparator o
- toVSeparator :: IsVSeparator o => o -> IO VSeparator
- noVSeparator :: Maybe VSeparator
- vSeparatorNew :: (HasCallStack, MonadIO m) => m VSeparator
Exported types
newtype VSeparator Source #
Constructors
| VSeparator (ManagedPtr VSeparator) |
Instances
| GObject VSeparator Source # | |
| IsImplementorIface VSeparator Source # | |
| IsObject VSeparator Source # | |
| IsWidget VSeparator Source # | |
| IsSeparator VSeparator Source # | |
| IsOrientable VSeparator Source # | |
| IsBuildable VSeparator Source # | |
| IsVSeparator VSeparator Source # | |
| ((~) * info (ResolveVSeparatorMethod t VSeparator), MethodInfo * info VSeparator p) => IsLabel t (VSeparator -> p) Source # | |
| ((~) * info (ResolveVSeparatorMethod t VSeparator), MethodInfo * info VSeparator p) => IsLabelProxy t (VSeparator -> p) Source # | |
| HasAttributeList * VSeparator Source # | |
| type AttributeList VSeparator Source # | |
| type SignalList VSeparator Source # | |
class GObject o => IsVSeparator o Source #
Instances
toVSeparator :: IsVSeparator o => o -> IO VSeparator Source #
Methods
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m VSeparator | Returns: a new |
Deprecated: (Since version 3.2)Use separatorNew with OrientationVertical instead
Creates a new VSeparator.