class: SelectionInListView
authorClaus Gittinger <cg@exept.de>
Fri, 15 Jan 2016 17:58:07 +0100
changeset 5538 b6ed8574094a
parent 5537 362ae978ac0c
child 5539 3232a1562e5d
class: SelectionInListView comment/format in: #nativeWindowType
Label.st
--- a/Label.st	Fri Jan 15 17:57:50 2016 +0100
+++ b/Label.st	Fri Jan 15 17:58:07 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1487,7 +1485,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)"
 
     self class == Label ifTrue:[
         ^ #Label