Back: BLOX.BColorButton-accessing Up: BLOX package Forward: BLOX.BContainer-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.10 BLOX.BContainer

Defined in namespace BLOX
Superclass: BLOX.BForm
Category: Graphics-Windows
I am used to group many widgets together. I can perform simple management by putting widgets next to each other, from left to right or from top to bottom.

1.10.1 BLOX.BContainer: accessing  (instance)


1.10.1 BLOX.BContainer: accessing

setVerticalLayout: aBoolean
Answer whether the container will align the widgets vertically or horizontally. Horizontal alignment means that widgets are packed from left to right, while vertical alignment means that widgets are packed from the top to the bottom of the widget.

Widgets that are set to be "stretched" will share all the space that is not allocated to non-stretched widgets.

The layout of the widget can only be set before the first child is inserted in the widget.



Back: BLOX.BContainer Up: BLOX.BContainer Forward: BLOX.BDialog   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on August, 19 2010 using texi2html