TextView.st
changeset 2821 2aa7d7b7a0eb
parent 2816 98eace39864f
child 2822 08ceab3fc237
equal deleted inserted replaced
2820:6ffb79df741b 2821:2aa7d7b7a0eb
   378               #acceptOnPointerLeave: false
   378               #acceptOnPointerLeave: false
   379               #autoSelectInitialText: true
   379               #autoSelectInitialText: true
   380               #comboList: #patternList
   380               #comboList: #patternList
   381             )
   381             )
   382            #(#CheckBoxSpec
   382            #(#CheckBoxSpec
   383               #label: 'Ignore case'
   383               #label: 'Ignore Case'
   384               #name: 'ignoreCaseCheckBox'
   384               #name: 'ignoreCaseCheckBox'
   385               #layout: #(#LayoutFrame 3 0.0 54 0 -3 1.0 77 0)
   385               #layout: #(#LayoutFrame 3 0.0 54 0 -3 1.0 77 0)
   386               #level: 0
   386               #level: 0
   387               #tabable: true
   387               #tabable: true
   388               #model: #ignoreCase
   388               #model: #ignoreCase
  3721 ! !
  3721 ! !
  3722 
  3722 
  3723 !TextView class methodsFor:'documentation'!
  3723 !TextView class methodsFor:'documentation'!
  3724 
  3724 
  3725 version
  3725 version
  3726     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.217 2003-10-07 20:59:06 cg Exp $'
  3726     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.218 2003-10-22 12:42:27 cg Exp $'
  3727 ! !
  3727 ! !
  3728 
  3728 
  3729 TextView initialize!
  3729 TextView initialize!