UIPainter.st
changeset 2660 2de489f6f1fa
parent 2655 b1fb14b65b57
child 2662 75fe8cbca316
equal deleted inserted replaced
2659:bec4c94bc628 2660:2de489f6f1fa
  3628 
  3628 
  3629 aboutImage
  3629 aboutImage
  3630     "the image to be displayed in my about-box;
  3630     "the image to be displayed in my about-box;
  3631      If nil is returned, thhe ST/X default image is used."
  3631      If nil is returned, thhe ST/X default image is used."
  3632 
  3632 
  3633     ^ Image fromFile:'bitmaps/xpmBitmaps/misc_tools/setup_windows.xpm'
  3633     ^ self class defaultIcon
  3634 
       
  3635     "Created: / 13.8.1998 / 20:33:05 / cg"
       
  3636 !
  3634 !
  3637 
  3635 
  3638 defaultNameOfCanvas
  3636 defaultNameOfCanvas
  3639     ^ self class defaultNameOfCanvas
  3637     ^ self class defaultNameOfCanvas
  3640 !
  3638 !