pike.hubbe.net

[Top]
GTK
GTK.Box
previousGTK.Box()->pack_end_defaults() GTK.Box()->pack_start_defaults()next

Method GTK.Box()->pack_start()


Method pack_start

object(GTK.Box) GTK.Box()->pack_start(object(GTK.Widget) widget, int expandp, int fillp, int padding)

Description

Pack from the left (or top) of the box. Argument are widget, expand, fill, padding pack(widget,1,1,0) is equivalent to 'add' or 'pack_start_defaults'


Extracted from Pike v7.3 release 11 at 2001-11-03.