|
| Graphics.UI.Gtk.Ornaments.HSeparator | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
| A horizontal separator
|
|
| Synopsis |
|
|
|
|
| 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
|
|
| GObject
| +----Object
| +----Widget
| +----Separator
| +----HSeparator
|
|
| Types
|
|
| data HSeparator |
Instances | |
|
|
| class SeparatorClass o => HSeparatorClass o |
| Instances | |
|
|
| castToHSeparator :: GObjectClass obj => obj -> HSeparator |
|
| Constructors
|
|
| hSeparatorNew :: IO HSeparator |
| Creates a new HSeparator.
|
|
| Produced by Haddock version 0.7 |