class: SelectionInListView
authorClaus Gittinger <cg@exept.de>
Fri, 15 Jan 2016 17:58:16 +0100
changeset 5541 ec84bfd1d612
parent 5540 7818c14b6026
child 5542 2b73601f4549
class: SelectionInListView comment/format in: #nativeWindowType
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