ListView.st
changeset 1792 2ce7e48e00d4
parent 1777 02cb89b249f1
child 1808 097b86f1473e
equal deleted inserted replaced
1791:7d0305e6cee3 1792:2ce7e48e00d4
  1619 	^ self
  1619 	^ self
  1620     ].
  1620     ].
  1621 
  1621 
  1622     "Modified: / 18.11.1996 / 19:37:02 / stefan"
  1622     "Modified: / 18.11.1996 / 19:37:02 / stefan"
  1623     "Modified: / 27.1.1998 / 14:10:04 / cg"
  1623     "Modified: / 27.1.1998 / 14:10:04 / cg"
       
  1624 !
       
  1625 
       
  1626 wantsFocusWithButtonPress
       
  1627     ^  true
  1624 ! !
  1628 ! !
  1625 
  1629 
  1626 !ListView methodsFor:'initialization'!
  1630 !ListView methodsFor:'initialization'!
  1627 
  1631 
  1628 create
  1632 create
  3866 ! !
  3870 ! !
  3867 
  3871 
  3868 !ListView class methodsFor:'documentation'!
  3872 !ListView class methodsFor:'documentation'!
  3869 
  3873 
  3870 version
  3874 version
  3871     ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.189 1999-03-08 13:09:02 cg Exp $'
  3875     ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.190 1999-03-14 13:06:59 cg Exp $'
  3872 ! !
  3876 ! !