comment/format in: #documentation
authorClaus Gittinger <cg@exept.de>
Sun, 23 Nov 2014 14:56:45 +0100
changeset 5171 9519ad3ccfb7
parent 5170 1a696fa5a281
child 5172 c5236f88fe9c
comment/format in: #documentation
Windows8ToolbarIconLibrary.st
--- a/Windows8ToolbarIconLibrary.st	Sun Nov 23 14:56:41 2014 +0100
+++ b/Windows8ToolbarIconLibrary.st	Sun Nov 23 14:56:45 2014 +0100
@@ -13,6 +13,12 @@
 "
     ToolbarIconLibrary := Windows8ToolbarIconLibrary
 
+    This is a style specific icon library for a windows8 look.
+
+    Never access this iconlibrary directly from an application -
+    always use ToolbarIconLibrary, which is an alias to one of the style specific
+    icon libs.
+
     Notice and Warning:
         only redefine existing icons here; never add ionly to here.
         For every icon-method here, there MUST be a corresponding (albeit
@@ -89,10 +95,10 @@
 !Windows8ToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.3 2014-05-23 08:18:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.4 2014-11-23 13:56:45 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.3 2014-05-23 08:18:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Windows8ToolbarIconLibrary.st,v 1.4 2014-11-23 13:56:45 cg Exp $'
 ! !