GtkViewport {RGtk2} | R Documentation |
An adapter which makes widgets scrollable
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)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport
GtkViewport implements
GtkBuildable
and AtkImplementorIface.
GtkViewport
gtkViewport
is the equivalent of gtkViewportNew
.
The (viewport, arg1, arg2, user.data)
viewport
GtkViewport
] the object which received the signal.arg1
GtkAdjustment
] arg2
GtkAdjustment
] user.data
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.
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkViewport.html