| 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
Contents
Description
The HSeparator widget is a horizontal separator, used to group the
widgets within a window. It displays a horizontal line with a shadow to
make it appear sunken into the interface.
The 'GI.Gtk.Objects.HSeparator.HSeparator' widget is not used as a separator within menus. To create a separator in a menu create an empty 'GI.Gtk.Objects.SeparatorMenuItem.SeparatorMenuItem' widget using 'GI.Gtk.Objects.SeparatorMenuItem.separatorMenuItemNew' and add it to the menu with 'GI.Gtk.Objects.MenuShell.menuShellAppend'.
GtkHSeparator has been deprecated, use Separator instead.
- newtype HSeparator = HSeparator (ManagedPtr HSeparator)
- class GObject o => IsHSeparator o
- toHSeparator :: IsHSeparator o => o -> IO HSeparator
- noHSeparator :: Maybe HSeparator
- hSeparatorNew :: (HasCallStack, MonadIO m) => m HSeparator
Exported types
newtype HSeparator Source #
Constructors
| HSeparator (ManagedPtr HSeparator) |
Instances
| GObject HSeparator Source # | |
| IsImplementorIface HSeparator Source # | |
| IsObject HSeparator Source # | |
| IsWidget HSeparator Source # | |
| IsSeparator HSeparator Source # | |
| IsOrientable HSeparator Source # | |
| IsBuildable HSeparator Source # | |
| IsHSeparator HSeparator Source # | |
| ((~) * info (ResolveHSeparatorMethod t HSeparator), MethodInfo * info HSeparator p) => IsLabel t (HSeparator -> p) Source # | |
| ((~) * info (ResolveHSeparatorMethod t HSeparator), MethodInfo * info HSeparator p) => IsLabelProxy t (HSeparator -> p) Source # | |
| HasAttributeList * HSeparator Source # | |
| type AttributeList HSeparator Source # | |
| type SignalList HSeparator Source # | |
class GObject o => IsHSeparator o Source #
Instances
toHSeparator :: IsHSeparator o => o -> IO HSeparator Source #
Methods
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m HSeparator | Returns: a new |
Deprecated: (Since version 3.2)Use separatorNew with OrientationHorizontal instead
Creates a new HSeparator.