ApplicationModel.st
changeset 2520 b4cb0d37c0d4
parent 2510 491f20d60c08
child 2522 ff119836dbec
equal deleted inserted replaced
2519:af89806c67e4 2520:b4cb0d37c0d4
  1833     "text for an about box for this application."
  1833     "text for an about box for this application."
  1834 
  1834 
  1835     ^ self class aboutThisApplicationText
  1835     ^ self class aboutThisApplicationText
  1836 !
  1836 !
  1837 
  1837 
       
  1838 flyByHelpDependsOnPositionIn:aView
       
  1839     "subclasses where the help-text depends upon the pointer position might
       
  1840      want to redefine this"
       
  1841 
       
  1842     ^ false
       
  1843 !
       
  1844 
  1838 openAboutThisApplication
  1845 openAboutThisApplication
  1839     "opens an about box for this application.
  1846     "opens an about box for this application.
  1840      Can be specialized by redefining #aboutThisApplicationText
  1847      Can be specialized by redefining #aboutThisApplicationText
  1841      and #aboutThisApplicationLabel"
  1848      and #aboutThisApplicationLabel"
  1842 
  1849 
  3153 ! !
  3160 ! !
  3154 
  3161 
  3155 !ApplicationModel class methodsFor:'documentation'!
  3162 !ApplicationModel class methodsFor:'documentation'!
  3156 
  3163 
  3157 version
  3164 version
  3158     ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.254 2008-06-30 12:32:58 stefan Exp $'
  3165     ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.255 2008-07-12 15:23:41 cg Exp $'
  3159 ! !
  3166 ! !
  3160 
  3167 
  3161 ApplicationModel initialize!
  3168 ApplicationModel initialize!