#include "YWidget.h"
Go to the source code of this file.
|
| class | YWizard |
| | A wizard is a more complex frame typically used for multi-step workflows: More...
|
| |
|
|
#define | YWizardID "wizard" |
| |
|
#define | YWizardContentsReplacePointID "contents" |
| |
Author: Stefan Hundhammer sh@su.nosp@m.se.d.nosp@m.e
Definition in file YWizard.h.
◆ YWizardMode
Kind of the wizard layout.
| Enumerator |
|---|
| YWizardMode_Standard | Normal wizard (help panel or nothing)
|
| YWizardMode_Steps | Steps visible in left side panel.
|
| YWizardMode_Tree | Tree in left side panel.
|
| YWizardMode_TitleOnLeft | Title on the left side.
|
Definition at line 42 of file YWizard.h.