Class: Fox::SCNotification
- Inherits:
-
Object
- Object
- Fox::SCNotification
- Defined in:
- rdoc-sources/FXScintilla.rb
Overview
SCNotification
Instance Attribute Summary collapse
-
#ch ⇒ Object
readonly
Character, one of SCN_CHARADDED or SCN_KEY [Integer].
-
#foldLevelNow ⇒ Object
readonly
Fold level now [Integer].
-
#foldLevelPrev ⇒ Object
readonly
Previous fold level [Integer].
-
#length ⇒ Object
readonly
Length [Integer].
-
#line ⇒ Object
readonly
Line [Integer].
-
#linesAdded ⇒ Object
readonly
Lines added [Integer].
-
#listType ⇒ Object
readonly
List type [Integer].
-
#lParam ⇒ Object
readonly
lParam [Integer].
-
#margin ⇒ Object
readonly
Margin [Integer].
-
#message ⇒ Object
readonly
Message [Integer].
-
#modificationType ⇒ Object
readonly
Modification type (SCN_MODIFIED) [Integer].
-
#modifiers ⇒ Object
readonly
Modifiers, one of SCN_KEY, …
-
#nmhdr ⇒ Object
readonly
Header [NotifyHeader].
-
#position ⇒ Object
readonly
Position, one of SCN_STYLENEEDED, SCN_MODIFIED, SCN_DWELLSTART, SCN_DWELLEND [Integer].
-
#text ⇒ Object
readonly
Text [String].
-
#wParam ⇒ Object
readonly
wParam [Integer].
-
#x ⇒ Object
readonly
x [Integer].
-
#y ⇒ Object
readonly
y [Integer].
Instance Attribute Details
#ch ⇒ Object (readonly)
Character, one of SCN_CHARADDED or SCN_KEY [Integer]
24 25 26 |
# File 'rdoc-sources/FXScintilla.rb', line 24 def ch @ch end |
#foldLevelNow ⇒ Object (readonly)
Fold level now [Integer]
48 49 50 |
# File 'rdoc-sources/FXScintilla.rb', line 48 def foldLevelNow @foldLevelNow end |
#foldLevelPrev ⇒ Object (readonly)
Previous fold level [Integer]
51 52 53 |
# File 'rdoc-sources/FXScintilla.rb', line 51 def foldLevelPrev @foldLevelPrev end |
#length ⇒ Object (readonly)
Length [Integer]
36 37 38 |
# File 'rdoc-sources/FXScintilla.rb', line 36 def length @length end |
#line ⇒ Object (readonly)
Line [Integer]
45 46 47 |
# File 'rdoc-sources/FXScintilla.rb', line 45 def line @line end |
#linesAdded ⇒ Object (readonly)
Lines added [Integer]
39 40 41 |
# File 'rdoc-sources/FXScintilla.rb', line 39 def linesAdded @linesAdded end |
#listType ⇒ Object (readonly)
List type [Integer]
57 58 59 |
# File 'rdoc-sources/FXScintilla.rb', line 57 def listType @listType end |
#lParam ⇒ Object (readonly)
lParam [Integer]
69 70 71 |
# File 'rdoc-sources/FXScintilla.rb', line 69 def lParam @lParam end |
#margin ⇒ Object (readonly)
Margin [Integer]
54 55 56 |
# File 'rdoc-sources/FXScintilla.rb', line 54 def margin @margin end |
#message ⇒ Object (readonly)
Message [Integer]
42 43 44 |
# File 'rdoc-sources/FXScintilla.rb', line 42 def @message end |
#modificationType ⇒ Object (readonly)
Modification type (SCN_MODIFIED) [Integer]
30 31 32 |
# File 'rdoc-sources/FXScintilla.rb', line 30 def modificationType @modificationType end |
#modifiers ⇒ Object (readonly)
Modifiers, one of SCN_KEY, … [Integer]
27 28 29 |
# File 'rdoc-sources/FXScintilla.rb', line 27 def modifiers @modifiers end |
#nmhdr ⇒ Object (readonly)
Header [NotifyHeader]
18 19 20 |
# File 'rdoc-sources/FXScintilla.rb', line 18 def nmhdr @nmhdr end |
#position ⇒ Object (readonly)
Position, one of SCN_STYLENEEDED, SCN_MODIFIED, SCN_DWELLSTART, SCN_DWELLEND [Integer]
21 22 23 |
# File 'rdoc-sources/FXScintilla.rb', line 21 def position @position end |
#text ⇒ Object (readonly)
Text [String]
33 34 35 |
# File 'rdoc-sources/FXScintilla.rb', line 33 def text @text end |
#wParam ⇒ Object (readonly)
wParam [Integer]
66 67 68 |
# File 'rdoc-sources/FXScintilla.rb', line 66 def wParam @wParam end |
#x ⇒ Object (readonly)
x [Integer]
60 61 62 |
# File 'rdoc-sources/FXScintilla.rb', line 60 def x @x end |
#y ⇒ Object (readonly)
y [Integer]
63 64 65 |
# File 'rdoc-sources/FXScintilla.rb', line 63 def y @y end |