#UI_ENHANCEMENT
authorClaus Gittinger <cg@exept.de>
Thu, 03 Mar 2016 10:16:44 +0100
changeset 7179 cedcbd5de0a9
parent 7178 7963dc6ec798
child 7180 40dcb4638d93
#UI_ENHANCEMENT class: ViewStyle added: #msWindows8
ViewStyle.st
--- a/ViewStyle.st	Thu Mar 03 10:16:29 2016 +0100
+++ b/ViewStyle.st	Thu Mar 03 10:16:44 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -103,6 +101,10 @@
 
 !ViewStyle class methodsFor:'constants'!
 
+msWindows8
+    ^ #mswindows8
+!
+
 msWindowsVista
     ^ #mswindowsVista
 !