Name

Wizard::OpenCustomDialog — Open a wizard dialog with simple layout

Synopsis

Import Wizard;
void Wizard::OpenCustomDialog ( term  help_space_contents ,
  term  button_box );

Parameters

term help_space_contents

Help space contents

term button_box

Buttom Box

Return Value

void

Description

no graphics, no steps, only a help widget buttons (by default "Back", "Abort", "Next").

This is the only type of wizard dialog which still allows replacing the help space - either already upon opening it or later with Wizard::ReplaceCustomHelp().