GtkViewport {RGtk2}R Documentation

GtkViewport

Description

An adapter which makes widgets scrollable

Methods and Functions

gtkViewportNew(hadjustment = NULL, vadjustment = NULL, show = TRUE)
gtkViewportGetHadjustment(object)
gtkViewportGetVadjustment(object)
gtkViewportSetHadjustment(object, adjustment = NULL)
gtkViewportSetVadjustment(object, adjustment = NULL)
gtkViewportSetShadowType(object, type)
gtkViewportGetShadowType(object)
gtkViewport(hadjustment = NULL, vadjustment = NULL, show = TRUE)

Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkViewport

Interfaces

GtkViewport implements GtkBuildable and AtkImplementorIface.

Structures

GtkViewport
undocumented

Convenient Construction

gtkViewport is the equivalent of gtkViewportNew.

Signals

The (viewport, arg1, arg2, user.data)
undocumented

viewport
[GtkViewport] the object which received the signal.
arg1
[GtkAdjustment]
arg2
[GtkAdjustment]
user.data
[R object] user data set when the signal handler was connected.

Properties

hadjustment [GtkAdjustment : Read / Write / Construct]

The GtkAdjustment that determines the values of the horizontal position for this viewport.

shadow-type [GtkShadowType : Read / Write]

Determines how the shadowed box around the viewport is drawn. Default value: GTK_SHADOW_IN

vadjustment [GtkAdjustment : Read / Write / Construct]

The GtkAdjustment that determines the values of the vertical position for this viewport.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkViewport.html


[Package RGtk2 version 2.12.5-3 Index]