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 |
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 t'GI.Gtk.Objects.HSeparator.HSeparator' widget is not used as a separator within menus. To create a separator in a menu create an empty t'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.
Synopsis
- newtype HSeparator = HSeparator (ManagedPtr HSeparator)
- class (GObject o, IsDescendantOf HSeparator o) => IsHSeparator o
- toHSeparator :: (MonadIO m, IsHSeparator o) => o -> m HSeparator
- noHSeparator :: Maybe HSeparator
- hSeparatorNew :: (HasCallStack, MonadIO m) => m HSeparator
Exported types
newtype HSeparator Source #
Memory-managed wrapper type.
Instances
Eq HSeparator Source # | |
Defined in GI.Gtk.Objects.HSeparator (==) :: HSeparator -> HSeparator -> Bool # (/=) :: HSeparator -> HSeparator -> Bool # | |
IsGValue HSeparator Source # | Convert |
Defined in GI.Gtk.Objects.HSeparator toGValue :: HSeparator -> IO GValue # fromGValue :: GValue -> IO HSeparator # | |
GObject HSeparator Source # | |
Defined in GI.Gtk.Objects.HSeparator gobjectType :: IO GType # | |
HasParentTypes HSeparator Source # | |
Defined in GI.Gtk.Objects.HSeparator | |
type ParentTypes HSeparator Source # | |
Defined in GI.Gtk.Objects.HSeparator |
class (GObject o, IsDescendantOf HSeparator o) => IsHSeparator o Source #
Type class for types which can be safely cast to HSeparator
, for instance with toHSeparator
.
Instances
(GObject o, IsDescendantOf HSeparator o) => IsHSeparator o Source # | |
Defined in GI.Gtk.Objects.HSeparator |
toHSeparator :: (MonadIO m, IsHSeparator o) => o -> m HSeparator Source #
Cast to HSeparator
, for types for which this is known to be safe. For general casts, use castTo
.
noHSeparator :: Maybe HSeparator Source #
A convenience alias for Nothing
:: Maybe
HSeparator
.
Methods
Overloaded methods
new
:: (HasCallStack, MonadIO m) | |
=> m HSeparator | Returns: a new |
Deprecated: (Since version 3.2)Use separatorNew
with OrientationHorizontal
instead
Creates a new HSeparator
.