Welcome to the Southern African Autolisp Website.

Afra-lISP


You are Visitor Number since 21st June 1999.


alignment

alignment

Aligned Centered.

alignment

Aligned Right.

This attribute specifies the horizontal or vertical positioning of a tile within its cluster.
If a tile is within a column, the possible values are:

left, right or centered. (default: left)

If a tile is within a row, the possible values are:

top, bottom or centered. (default: centered)

You cannot specify the alignment along the long axis of a cluster.
The first and last tiles in the cluster always align themselves to
the ends of the column or row.


DCL Code Sample

lisp49a : dialog {				//dialog name
          label = "aligment" ;			//give it a label

	: button {				//define button
	  label="Button";			//give it a label
	  fixed_width=true;			//fix the width
	  alignment=right;			//align right
	}					//end button

        ok_cancel ;				//predefined OK/Cancel button

        }					//end dialog


All Tutorials and Code are provided "as-is" for purposes of instruction and
utility and may be used by anyone for any purpose entirely at their own risk.
Please respect the intellectual rights of others.
All material provided here is unsupported and without warranty of any kind.
No responsibility will be taken for any direct or indirect consequences
resulting from or associated with the use of these Tutorials or Code.

Copyright © 1999 by Kenny Ramage
All rights reserved.
Information in this document is subject to change without notice.
Site created and maintained by Kenny Ramage.