Commit 284dc1af authored by Claes Sjofors's avatar Claes Sjofors

Doc fixes

parent 3abdc94a
...@@ -52,7 +52,7 @@ SObject pwrb:Type ...@@ -52,7 +52,7 @@ SObject pwrb:Type
Attr Elements = 1 Attr Elements = 1
EndBody EndBody
!/** !/**
! Full screen. ! Full screen. The window is created fullscreen without frame.
!*/ !*/
Object FullSceen $Bit Object FullSceen $Bit
Body SysBody Body SysBody
...@@ -62,7 +62,7 @@ SObject pwrb:Type ...@@ -62,7 +62,7 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! Maximize. ! Maximize. The window is created maximized.
!*/ !*/
Object Maximize $Bit Object Maximize $Bit
Body SysBody Body SysBody
...@@ -82,7 +82,7 @@ SObject pwrb:Type ...@@ -82,7 +82,7 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! Iconify. ! Iconify. The window is created iconified.
!*/ !*/
Object Iconify $Bit Object Iconify $Bit
Body SysBody Body SysBody
...@@ -102,7 +102,7 @@ SObject pwrb:Type ...@@ -102,7 +102,7 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! Scrollbars. ! Scrollbars. Adds horizontal and vertical scrollbar.
!*/ !*/
Object Scrollbars $Bit Object Scrollbars $Bit
Body SysBody Body SysBody
...@@ -112,7 +112,7 @@ SObject pwrb:Type ...@@ -112,7 +112,7 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! Navigator. ! Navigator. Opens a navigator for scrolling and zooming.
!*/ !*/
Object Navigator $Bit Object Navigator $Bit
Body SysBody Body SysBody
...@@ -122,7 +122,7 @@ SObject pwrb:Type ...@@ -122,7 +122,7 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! Decorations. ! Decorations. The window is create without frame.
!*/ !*/
Object HideDecorations $Bit Object HideDecorations $Bit
Body SysBody Body SysBody
...@@ -132,7 +132,7 @@ SObject pwrb:Type ...@@ -132,7 +132,7 @@ SObject pwrb:Type
EndBody EndBody
EndObject EndObject
!/** !/**
! Dialog window. ! Dialog window. Window can't be resized, minimized or maximized.
!*/ !*/
Object Dialog $Bit Object Dialog $Bit
Body SysBody Body SysBody
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment