Name

Wizard_hw::DetectedContent — Create the content of the screen with the detected devices.

Synopsis

Import Wizard_hw;
term Wizard_hw::DetectedContent ( string  frame_label ,
  list  detected ,
  boolean  has_restart ,
  string  already_conf );

Parameters

string frame_label

The frame around the detected devices

list detected

A list of the detected devices for the SelectionBox. Must contain "Other (not detected)" as the last item.

boolean has_restart

A button for restarting the detection.

string already_conf

A content of the RichText. Describes the already configured devices.

Return Value

term

Content for the SetWizardContent[Buttons]()

Description

It is used in the SetWizardContent() or SetWizardContentButtons() functions.