DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Creating SCOadmin wizards

Wizard array description

The wizard array consists of the following:


Wizard(title)
displayed at the top of the dialog window. The value given to all string specifications must be localized messages.

Wizard(firstPage)
specifies an array name that indicates the first page to be displayed.

Wizard(previousLabel)
the string value for the previous button at the bottom of the dialog. If this value is not specified then it defaults to the word ``Previous.''

Wizard(nextLabel)
the string value for the next button at the bottom of the dialog. If this value is not specified then it defaults to the word ``Next.''

Wizard(initCB)
the name of a previously user-defined routine that will be called before the wizard dialog window is displayed. This function is optional and can be defined in the wizard specification file.

Wizard(exitCB)
this routine s called by the framework when all processing is complete. It is optional and can be defined by the user in the wizard specification file.

Next topic: Page array description
Previous topic: Wizard specification file format

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 03 June 2005