DisplaySurface.st
changeset 3884 dc9ea4cfc963
parent 3859 a11d876ebc26
child 3910 aabda8ede251
equal deleted inserted replaced
3883:4e01a59afccb 3884:dc9ea4cfc963
  1895     ]
  1895     ]
  1896 
  1896 
  1897     "Modified: / 9.1.1999 / 01:58:09 / cg"
  1897     "Modified: / 9.1.1999 / 01:58:09 / cg"
  1898 ! !
  1898 ! !
  1899 
  1899 
  1900 !DisplaySurface methodsFor:'initialize / release'!
  1900 !DisplaySurface methodsFor:'initialization & release'!
  1901 
  1901 
  1902 destroy
  1902 destroy
  1903     "view is about to be destroyed -
  1903     "view is about to be destroyed -
  1904      first destroy menu if there is one and also destroy the GC.
  1904      first destroy menu if there is one and also destroy the GC.
  1905      then the view is physically destroyed."
  1905      then the view is physically destroyed."
  2334 ! !
  2334 ! !
  2335 
  2335 
  2336 !DisplaySurface class methodsFor:'documentation'!
  2336 !DisplaySurface class methodsFor:'documentation'!
  2337 
  2337 
  2338 version
  2338 version
  2339     ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.101 2003-04-15 14:30:47 stefan Exp $'
  2339     ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.102 2003-05-07 14:59:48 cg Exp $'
  2340 ! !
  2340 ! !
  2341 
  2341 
  2342 DisplaySurface initialize!
  2342 DisplaySurface initialize!