GtkHPaned {RGtk2}R Documentation

GtkHPaned

Description

A container with two panes arranged horizontally

Methods and Functions

gtkHPanedNew(show = TRUE)
gtkHPaned(show = TRUE)

Hierarchy

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

Interfaces

GtkHPaned implements GtkBuildable and AtkImplementorIface.

Detailed Description

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

Structures

GtkHPaned
undocumented

Convenient Construction

gtkHPaned is the equivalent of gtkHPanedNew.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

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


[Package RGtk2 version 2.12.5-3 Index]