HierarchicalListView.st
changeset 1784 4b8a7a2811f5
parent 1783 ffe767ea66ea
child 1792 26aa6dc38278
equal deleted inserted replaced
1783:ffe767ea66ea 1784:4b8a7a2811f5
   706 !
   706 !
   707 
   707 
   708 keyPress:aKey x:x y:y
   708 keyPress:aKey x:x y:y
   709     "a key was pressed - handle page-keys here
   709     "a key was pressed - handle page-keys here
   710     "
   710     "
   711     <resource: #keyboard( #CursorLeft #CursorRight Space)>
   711     <resource: #keyboard( #CursorLeft #CursorRight )>
   712 
   712 
   713     |item parent index size stop step|
   713     |item parent index size stop step|
   714 
   714 
   715     enabled ifFalse:[^ self].
   715     enabled ifFalse:[^ self].
   716 
   716 
  1019 ! !
  1019 ! !
  1020 
  1020 
  1021 !HierarchicalListView class methodsFor:'documentation'!
  1021 !HierarchicalListView class methodsFor:'documentation'!
  1022 
  1022 
  1023 version
  1023 version
  1024     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.28 2000-07-19 07:00:38 ca Exp $'
  1024     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.29 2000-07-19 07:12:10 ca Exp $'
  1025 ! !
  1025 ! !