Difference between revisions of "AVWizard's Control List"

From LinuxMCE
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">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.</td></tr> </table>== AVWizard Control list ==
+
[[category: Programmer's Guide]]
 +
== AVWizard Control list ==
  
 
Properties and methods of controls:
 
Properties and methods of controls:
Line 16: Line 17:
 
  - '''Button''' (focus-able): a control that notify clicking
 
  - '''Button''' (focus-able): a control that notify clicking
 
[[Button properties]] [[Button events]]  
 
[[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
 
  - '''Container''': a control keeps inside many controls and has no events
 
[[Container properties]]
 
[[Container properties]]

Latest revision as of 03:37, 21 June 2008

AVWizard Control list

Properties and methods of controls:

- Page: parent control to all control, may be compared with a display

Page properties Page events

- Image: a picture area

Image properties Image events

- Label: control that describe a thing using some text

Label properties Label events

- 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

- Container: a control keeps inside many controls and has no events

Container properties