libyui  3.3.2
YWizard.h File Reference

Author: Stefan Hundhammer sh@su.nosp@m.se.d.nosp@m.e More...

#include "YWidget.h"
Include dependency graph for YWizard.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  YWizard
 A wizard is a more complex frame typically used for multi-step workflows: More...
 

Macros

#define YWizardID   "wizard"
 
#define YWizardContentsReplacePointID   "contents"
 

Enumerations

enum  YWizardMode { YWizardMode_Standard, YWizardMode_Steps, YWizardMode_Tree, YWizardMode_TitleOnLeft }
 Kind of the wizard layout. More...
 

Detailed Description

Author: Stefan Hundhammer sh@su.nosp@m.se.d.nosp@m.e

Definition in file YWizard.h.

Enumeration Type Documentation

◆ 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.