EWorldIconLibrary.st
branchjv
changeset 15566 184cea584be5
parent 12650 e0f607754b9a
parent 14894 cc3aeba7791b
child 15950 23be8cf85415
equal deleted inserted replaced
13752:25c2a13f00c5 15566:184cea584be5
    35 !
    35 !
    36 
    36 
    37 documentation
    37 documentation
    38 "
    38 "
    39      Unfinished - Under construction.
    39      Unfinished - Under construction.
       
    40 
       
    41     This is a style specific icon library for a fun look.
       
    42 
       
    43     Never access this iconlibrary directly from an application -
       
    44     always use ToolbarIconLibrary, which is an alias to one of the style specific
       
    45     icon libs.
    40 
    46 
    41      ToolbarIconLibrary := EWorldIconLibrary
    47      ToolbarIconLibrary := EWorldIconLibrary
    42      ToolbarIconLibrary := XPToolbarIconLibrary
    48      ToolbarIconLibrary := XPToolbarIconLibrary
    43      ToolbarIconLibrary := VistaToolbarIconLibrary
    49      ToolbarIconLibrary := VistaToolbarIconLibrary
    44 "
    50 "
   249 ! !
   255 ! !
   250 
   256 
   251 !EWorldIconLibrary class methodsFor:'documentation'!
   257 !EWorldIconLibrary class methodsFor:'documentation'!
   252 
   258 
   253 version_CVS
   259 version_CVS
   254     ^ '§Header: /cvs/stx/stx/libtool/EWorldIconLibrary.st,v 1.1 2011/07/01 13:18:34 cg Exp §'
   260     ^ '$Header: /cvs/stx/stx/libtool/EWorldIconLibrary.st,v 1.2 2014-11-23 13:56:47 cg Exp $'
   255 !
       
   256 
       
   257 version_HG
       
   258 
       
   259     ^ '$Changeset: <not expanded> $'
       
   260 !
   261 !
   261 
   262 
   262 version_SVN
   263 version_SVN
   263     ^ '$Id: EWorldIconLibrary.st 7810 2011-08-12 14:54:02Z vranyj1 $'
   264     ^ '$Id: EWorldIconLibrary.st,v 1.2 2014-11-23 13:56:47 cg Exp $'
   264 ! !
   265 ! !
   265 
   266