Meego Wiki
Views

CheckBox API Snapshot

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(created CheckBox API Snapshot page)
(removed private properties)
 
Line 5: Line 5:
;''bool'' isChecked  
;''bool'' isChecked  
:Holds the currently checked state. By default false.
:Holds the currently checked state. By default false.
-
 
-
=Private properties=
 
-
-
 
   
   
=Signals=
=Signals=

Latest revision as of 12:28, 28 April 2011

Contents

Description

This is a CheckBox.

API properties

bool isChecked
Holds the currently checked state. By default false.

Signals

clicked
Emitted if the CheckBox is checked
Parameters:
  • bool checked, true if CheckBox is currently checked

Functions

-

Example

-

Personal tools