diff options
Diffstat (limited to 'src/modules/objects/class_workspace.cpp')
| -rw-r--r-- | src/modules/objects/class_workspace.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/modules/objects/class_workspace.cpp b/src/modules/objects/class_workspace.cpp index 98f0a2f..38ad499 100644 --- a/src/modules/objects/class_workspace.cpp +++ b/src/modules/objects/class_workspace.cpp @@ -51,7 +51,7 @@  		!fn: <object> $activeWindow()  		Returns the active window, or 0 if no window is active.  		!fn: <boolean> $scrollBarsEnabled() -		Returns TRUE if the workspace provides scrollbars; otherwise returns FALSE. +		Returns true if the workspace provides scrollbars; otherwise returns false.  		!fn: $setscrollBarsEnabled(<bEnabled:boolean>)  		Sets whether the workspace provides scrollbars to enable. (bEnabled 1 or 0)  		!fn: $cascade() | 
