Name

Wizard::SetContentsButtons — Set contents and Buttons of wizard dialog

Synopsis

Import Wizard;
void Wizard::SetContentsButtons ( string  title ,
  term  contents ,
  string  help_text ,
  string  back_label ,
  string  next_label );

Parameters

string title

title of window

term contents

contents of dialog

string help_text

help text

string back_label

label of back button

string next_label

label of next button

Return Value

void