User Tools

Site Tools


built_in:checkboxes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

built_in:checkboxes [2014/09/17 18:34]
stevegarman created
built_in:checkboxes [2015/11/02 19:05]
Line 1: Line 1:
-====== CheckBoxes ====== +
-===== Create ===== +
-Create CheckBoxes using the CreateCheckBox method of the app object: +
-<code>chk = app.CreateCheckBox( text );</code> +
-Use the SetOnTouch method of the CheckBox object to set the name of a function you want to be called when the CheckBox is touched. You can read the 'isChecked' parameter in your callback function to get the state of the CheckBox +
-===== Methods ===== +
-^Method ^Description ^ +
-|chk.GetChecked| | +
-|chk.GetHeight| | +
-|chk.GetText| | +
-|chk.GetVisibility| | +
-|chk.GetWidth| | +
-|chk.Release| | +
-|chk.SetBackColor| | +
-|chk.SetBackGradient| | +
-|chk.SetBackGradientRadial| | +
-|chk.SetBackground| | +
-|chk.SetChecked| | +
-|chk.SetMargins| | +
-|chk.SetOnTouch| | +
-|chk.SetPadding| | +
-|chk.SetPosition| | +
-|chk.SetSize| | +
-|chk.SetText| | +
-|chk.SetTextColor| | +
-|chk.SetTextSize| |+
built_in/checkboxes.txt · Last modified: 2015/11/02 19:05 (external edit)