UIObjectView.st
changeset 897 43f9bdc12ae4
parent 777 ce2a772e73fa
child 967 c3f483120cd7
equal deleted inserted replaced
896:0e732b716759 897:43f9bdc12ae4
   565 
   565 
   566     (self class gridShown) ifTrue:[
   566     (self class gridShown) ifTrue:[
   567         super showGrid
   567         super showGrid
   568     ].
   568     ].
   569 
   569 
       
   570     "Modified: / 20.7.1998 / 18:14:51 / cg"
   570 !
   571 !
   571 
   572 
   572 map
   573 map
   573     "make the view visible on the screen and in case of a none empty
   574     "make the view visible on the screen and in case of a none empty
   574      selection the selection will be shown.
   575      selection the selection will be shown.
   575     "
   576     "
   576     super map.
   577     super map.
   577     self showSelection.
   578     self showSelection.
   578 !
   579 !
   579 
   580 
       
   581 mapped
       
   582     "make certain that the input view is on top.
       
   583     "
       
   584     super mapped.
       
   585     inputView raise.
       
   586 
       
   587     "Created: / 20.7.1998 / 18:10:20 / cg"
       
   588     "Modified: / 20.7.1998 / 18:11:32 / cg"
       
   589 !
       
   590 
   580 realize
   591 realize
   581     super realize.
   592     super realize.
   582     self windowGroup postEventHook:self
   593     self windowGroup postEventHook:self
   583 
   594 
       
   595 !
       
   596 
       
   597 remap
       
   598     "make the view visible on the screen and in case of a none empty
       
   599      selection the selection will be shown.
       
   600     "
       
   601     super remap.
       
   602     self halt.
       
   603 
       
   604     "Created: / 20.7.1998 / 18:08:48 / cg"
   584 ! !
   605 ! !
   585 
   606 
   586 !UIObjectView methodsFor:'misc'!
   607 !UIObjectView methodsFor:'misc'!
   587 
   608 
   588 cursor:aCursor
   609 cursor:aCursor