DSVColumnView.st
changeset 1326 7ec8697bad24
parent 1311 12e4c707100f
child 1333 011e6414dae5
equal deleted inserted replaced
1325:3e36f7c5373b 1326:7ec8697bad24
  1934     "release all registered images
  1934     "release all registered images
  1935     "
  1935     "
  1936     registererImages := IdentityDictionary new.
  1936     registererImages := IdentityDictionary new.
  1937 ! !
  1937 ! !
  1938 
  1938 
  1939 !DSVColumnView methodsFor:'initialization'!
  1939 !DSVColumnView methodsFor:'initialize / release'!
  1940 
  1940 
  1941 create
  1941 create
  1942     "set color on device
  1942     "set color on device
  1943     "
  1943     "
  1944     super create.
  1944     super create.
  2987 ! !
  2987 ! !
  2988 
  2988 
  2989 !DSVColumnView class methodsFor:'documentation'!
  2989 !DSVColumnView class methodsFor:'documentation'!
  2990 
  2990 
  2991 version
  2991 version
  2992     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.73 1999-04-15 09:52:55 cg Exp $'
  2992     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.74 1999-04-23 12:41:01 cg Exp $'
  2993 ! !
  2993 ! !