Difference between revisions of "AVWizard's Control List"
From LinuxMCE
Line 19: | Line 19: | ||
- '''Progress bar''': a control that shows the progress of one action | - '''Progress bar''': a control that shows the progress of one action | ||
[[ProgressBar properties]] [[ProgressBar events]] | [[ProgressBar properties]] [[ProgressBar events]] | ||
+ | |||
+ | |||
+ | - '''Container''': a control keeps inside many controls and has no events | ||
+ | [[Container properties]] |
Revision as of 08:51, 13 April 2006
This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto. |
Properties and methods of controls:
- Page: parent control to all control, may be compared with a display
- Image: a picture area
- Label: control that describe a thing using some text
- ListBox (focus-able): a control that store multiple values
ListBox properties ListBox events
- Button (focus-able): a control that notify clicking
Button properties Button events
- Progress bar: a control that shows the progress of one action
ProgressBar properties ProgressBar events
- Container: a control keeps inside many controls and has no events