GtkImageView Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
GtkImageScrollWinGtkImageScrollWin — Scrollable window suitable for GtkImageView |
Object Hierarchy
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkTable +----GtkImageScrollWin
Description
GtkImageScrollWin provides a widget similar in appearance to GtkScrollableWindow that is more suitable for displaying GtkImageView's.
Details
gtk_image_scroll_win_new ()
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. |