GtkHPaned: GtkHPaned

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

Description

A container with two panes arranged horizontally

Methods and Functions

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

Hierarchy

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

Interfaces

GtkHPaned implements AtkImplementorIface, GtkBuildable and GtkOrientable.

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

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


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

Related to GtkHPaned in RGtk2...