|  |  |  | GtkImageView Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
| GtkImageScrollWinGtkImageScrollWin — Scrollable window suitable for GtkImageView | 
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkTable
                                 +----GtkImageScrollWin
GtkImageScrollWin provides a widget similar in appearance to GtkScrollableWindow that is more suitable for displaying GtkImageView's.
GtkWidget * gtk_image_scroll_win_new (GtkImageView *view);
Creates a new GtkImageScrollWin containing the GtkImageView.
The widget is built using four subwidgets arranged inside a GtkTable with two columns and two rows. Two scrollbars, one navigator button (the decorations) and one GtkImageView.
When the GtkImageView fits inside the window, the decorations are hidden.
| 
 | a GtkImageView to show. | 
| Returns : | A new GtkImageScrollWin. |