TextView.st
changeset 1477 2d4b6115e2c5
parent 1476 ac38c8af8585
child 1487 4a9bfda28991
equal deleted inserted replaced
1476:ac38c8af8585 1477:2d4b6115e2c5
   196     "This message is the default yo be sent to the menuHolder to get a menu"
   196     "This message is the default yo be sent to the menuHolder to get a menu"
   197 
   197 
   198     ^ #editMenu
   198     ^ #editMenu
   199 
   199 
   200     "Created: 3.1.1997 / 01:52:21 / stefan"
   200     "Created: 3.1.1997 / 01:52:21 / stefan"
       
   201 !
       
   202 
       
   203 defaultViewBackgroundColor
       
   204     "return the default view background"
       
   205 
       
   206     ^DefaultViewBackground
   201 !
   207 !
   202 
   208 
   203 updateStyleCache
   209 updateStyleCache
   204     "extract values from the styleSheet and cache them in class variables"
   210     "extract values from the styleSheet and cache them in class variables"
   205 
   211 
  2841 ! !
  2847 ! !
  2842 
  2848 
  2843 !TextView class methodsFor:'documentation'!
  2849 !TextView class methodsFor:'documentation'!
  2844 
  2850 
  2845 version
  2851 version
  2846     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.114 1998-04-01 09:22:12 cg Exp $'
  2852     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.115 1998-04-03 14:54:44 tz Exp $'
  2847 ! !
  2853 ! !