Extracted from Pike v8.0 release 164 as of 2016-02-09.
   

Class GTK1.VbuttonBox

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container GTK1.Box GTK1.ButtonBox GTK1.VbuttonBox
Description

A Vbutton_box is very similar to a Vbox. The major diffference is that the button box is made to pack buttons in, and has a few convenience function for normal button layouts.

 GTK1.VbuttonBox()->add(GTK1.Button("Hello"))->add(GTK1.Button("World"))->set_usize(100,300)

 GTK1.VbuttonBox()->add(GTK1.Button("Hello"))->add(GTK1.Button("World"))->set_layout(GTK1.BUTTONBOX_SPREAD)->set_usize(100,300)

 GTK1.VbuttonBox()->add(GTK1.Button("Hello"))->add(GTK1.Button("World"))->set_layout(GTK1.BUTTONBOX_EDGE)->set_usize(100,300)

 GTK1.VbuttonBox()->add(GTK1.Button("Hello"))->add(GTK1.Button("World"))->set_layout(GTK1.BUTTONBOX_START)->set_usize(100,300)

 GTK1.VbuttonBox()->add(GTK1.Button("Hello"))->add(GTK1.Button("World"))->set_layout(GTK1.BUTTONBOX_END)->set_usize(100,300)


Inherit ButtonBox

inherit GTK1.ButtonBox : ButtonBox


Method create

GTK1.VbuttonBox GTK1.VbuttonBox()

Description

Create a new vertical button box