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

Class GTK2.Box

Inheritance graph
GTK2.G.Object GTK2.G.InitiallyUnowned GTK2.Object GTK2.Widget GTK2.Container GTK2.Box GTK2.ButtonBox GTK2.Hbox GTK2.Vbox
Description

A box is a container that can contain more than one child. The basic 'Box' class cannot be instantiated, it is a virtual class that only defines some common 'Box' functions shared with all other Box widgets. Properties: int homogeneous int spacing

Child properties: int expand int fill int pack-type int padding int position


Inherit Container

inherit GTK2.Container : Container