| 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 :: (MonadIO m, IsVSeparator o) => o -> m VSeparator
- noVSeparator :: Maybe VSeparator
- vSeparatorNew :: (HasCallStack, MonadIO m) => m VSeparator
Exported types
newtype VSeparator Source #
Constructors
| VSeparator (ManagedPtr VSeparator) |
class GObject o => IsVSeparator o Source #
Instances
toVSeparator :: (MonadIO m, IsVSeparator o) => o -> m 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.