gtkimageview-0.11.1: Binding to the GtkImageView library.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net

Graphics.UI.Gtk.ImageView.ImageScrollWin

Contents

Description

 

Synopsis

Details

ImageScrollWin provides a widget similar in appearance to ScrollableWindow that is more suitable for displaying ImageView's.

Types

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.