Name

Wizard::UserInput — Substitute for UI::UserInput

Synopsis

Import Wizard;
any Wizard::UserInput (void); 

Return Value

any

(maybe normalized) widget ID

Description

This function transparently handles different variations of the wizard layout. Returns `next if `next or `accept were clicked, `back if `back or `cancel were clicked. Simply replace ret = UI::UserInput() with ret = Wizard::UserInput()