TopView.st
changeset 2466 6a85fa3b62a3
parent 2326 c47b2c8f51dc
child 2488 cb393b7431f0
equal deleted inserted replaced
2465:193a96bd94d7 2466:6a85fa3b62a3
   232 
   232 
   233     "Created: 16.12.1995 / 18:40:13 / cg"
   233     "Created: 16.12.1995 / 18:40:13 / cg"
   234     "Modified: 23.4.1996 / 21:38:27 / cg"
   234     "Modified: 23.4.1996 / 21:38:27 / cg"
   235 ! !
   235 ! !
   236 
   236 
       
   237 !TopView methodsFor:'help stubs'!
       
   238 
       
   239 showHelp:aHelpText for:aView
       
   240     "dummy - added in case a regular topView is installed
       
   241      as a dialogs masterApplication.
       
   242      Concrete application subclasses may redefine this to
       
   243      display a help text in one of its message areas"
       
   244 ! !
       
   245 
   237 !TopView methodsFor:'initialization'!
   246 !TopView methodsFor:'initialization'!
   238 
   247 
   239 initialize
   248 initialize
   240     "initialize the topViews position for the screens center"
   249     "initialize the topViews position for the screens center"
   241 
   250 
   598 ! !
   607 ! !
   599 
   608 
   600 !TopView class methodsFor:'documentation'!
   609 !TopView class methodsFor:'documentation'!
   601 
   610 
   602 version
   611 version
   603     ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.53 1998-09-11 12:55:49 cg Exp $'
   612     ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.54 1999-02-23 17:40:07 cg Exp $'
   604 ! !
   613 ! !