BrowserView.st
changeset 506 1f3cf6d5d343
parent 501 655c9ce9a600
child 509 8ccb7c3d6726
equal deleted inserted replaced
505:a7f41006fb0b 506:1f3cf6d5d343
   613                     nil
   613                     nil
   614                     nil
   614                     nil
   615                     nil
   615                     nil
   616                     nil
   616                     nil
   617                     nil
   617                     nil
       
   618                     nil
   618                     Find
   619                     Find
   619                     nil
   620                     nil
   620                     nil
   621                     nil
   621                     nil
   622                     nil
   622                     nil
   623                     nil
   633 
   634 
   634     m subMenuAt:#otherMenu put:specialMenu.
   635     m subMenuAt:#otherMenu put:specialMenu.
   635     ^ m
   636     ^ m
   636 
   637 
   637     "Created: 14.9.1995 / 10:50:17 / claus"
   638     "Created: 14.9.1995 / 10:50:17 / claus"
   638     "Modified: 18.4.1996 / 13:26:21 / cg"
   639     "Modified: 24.4.1996 / 17:17:56 / cg"
   639 !
   640 !
   640 
   641 
   641 classCategoryNewCategory
   642 classCategoryNewCategory
   642     |box|
   643     |box|
   643 
   644 
  7035 ! !
  7036 ! !
  7036 
  7037 
  7037 !BrowserView class methodsFor:'documentation'!
  7038 !BrowserView class methodsFor:'documentation'!
  7038 
  7039 
  7039 version
  7040 version
  7040     ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.128 1996-04-23 19:43:49 cg Exp $'
  7041     ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.129 1996-04-24 15:19:05 cg Exp $'
  7041 ! !
  7042 ! !
  7042 BrowserView initialize!
  7043 BrowserView initialize!