Class/Module Index [+]

Quicksearch

Tk::Tcllib::Ntext

Public Class Methods

classicAnchor() click to toggle source

accessor

 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 63
def classicAnchor
  @classicAnchor.bool
end
            
classicAnchor=(mode) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 66
def classicAnchor=(mode)
  @classicAnchor.bool = mode
end
            
classicExtras() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 70
def classicExtras
  @classicExtras.bool
end
            
classicExtras=(mode) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 73
def classicExtras=(mode)
  @classicExtras.bool = mode
end
            
classicMouseSelect() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 77
def classicMouseSelect
  @classicMouseSelect.bool
end
            
classicMouseSelect=(mode) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 80
def classicMouseSelect=(mode)
  @classicMouseSelect.bool = mode
end
            
classicWordBreak() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 84
def classicWordBreak
  @classicWordBreak.bool
end
            
classicWordBreak=(mode) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 87
def classicWordBreak=(mode)
  @classicWordBreak.bool = mode
end
            
classicWrap() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 91
def classicWrap
  @classicWrap.bool
end
            
classicWrap=(mode) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 94
def classicWrap=(mode)
  @classicWrap.bool = mode
end
            
createMatchPatterns(*args) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 50
def createMatchPatterns(*args)
  TK.tk_call('::next::createMatchPatterns', *args)
  self
end
            
initializeMatchPatterns() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 45
def initializeMatchPatterns
  TK.tk_call('::next::initializeMatchPatterns')
  self
end
            
newWrapRegexp() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 105
def newWrapRegexp
  @newWrapRegexp.value
end
            
newWrapRegexp=(val) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 108
def newWrapRegexp=(val)
  @newWrapRegexp.value = val
end
            
overwrite() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 98
def overwrite
  @overwrite.bool
end
            
overwrite=(mode) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 101
def overwrite=(mode)
  @classic.bool = mode
end
            
tcl_match_endOfWord() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 126
def tcl_match_endOfWord
  @tcl_match_endOfWord.value
end
            
tcl_match_endOfWord=(val) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 129
def tcl_match_endOfWord=(val)
  @tcl_match_endOfWord.value = val
end
            
tcl_match_startOfNextWord() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 133
def tcl_match_startOfNextWord
  @tcl_match_startOfNextWord.value
end
            
tcl_match_startOfNextWord=(val) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 136
def tcl_match_startOfNextWord=(val)
  @tcl_match_startOfNextWord.value = val
end
            
tcl_match_startOfPreviousWord() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 140
def tcl_match_startOfPreviousWord
  @tcl_match_startOfPreviousWord.value
end
            
tcl_match_startOfPreviousWord=(val) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 143
def tcl_match_startOfPreviousWord=(val)
  @tcl_match_startOfPreviousWord.value = val
end
            
tcl_match_wordBreakAfter() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 112
def tcl_match_wordBreakAfter
  @tcl_match_wordBreakAfter.value
end
            
tcl_match_wordBreakAfter=(val) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 115
def tcl_match_wordBreakAfter=(val)
  @tcl_match_wordBreakAfter.value = val
end
            
tcl_match_wordBreakBefore() click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 119
def tcl_match_wordBreakBefore
  @tcl_match_wordBreakBefore.value
end
            
tcl_match_wordBreakBefore=(val) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 122
def tcl_match_wordBreakBefore=(val)
  @tcl_match_wordBreakBefore.value = val
end
            
wrapIndent(txt, *args) click to toggle source
 
               # File tk/lib/tkextlib/tcllib/ntext.rb, line 41
def wrapIndent(txt, *args)
  TK.tk_call('::next::wrapIndent', txt, *args)
end
            

Commenting is here to help enhance the documentation. For example, sample code, or clarification of the documentation.

If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.

If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.

blog comments powered by Disqus