| 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
Contents
Description
GtkSeparator is a horizontal or vertical separator widget, depending on the
value of the Orientable:orientation property, used to group the widgets
within a window. It displays a line with a shadow to make it appear sunken
into the interface.
CSS nodes
GtkSeparator has a single CSS node with name separator. The node gets one of the .horizontal or .vertical style classes.
- newtype Separator = Separator (ManagedPtr Separator)
- class GObject o => IsSeparator o
- toSeparator :: IsSeparator o => o -> IO Separator
- noSeparator :: Maybe Separator
- separatorNew :: (HasCallStack, MonadIO m) => Orientation -> m Separator
Exported types
Constructors
| Separator (ManagedPtr Separator) |
Instances
| GObject Separator Source # | |
| IsImplementorIface Separator Source # | |
| IsObject Separator Source # | |
| IsWidget Separator Source # | |
| IsSeparator Separator Source # | |
| IsOrientable Separator Source # | |
| IsBuildable 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 # | |
| HasAttributeList * Separator Source # | |
| type AttributeList Separator Source # | |
| type SignalList Separator Source # | |
class GObject o => IsSeparator o Source #
Instances
toSeparator :: IsSeparator o => o -> IO Separator Source #
Methods
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => Orientation |
|
| -> m Separator | Returns: a new |
Creates a new Separator with the given orientation.
Since: 3.0