comment/format in: #documentation
authorClaus Gittinger <cg@exept.de>
Sun, 23 Nov 2014 14:56:47 +0100
changeset 14894 cc3aeba7791b
parent 14893 b0e63a7db685
child 14895 840d9c32cd34
comment/format in: #documentation
EWorldIconLibrary.st
--- a/EWorldIconLibrary.st	Sun Nov 23 04:55:49 2014 +0000
+++ b/EWorldIconLibrary.st	Sun Nov 23 14:56:47 2014 +0100
@@ -38,6 +38,12 @@
 "
      Unfinished - Under construction.
 
+    This is a style specific icon library for a fun look.
+
+    Never access this iconlibrary directly from an application -
+    always use ToolbarIconLibrary, which is an alias to one of the style specific
+    icon libs.
+
      ToolbarIconLibrary := EWorldIconLibrary
      ToolbarIconLibrary := XPToolbarIconLibrary
      ToolbarIconLibrary := VistaToolbarIconLibrary
@@ -251,9 +257,10 @@
 !EWorldIconLibrary class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/EWorldIconLibrary.st,v 1.1 2011-07-01 13:18:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/EWorldIconLibrary.st,v 1.2 2014-11-23 13:56:47 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: EWorldIconLibrary.st 7475 2009-06-17 15:19:48Z vranyj1 §'
+    ^ '$Id: EWorldIconLibrary.st,v 1.2 2014-11-23 13:56:47 cg Exp $'
 ! !
+