Go to the first, previous, next, last section, table of contents.

Creating a Packer


mkPacker :: PackerAttributes 
	 -> [DisplayHandle] 
	 -> Component (Packer, DisplayHandle)

create a packer to control the layout of a set of components. The PackerAttributes arguments control how to pack the components, i.e., it overrides the default values that a Packer uses.


Go to the first, previous, next, last section, table of contents.