Welcome to the Southern African Autolisp Website.
You are Visitor Number since 21st June 1999.
is_default

Is_Default.
This attribute specifies whether the button is the default button selected
("pushed") when the user presses the accept key. (normally "Enter").
Possible values are true or false.
Default: false.
Only one button in a dialogue box can have the 'is_default' attribute set to true.
DCL Code Sample
lisp49w : dialog { //dialog name
label = "is_default" ; //give it a label
: button { //define button
label = "Press Enter"; //give it a label
key = "accept"; //give it a name
fixed_width = true; //fix the width
is_default = true; //make it the default key
} //end 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.
|