Class: Fox::TextRange
- Inherits:
-
Object
- Object
- Fox::TextRange
- Defined in:
- rdoc-sources/FXScintilla.rb
Instance Attribute Summary collapse
-
#lpstrText ⇒ Object
readonly
The text [String].
Instance Method Summary collapse
-
#initialize(start, last, size) ⇒ TextRange
constructor
Return an initialized TextRange instance.
Constructor Details
#initialize(start, last, size) ⇒ TextRange
Return an initialized TextRange instance.
79 |
# File 'rdoc-sources/FXScintilla.rb', line 79 def initialize(start, last, size); end |
Instance Attribute Details
#lpstrText ⇒ Object (readonly)
The text [String]
74 75 76 |
# File 'rdoc-sources/FXScintilla.rb', line 74 def lpstrText @lpstrText end |