Tools_NavigationState.st
changeset 5592 d9730a8d7c52
parent 5591 273637686948
child 5906 9ff3d80263f5
equal deleted inserted replaced
5591:273637686948 5592:d9730a8d7c52
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 "{ Package: 'stx:__NoProject__' }"
    13 "{ Package: 'stx:libtool' }"
    14 
    14 
    15 "{ NameSpace: Tools }"
    15 "{ NameSpace: Tools }"
    16 
    16 
    17 Object subclass:#NavigationState
    17 Object subclass:#NavigationState
    18 	instanceVariableNames:'browserLabel codeModifiedHolder categoryList classList
    18 	instanceVariableNames:'browserLabel codeModifiedHolder categoryList classList
  1121 ! !
  1121 ! !
  1122 
  1122 
  1123 !NavigationState class methodsFor:'documentation'!
  1123 !NavigationState class methodsFor:'documentation'!
  1124 
  1124 
  1125 version
  1125 version
  1126     ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.1 2004-02-26 18:56:57 cg Exp $'
  1126     ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.2 2004-02-26 19:03:55 cg Exp $'
  1127 ! !
  1127 ! !