Tools_OrganizerCanvas.st
changeset 11879 91f5ebcb155f
parent 11868 32ee6725f6b0
child 12002 35e641782568
equal deleted inserted replaced
11878:8ed6599e1202 11879:91f5ebcb155f
    51  only in accordance with the terms of that license and with the
    51  only in accordance with the terms of that license and with the
    52  inclusion of the above copyright notice.   This software may not
    52  inclusion of the above copyright notice.   This software may not
    53  be provided or otherwise made available to, or used by, any
    53  be provided or otherwise made available to, or used by, any
    54  other person.  No title to or ownership of the software is
    54  other person.  No title to or ownership of the software is
    55  hereby transferred.
    55  hereby transferred.
       
    56 "
       
    57 !
       
    58 
       
    59 documentation
       
    60 "
       
    61     I implement the top part containing the list views in the new system browser
    56 "
    62 "
    57 ! !
    63 ! !
    58 
    64 
    59 !OrganizerCanvas class methodsFor:'constants'!
    65 !OrganizerCanvas class methodsFor:'constants'!
    60 
    66 
  5030     ^ holder
  5036     ^ holder
  5031 ! !
  5037 ! !
  5032 
  5038 
  5033 !OrganizerCanvas class methodsFor:'documentation'!
  5039 !OrganizerCanvas class methodsFor:'documentation'!
  5034 
  5040 
       
  5041 version
       
  5042     ^ '$Header: /cvs/stx/stx/libtool/Tools_OrganizerCanvas.st,v 1.49 2012-10-20 19:43:59 cg Exp $'
       
  5043 !
       
  5044 
  5035 version_CVS
  5045 version_CVS
  5036     ^ '$Header: /cvs/stx/stx/libtool/Tools_OrganizerCanvas.st,v 1.48 2012-10-20 16:21:16 cg Exp $'
  5046     ^ '$Header: /cvs/stx/stx/libtool/Tools_OrganizerCanvas.st,v 1.49 2012-10-20 19:43:59 cg Exp $'
  5037 ! !
  5047 ! !