# HG changeset patch # User Claus Gittinger # Date 1452877096 -3600 # Node ID ec84bfd1d6129f78dd579eec5dec65c44239c8cb # Parent 7818c14b6026b6bcec031bd183c6908fd2b43039 class: SelectionInListView comment/format in: #nativeWindowType diff -r 7818c14b6026 -r ec84bfd1d612 ScrollBar.st --- a/ScrollBar.st Fri Jan 15 17:58:13 2016 +0100 +++ b/ScrollBar.st Fri Jan 15 17:58:16 2016 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved @@ -976,7 +974,8 @@ nativeWindowType "return a symbol describing my native window type - (may be used internally by the device as a native window creation hint)" + (may be used internally by the device as a native window creation hint, + if the device supports native windows)" orientation == #vertical ifTrue:[ ^ #VerticalScrollBar