diff options
Diffstat (limited to 'src/modules/objects/class_checkbox.cpp')
| -rw-r--r-- | src/modules/objects/class_checkbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_checkbox.cpp b/src/modules/objects/class_checkbox.cpp index d808cc968..7c9266ddb 100644 --- a/src/modules/objects/class_checkbox.cpp +++ b/src/modules/objects/class_checkbox.cpp @@ -52,9 +52,9 @@ See also [classfnc]$setChecked[/classfnc](). !fn: $setChecked([<bChecked:bool>]) Sets the check box 'checked state' to <bool>. - !fn: $setText([<text:string>]) - Sets the check box 'checked state' to <bool>.[br] See also [classfnc]$isChecked[/classfnc](). + !fn: $setText([<text:string>]) + Sets the label text associated with the checkbox to <text>.[br] !fn: $toggleEvent(<bToggled:bool>) Called by KVIrc when the checkbox state is toggled. The default implementation emits the toggled(<bool>) signal. |
