Learn R Programming

RGtk2 (version 2.12.17)

GtkVPaned: GtkVPaned

Description

A container with two panes arranged vertically

Arguments

Methods and Functions

gtkVPanedNew(show = TRUE) gtkVPaned(show = TRUE)

Hierarchy

GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkPaned +----GtkVPaned

Interfaces

GtkVPaned implements AtkImplementorIface and GtkBuildable.

Detailed Description

The VPaned widget is a container widget with two children arranged vertically. The division between the two panes is adjustable by the user by dragging a handle. See GtkPaned for details.

Convenient Construction

gtkVPaned is the equivalent of gtkVPanedNew.

References

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