Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Class GTK2.Hpaned

Inheritance graph
GTK2.G.Object GTK2.G.InitiallyUnowned GTK2.Object GTK2.Widget GTK2.Container GTK2.Paned GTK2.Hpaned
Description

The paned window widgets are useful when you want to divide an area into two parts, with the relative size of the two parts controlled by the user. A groove is drawn between the two portions with a handle that the user can drag to change the ratio. This widgets makes a horizontal division

See W(Paned) for details.

 GTK2.Hpaned()->add1(GTK2.Label("Left\nSide\nOf\nPane"))->add2(GTK2.Label("Right\nSide\nOf\nPane"))->set_size_request(100,100)


Inherit Paned

inherit GTK2.Paned : Paned


Method create

GTK2.Hpaned GTK2.Hpaned(mapping|void props)

Description

Create a new W(Hpaned) widget.