GtkVPaned: GtkVPaned

Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Author(s) References

Description

A container with two panes arranged vertically

Methods and Functions

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

Hierarchy

1
2
3
4
5
6
7
GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkPaned
                                 +----GtkVPaned

Interfaces

GtkVPaned implements AtkImplementorIface, GtkBuildable and GtkOrientable.

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.

Structures

GtkVPaned

undocumented

Convenient Construction

gtkVPaned is the equivalent of gtkVPanedNew.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

https://developer.gnome.org/gtk2/stable/GtkVPaned.html


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to GtkVPaned in RGtk2...