TextView.st
changeset 4310 ff92dd203d7e
parent 4255 9bf0cc2595a9
child 4321 4c8c94f6e1c6
equal deleted inserted replaced
4309:9e79ea75f221 4310:ff92dd203d7e
  2406 
  2406 
  2407 hasSearchActionSelection
  2407 hasSearchActionSelection
  2408     "Here we fake the use of typeOfSelection which is really in EditTextView"
  2408     "Here we fake the use of typeOfSelection which is really in EditTextView"
  2409 
  2409 
  2410     ^ false
  2410     ^ false
  2411 !
       
  2412 
       
  2413 isTextView
       
  2414     "I am showing text"
       
  2415 
       
  2416     ^ true
       
  2417 !
  2411 !
  2418 
  2412 
  2419 specClass
  2413 specClass
  2420     "redefined, since the name of my specClass is nonStandard (i.e. not TextViewSpec)"
  2414     "redefined, since the name of my specClass is nonStandard (i.e. not TextViewSpec)"
  2421 
  2415 
  4368     ^ self
  4362     ^ self
  4369 
  4363 
  4370     "Modified: 29.4.1996 / 12:32:08 / cg"
  4364     "Modified: 29.4.1996 / 12:32:08 / cg"
  4371 ! !
  4365 ! !
  4372 
  4366 
       
  4367 !TextView methodsFor:'testing'!
       
  4368 
       
  4369 isTextView
       
  4370     "I am showing text"
       
  4371 
       
  4372     ^ true
       
  4373 ! !
       
  4374 
  4373 !TextView class methodsFor:'documentation'!
  4375 !TextView class methodsFor:'documentation'!
  4374 
  4376 
  4375 version
  4377 version
  4376     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.324 2011-06-14 12:08:52 cg Exp $'
  4378     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.325 2011-09-08 03:22:36 cg Exp $'
  4377 !
  4379 !
  4378 
  4380 
  4379 version_CVS
  4381 version_CVS
  4380     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.324 2011-06-14 12:08:52 cg Exp $'
  4382     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.325 2011-09-08 03:22:36 cg Exp $'
  4381 ! !
  4383 ! !
  4382 
  4384 
  4383 TextView initialize!
  4385 TextView initialize!