Difference between revisions of "AVWizard's Control List"
From LinuxMCE
Langstonius (Talk | contribs) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[category: Programmer's Guide]] | |
+ | == AVWizard Control list == | ||
Properties and methods of controls: | Properties and methods of controls: | ||
Line 17: | Line 18: | ||
[[Button properties]] [[Button events]] | [[Button properties]] [[Button events]] | ||
− | - ''' | + | - '''Container''': a control keeps inside many controls and has no events |
− | [[ | + | [[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
- 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
- Container: a control keeps inside many controls and has no events