GtkImageScrollWin

GtkImageScrollWin — Scrollable window suitable for GtkImageView

Functions

GtkWidget * gtk_image_scroll_win_new ()

Properties

GtkImageView * view Write / Construct Only

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.

WTF!

Moo

Functions

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.

Parameters

view

a GtkImageView to show.

 

Returns

A new GtkImageScrollWin.

Types and Values

Property Details

The “view” property

  “view”                     GtkImageView *

Image View to navigate.

Flags: Write / Construct Only

See Also

GtkScrolledWindow, the GTK widget that GtkImageScrollWin mimics.