# HG changeset patch # User Claus Gittinger # Date 1416751007 -3600 # Node ID cc3aeba7791b7f2aab552947538a62ac536c7999 # Parent b0e63a7db6859e155081bd7e653a7c5ad9d45402 comment/format in: #documentation diff -r b0e63a7db685 -r cc3aeba7791b 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 $' ! ! +