Menu.st
changeset 4383 95689e660a4b
parent 4330 461296396b3f
child 4442 510751dc36f5
equal deleted inserted replaced
4382:9c92ffafbd06 4383:95689e660a4b
  1387 
  1387 
  1388     "Modified: / 8.7.1998 / 19:57:55 / cg"
  1388     "Modified: / 8.7.1998 / 19:57:55 / cg"
  1389 !
  1389 !
  1390 
  1390 
  1391 showAtPointer
  1391 showAtPointer
  1392     "realize the menu at the current pointer position; returns the value associated with the
  1392     "realize the menu at the current pointer position; 
  1393      selected item, 0 if none was selected"
  1393      returns the value associated with the selected item, 0 if none was selected"
  1394 
  1394 
  1395     ^ self startUp
  1395     ^ self startUp
  1396 !
  1396 !
  1397 
  1397 
  1398 showCenteredIn:aView
  1398 showCenteredIn:aView