ChangesBrowser.st
changeset 3327 b9b51d81a3b9
parent 3319 abb70a0e9df2
child 3330 b6085cb81010
equal deleted inserted replaced
3326:d6713cc88cde 3327:b9b51d81a3b9
   802     changeListView keyPress:key x:x y:y
   802     changeListView keyPress:key x:x y:y
   803 
   803 
   804     "Modified: / 18.6.1998 / 22:15:36 / cg"
   804     "Modified: / 18.6.1998 / 22:15:36 / cg"
   805 ! !
   805 ! !
   806 
   806 
   807 !ChangesBrowser methodsFor:'help '!
   807 !ChangesBrowser methodsFor:'help'!
   808 
   808 
   809 showActivity:someMessage
   809 showActivity:someMessage
   810     "some activityNotification to be forwarded to the user;
   810     "some activityNotification to be forwarded to the user;
   811      show it in the windows title area here."
   811      show it in the windows title area here."
   812 
   812 
  4540 ! !
  4540 ! !
  4541 
  4541 
  4542 !ChangesBrowser class methodsFor:'documentation'!
  4542 !ChangesBrowser class methodsFor:'documentation'!
  4543 
  4543 
  4544 version
  4544 version
  4545     ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.235 2001-10-18 13:00:12 cg Exp $'
  4545     ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.236 2001-10-18 16:41:58 cg Exp $'
  4546 ! !
  4546 ! !