MenuEditor.st
changeset 3850 91824773c619
parent 3836 c50e15626fd8
equal deleted inserted replaced
3849:20a999ca8246 3850:91824773c619
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1997 by eXept Software AG
     4  COPYRIGHT (c) 1997 by eXept Software AG
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  3882 ! !
  3884 ! !
  3883 
  3885 
  3884 !MenuEditor::Item methodsFor:'displaying'!
  3886 !MenuEditor::Item methodsFor:'displaying'!
  3885 
  3887 
  3886 displayLabel
  3888 displayLabel
  3887     "returns the label on default displayed on the screen
  3889     "returns the label which is displayed by default on the screen
  3888     "
  3890     "
  3889     ^ menuItem rawLabel
  3891     ^ menuItem rawLabel
  3890 !
  3892 !
  3891 
  3893 
  3892 displayOn:aGC x:x y:y h:h isHighlightedAsSelected:isHighlightedAsSelected
  3894 displayOn:aGC x:x y:y h:h isHighlightedAsSelected:isHighlightedAsSelected
  4027     ^ false
  4029     ^ false
  4028 !
  4030 !
  4029 
  4031 
  4030 canAddDelayedMenu
  4032 canAddDelayedMenu
  4031     "returns true if a delayed menu can be added;
  4033     "returns true if a delayed menu can be added;
  4032      on default false is returned
  4034      by default, false is returned
  4033     "
  4035     "
  4034     ^ false
  4036     ^ false
  4035 !
  4037 !
  4036 
  4038 
  4037 canMoveInAbove
  4039 canMoveInAbove