initial checkin
authorClaus Gittinger <cg@exept.de>
Sat, 03 Oct 2015 16:07:52 +0200
changeset 6944 81016c45d31b
parent 6943 80ae41ea8a5b
child 6945 ead5a294eb81
initial checkin class: MacOSXRoundButtonBorder added:10 methods
MacButtonBorder.st
--- a/MacButtonBorder.st	Sat Oct 03 16:07:45 2015 +0200
+++ b/MacButtonBorder.st	Sat Oct 03 16:07:52 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:libview' }"
 
 "{ NameSpace: Smalltalk }"
@@ -14,7 +16,7 @@
 documentation
 "
     an as yet unused and unfinished attempt to provide a mac-osx like
-    button border.
+    button border. These will look like mac buttons up to maverick.
     To be continued.
 "
 !
@@ -278,11 +280,11 @@
 !MacButtonBorder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/MacButtonBorder.st,v 1.1 2015-01-12 10:23:17 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/MacButtonBorder.st,v 1.1 2015-01-12 10:23:17 cg Exp $'
+    ^ '$Header$'
 ! !