Welcome to the Southern African Autolisp Website.

Afra-lISP


You are Visitor Number since 21st June 1999.


height

height

Height Not Set.

height

Height Set to 15.

This attribute specifies the height of tile. The height value must be an integer
or a real number. The height of image tiles and image buttons must be specified.
Note: The height of a tile is the MINIMUM value.

Possible values are platform dependent.


DCL Code Sample

lisp49d : dialog {				//dialog name
          label = "height";			//give it a label

	: list_box {				//define a list box
	  key = "lb1";				//give it a name
	  label = "List Box 1";			//give it a label
	  list = "1\n2\n3\n4\n5\n6\n7\n8\n9";	//make a list
	  height = 15;				//give it a height
	}					//end list box

        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.