Portability | portable (depends on GHC) |
---|---|
Stability | provisional |
Maintainer | gtk2hs-users@lists.sourceforge.net |
- data ImageScrollWin
- class TableClass o => ImageScrollWinClass o
- imageScrollWinNew :: ImageViewClass view => view -> IO ImageScrollWin
Details
ImageScrollWin
provides a widget similar in appearance to ScrollableWindow
that is more
suitable for displaying ImageView'
s.
Types
data ImageScrollWin Source
Methods
imageScrollWinNew :: ImageViewClass view => view -> IO ImageScrollWinSource
Creates a new ImageScrollWin
containing the ImageView
.
The widget is built using four subwidgets arranged inside a Table
with two columns and two
rows. Two scrollbars, one navigator button (the decorations) and one ImageView
.
When the ImageView
fits inside the window, the decorations are hidden.