MenuEditor.st
changeset 2661 24b2112d7534
parent 2630 8d19a544d5da
child 2664 2364532908a5
equal deleted inserted replaced
2660:2de489f6f1fa 2661:24b2112d7534
   231 
   231 
   232 aboutImage
   232 aboutImage
   233     "the image to be displayed in my about-box;
   233     "the image to be displayed in my about-box;
   234      If nil is returned, the ST/X default image is used.
   234      If nil is returned, the ST/X default image is used.
   235     "
   235     "
   236     ^ Image fromFile:'bitmaps/xpmBitmaps/misc_tools/setup_menus.xpm'
   236     ^ self defaultIcon 
   237 !
   237 !
   238 
   238 
   239 resourceType
   239 resourceType
   240     "get the type of the resource of the method generated by the MenuEditor
   240     "get the type of the resource of the method generated by the MenuEditor
   241     "
   241     "