diff options
Diffstat (limited to 'src/modules/objects/KvsObject_toolBar.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_toolBar.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/modules/objects/KvsObject_toolBar.cpp b/src/modules/objects/KvsObject_toolBar.cpp index 263f1a5c6..861b51c79 100644 --- a/src/modules/objects/KvsObject_toolBar.cpp +++ b/src/modules/objects/KvsObject_toolBar.cpp @@ -52,15 +52,13 @@ !fn: $addSeparator() Adds a separator to the right/bottom of the toolbar. !fn: $setLabel(<text:string>) - Sets the toolbar's label. + Sets the toolbars label. !fn: <string> $label() - Returns the toolbar's label. + Returns the toolbars label. !fn: $clear() - Deletes all the toolbar's child widgets. - + Deletes all the toolbars child widgets. */ - KVSO_BEGIN_REGISTERCLASS(KvsObject_toolBar,"toolbar","widget") KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_toolBar,addSeparator) KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_toolBar,setLabel) |
