WindowEvent.st
changeset 5949 643c67d38bdd
parent 5929 290477171e1f
child 5962 aa966cdf2127
equal deleted inserted replaced
5948:10a31dfaab1d 5949:643c67d38bdd
   629 new
   629 new
   630     self == WindowEvent ifTrue:[
   630     self == WindowEvent ifTrue:[
   631         '----------------' errorPrint.
   631         '----------------' errorPrint.
   632         'WindowEvent is abstract - use/add explicit creation message' errorPrintCR.
   632         'WindowEvent is abstract - use/add explicit creation message' errorPrintCR.
   633         thisContext fullPrintAll.
   633         thisContext fullPrintAll.
       
   634         self abstractClassInstantiationError.
   634     ].
   635     ].
   635     ^ super new
   636     ^ super new
   636 
   637 
   637     "Modified (format): / 31-08-2012 / 19:44:41 / cg"
   638     "Modified (format): / 31-08-2012 / 19:44:41 / cg"
   638 ! !
   639 ! !
  1700 
  1701 
  1701 !WindowEvent class methodsFor:'documentation'!
  1702 !WindowEvent class methodsFor:'documentation'!
  1702 
  1703 
  1703 version_CVS
  1704 version_CVS
  1704 
  1705 
  1705     ^  '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.108 2012-08-31 17:48:00 cg Exp $'
  1706     ^  '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.109 2012-11-02 18:46:06 cg Exp $'
  1706 !
  1707 !
  1707 
  1708 
  1708 version_SVN
  1709 version_SVN
  1709     ^ '§ Id §'
  1710     ^ '§ Id §'
  1710 ! !
  1711 ! !