| 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.VSeparator
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.
Synopsis
- newtype VSeparator = VSeparator (ManagedPtr VSeparator)
 - class (GObject o, IsDescendantOf VSeparator o) => IsVSeparator o
 - toVSeparator :: (MonadIO m, IsVSeparator o) => o -> m VSeparator
 - vSeparatorNew :: (HasCallStack, MonadIO m) => m VSeparator
 
Exported types
newtype VSeparator Source #
Memory-managed wrapper type.
Constructors
| VSeparator (ManagedPtr VSeparator) | 
Instances
| Eq VSeparator Source # | |
Defined in GI.Gtk.Objects.VSeparator  | |
| IsGValue VSeparator Source # | Convert   | 
Defined in GI.Gtk.Objects.VSeparator  | |
| GObject VSeparator Source # | |
Defined in GI.Gtk.Objects.VSeparator Methods gobjectType :: IO GType #  | |
| HasParentTypes VSeparator Source # | |
Defined in GI.Gtk.Objects.VSeparator  | |
| type ParentTypes VSeparator Source # | |
Defined in GI.Gtk.Objects.VSeparator  | |
class (GObject o, IsDescendantOf VSeparator o) => IsVSeparator o Source #
Type class for types which can be safely cast to VSeparator, for instance with toVSeparator.
Instances
| (GObject o, IsDescendantOf VSeparator o) => IsVSeparator o Source # | |
Defined in GI.Gtk.Objects.VSeparator  | |
toVSeparator :: (MonadIO m, IsVSeparator o) => o -> m VSeparator Source #
Cast to VSeparator, for types for which this is known to be safe. For general casts, use castTo.
Methods
Overloaded 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.