MenuEditor.st
changeset 804 b66537045e04
parent 775 0ead717f3e35
child 836 b44c0047291f
equal deleted inserted replaced
803:19e0367ee9d6 804:b66537045e04
    87     "returns an image used for picked items containing an image
    87     "returns an image used for picked items containing an image
    88     "
    88     "
    89 
    89 
    90     <resource: #fileImage>
    90     <resource: #fileImage>
    91 
    91 
    92     ^Image fromFile:'brokenImage.xpm'
    92     "/ ^ Image fromFile:'brokenImage.xpm'
       
    93     ^ Icon constantNamed:'brokenImage.xpm'
       
    94 
       
    95     "Modified: / 22.4.1998 / 22:15:11 / ca"
    93 !
    96 !
    94 
    97 
    95 resourceType
    98 resourceType
    96     "get the type of resource of the method generated by the MenuEditor"
    99     "get the type of resource of the method generated by the MenuEditor"
    97 
   100