Wizard dialogs for hardware configuration
Jan Holesovsky <kendy@suse.cz>
@deprecated This module is deprecated and will be removed soon. Use WizardHW instead.
List of Global Functions
ConfiguredContent - Create the contents of screen with configured items.
DetectedContent - Create the content of the screen with the detected devices.
SizeAtLeast - Encloses the content into VBoxes and HBoxes
SpacingAround - Encloses the content into VBoxes and HBoxes with the appropriate spacings around it.
List of Global Variables
Create the contents of screen with configured items.
Function parameters
term table_header
list table_contents
term above_table
term below_table
term below_buttons
term buttons
Return value
term - Content for the SetWizardContent[Buttons]() <B>UI elements ids:</B><table> <tr><td>Table</td><td>`table</td></tr> <tr><td>Button add</td><td>`add_button</td></tr> <tr><td>Button edit</td><td>`edit_button</td></tr> <tr><td>Button delete</td><td>`delete_button</td></tr> </table>
Create the content of the screen with the detected devices.
Function parameters
string frame_label
list detected
boolean has_restart
string already_conf
Return value
term - Content for the SetWizardContent[Buttons]()
Encloses the content into VBoxes and HBoxes
Function parameters
term content
float xsize
float ysize
Return value
term - Contents sized at least <B>xsize</B> x <B>ysize</B>.