Configuration of lilo
|
widgets.ycp
|
|
UI widgets
|
|
|
|
|
|
global MainDlgWidget (list data) -> term
|
|
mail dialog widget
- Parameters:
|
data |
item list for main table |
- Return value:
|
global OptionsDlgWidget (list opts) -> term
|
|
widget for options setting
- Parameters:
- Return value:
|
global OSTypeWidget () -> term
|
|
widget for os type selector dialog
- Return value:
|
global LinuxSectWidget () -> term
|
|
widget for linux section properties editing
- Return value:
|
global OtherSectWidget () -> term
|
|
widget for other section properties editing
- Return value:
|
global GlobalOptsWidget () -> term
|
|
widget for global properties editing dialog
- Return value:
|
global OSScanWidget (list contents) -> term
|
|
widget for os scanner
- Parameters:
|
contents |
selectionbox contents |
- Return value:
|
global AddOptionWidget (list optlist) -> term
|
|
widget for option adding/editing dialog
- Parameters:
|
optlist |
list of available options |
- Return value:
|
global SummaryWidget () -> term
|
|
- Return value:
|
global ActionWidget () -> term
|
|
- Return value:
|
global TargetWidget (string mbr_dev, string bootdev) -> term
|
|
widget for installation target seection.
- Parameters:
|
mbr_dev |
master boot record device |
|
bootdev |
device where the lilo was lastly installed |
- Return value:
|