
functions
files
intro
|
|
Configuration of profile-manager |
include/profile-manager/complex.ycp |
Dialogs definitions |
|
|
Imports
- Label
- Popup
- ProfileManager
- Wizard
Includes
- profile-manager/dialogs.ycp
- profile-manager/helps.ycp
Local Functions
|
|
|
local ReadDialog () -> symbol
|
|
Read settings dialog
- Return value:
|
`abort if aborted and `next otherwise |
local WriteDialog () -> symbol
|
|
Write settings dialog
- Return value:
|
`abort if aborted and `next otherwise |
local PreparePopup (string selected) -> boolean
|
|
Open progress window and do the actions for preparing the switch
- Parameters:
selected |
profile to switch to |
local MainDialog () -> any
|
|
Main dialog
- Return value:
|
Returned value from UserInput() call |
local OptionsDialog () -> any
|
|
Options dialog
- Return value:
|
Returned value from UserInput() call |
|