Portability | portable (depends on GHC) |
---|---|
Stability | provisional |
Maintainer | gtk2hs-users@lists.sourceforge.net |
Safe Haskell | None |
A horizontal separator
- data HSeparator
- class SeparatorClass o => HSeparatorClass o
- castToHSeparator :: GObjectClass obj => obj -> HSeparator
- gTypeHSeparator :: GType
- toHSeparator :: HSeparatorClass o => o -> HSeparator
- hSeparatorNew :: IO HSeparator
Detail
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.
Class Hierarchy
Types
data HSeparator Source
class SeparatorClass o => HSeparatorClass o Source
castToHSeparator :: GObjectClass obj => obj -> HSeparatorSource
toHSeparator :: HSeparatorClass o => o -> HSeparatorSource
Constructors
hSeparatorNew :: IO HSeparatorSource
Creates a new HSeparator
.