| PWButton |
Instances of this class are buttons
|
| PWCheckbox |
Instances of this class are checkboxes
|
| PWChooser |
Abstract class for chooser widgets
|
| PWColorChooser |
Instances of this class are used to select a color
|
| PWCombo |
Instances of this class are Combo
|
| PWDirectoryChooser |
Instances of this class are used to select a directory
|
| PWFileChooser |
Instances of this class are used to select a file
|
| PWFloatText |
Instances of this class are text box to type floats
|
| PWFontChooser |
Instances of this class are used to select a font
|
| PWIntegerText |
Instances of this class are text box to type Integers
|
| PWLabel |
Instances of this class are labels, that could contain some HTML tags (B,I,U)
|
| PWPasswordText |
Instances of this class are text box to type password
|
| PWRadio |
Instances of this class are a group of radio buttons
|
| PWScale |
Instances of this class are scales
|
| PWSeparator |
Instances of this class are separators
|
| PWSpinner |
Instances of this class are spinners
|
| PWStringText |
Instances of this class are text box to type Strings
|
| PWText |
This is the abstract class for all text widgets (except textarea)
|
| PWTextarea |
Instances of this class are text areas
|
| PWURLText |
Instances of this class are text box used to type URL
|
| PWWidget |
This class is the root class for all widgets that take part of a preference
window
|