diff options
Diffstat (limited to 'src/modules/objects/KvsObject_groupBox.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_groupBox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_groupBox.cpp b/src/modules/objects/KvsObject_groupBox.cpp index ccc8a2d41..a6677d105 100644 --- a/src/modules/objects/KvsObject_groupBox.cpp +++ b/src/modules/objects/KvsObject_groupBox.cpp @@ -75,9 +75,9 @@ const int align_cod[] = { !fn: $setFlat(<bflag:boolean>) Sets whether the group box is painted flat. Valid Values are 1 or 0. !fn: <boolean> $isFlat() - Returns 1 (TRUE) if the group box is painted flat; otherwise returns 0 (FALSE). + Returns 1 (true) if the group box is painted flat; otherwise returns 0 (false). !fn: <boolean> $isCheckable() - Returns 1 (TRUE) if the group box has a checkbox in its title; otherwise returns 0 (FALSE). + Returns 1 (true) if the group box has a checkbox in its title; otherwise returns 0 (false). !fn: $setCheckable(<bflag:boolean>) Sets whether the group box has a checkbox in its title: Valid values are 1 or 0. !fn: $setInsideMargin(<margin:uint>) |
