Configuration of lilo
|
ui.ycp
|
|
User interface functions.
|
|
|
|
All user interface functions.
Imports
Includes
- lilo/io.ycp
- lilo/routines.ycp
- lilo/scan.ycp
- lilo/texts.ycp
- lilo/widgets.ycp
- ui/common_messages.ycp
- ui/common_popups.ycp
- ui/file_popups.ycp
- wizard/sequencer.ycp
Functions
|
|
|
global variables
|
global LiloMainDialog () -> symbol
|
|
sequence
- Return value:
|
global SummaryDialog () -> symbol
|
|
summary dialog
- Return value:
|
global TargetDialog () -> symbol
|
|
bootloader installation target dialog
- Return value:
|
global AbortDialog () -> symbol
|
|
Abort dialog
- Return value:
|
global EndDialog () -> symbol
|
|
End dialog
- Return value:
|
global MainDlg () -> symbol
|
|
main dialog
- Return value:
|
global MainDlgRedraw () -> symbol
|
|
inserts data into main dialog. especially a table with sections is created
- Return value:
|
global LinuxSectDlg_validate (map vals, string sectname_orig) -> boolean
|
|
linux section dialog validator
- Parameters:
|
vals |
map with section options |
|
sectname_orig |
original section name (could have been changed in dialog) |
- Return value:
|
|
false if data are invalid |
|
global LinuxSectDlg () -> symbol
|
|
'image' section properties dialog
- Return value:
|
global OtherSectDlg () -> symbol
|
|
other section editor dialog
- Return value:
|
global OSTypeDlg () -> symbol
|
|
os type selector
- Return value:
|
global GlobalOptsDlg () -> symbol
|
|
global options dialog
- Return value:
|
global enable_opt_dlg (boolean val) -> void
|
|
enables / disables controls in dialog due to nonempty/empty option table
- Parameters:
|
val |
boolean enable/disable |
- Return value:
|
global OptionsDlg (map vals) -> symbol
|
|
dialog for changing (image/other/global) section properties
- Parameters:
|
vals |
map with all options and their values |
- Return value:
|
global ExpertGrubConfDialog () -> symbol
|
|
Expert dialog for editing /etc/grub/conf
- Return value:
|
global ExpertDialog () -> symbol
|
|
Expert dialog with multiline widget.
- Return value:
|
global OSScanDlg () -> symbol
|
|
OSScan dialog
- Return value:
|
global showPropWidget (string optname, string value) -> void
|
|
used by AddOption- shows widget for setting the option value due
to option type
- Parameters:
|
optname |
option name |
|
value |
string previously set value |
- Return value:
|
global AddOption (list optlist, string val, string origVal) -> map
|
|
options adding dialog. possible options are listed in 1st param
- Parameters:
|
optlist |
list with available options |
|
val |
value to be preset in edit widget |
|
origVal |
original value |
- Return value:
|
|
pair ["optname", "value"] |
|
global ShowOptHelp (string option) -> void
|
|
help dialog for options
- Parameters:
|
global ShowErrorLog (string stderr) -> void
|
|
the message with 'lilo' execution failure reason is show.
- Parameters:
|