|
Graphics.UI.Gtk.Misc.Viewport | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
An adapter which makes widgets scrollable
|
|
Synopsis |
|
|
|
|
Detail
|
|
A Viewport is a helper widget that adds Adjustment slots to a
widget, i.e. the widget becomes scrollable. It can then be put into
ScrolledWindow and will behave as expected.
|
|
Class Hierarchy
|
|
| GObject
| +----Object
| +----Widget
| +----Container
| +----Bin
| +----Viewport
|
|
Types
|
|
|
|
|
|
|
|
|
|
|
|
|
Constructors
|
|
|
|
|
Methods
|
|
|
Returns the horizontal adjustment of the viewport.
|
|
|
Returns the vertical adjustment of the viewport.
|
|
|
Sets the horizontal adjustment of the viewport.
|
|
|
Sets the vertical adjustment of the viewport.
|
|
|
Shadow types
| Constructors | ShadowNone | | ShadowIn | | ShadowOut | | ShadowEtchedIn | | ShadowEtchedOut | |
|
|
|
|
|
|
|
|
|
Attributes
|
|
|
The Adjustment that determines the values of the horizontal position
for this viewport.
|
|
|
The Adjustment that determines the values of the vertical position for
this viewport.
|
|
|
Determines how the shadowed box around the viewport is drawn.
Default value: ShadowIn
|
|
Produced by Haddock version 2.6.0 |