Safe Haskell | None |
---|---|
Language | Haskell2010 |
Implementation of Paned
as a declarative container.
Synopsis
- data Pane event
- data PaneProperties = PaneProperties {}
- defaultPaneProperties :: PaneProperties
- pane :: PaneProperties -> Widget event -> Pane event
- paned :: Vector (Attribute Paned event) -> Pane event -> Pane event -> Widget event
Documentation
Describes a pane to be packed with
'Gtk.panePack1'/'Gtk.panePack2' in a Paned
.
data PaneProperties Source #
Values used when packing a pane into a Paned
.
Instances
Default PaneProperties Source # | |
Defined in GI.Gtk.Declarative.Container.Paned def :: PaneProperties # |
defaultPaneProperties :: PaneProperties Source #
Defaults for PaneProperties
. Use these and override specific
fields.
pane :: PaneProperties -> Widget event -> Pane event Source #
Construct a pane to be packed with
'Gtk.panePack1'/'Gtk.panePack2' in a Paned
.