Class: Fox::SCNotification

Inherits:
Object
  • Object
show all
Defined in:
rdoc-sources/FXScintilla.rb

Overview

SCNotification

Instance Attribute Summary collapse

Instance Attribute Details

#chObject (readonly)

Character, one of SCN_CHARADDED or SCN_KEY [Integer]



24
25
26
# File 'rdoc-sources/FXScintilla.rb', line 24

def ch
  @ch
end

#foldLevelNowObject (readonly)

Fold level now [Integer]



48
49
50
# File 'rdoc-sources/FXScintilla.rb', line 48

def foldLevelNow
  @foldLevelNow
end

#foldLevelPrevObject (readonly)

Previous fold level [Integer]



51
52
53
# File 'rdoc-sources/FXScintilla.rb', line 51

def foldLevelPrev
  @foldLevelPrev
end

#lengthObject (readonly)

Length [Integer]



36
37
38
# File 'rdoc-sources/FXScintilla.rb', line 36

def length
  @length
end

#lineObject (readonly)

Line [Integer]



45
46
47
# File 'rdoc-sources/FXScintilla.rb', line 45

def line
  @line
end

#linesAddedObject (readonly)

Lines added [Integer]



39
40
41
# File 'rdoc-sources/FXScintilla.rb', line 39

def linesAdded
  @linesAdded
end

#listTypeObject (readonly)

List type [Integer]



57
58
59
# File 'rdoc-sources/FXScintilla.rb', line 57

def listType
  @listType
end

#lParamObject (readonly)

lParam [Integer]



69
70
71
# File 'rdoc-sources/FXScintilla.rb', line 69

def lParam
  @lParam
end

#marginObject (readonly)

Margin [Integer]



54
55
56
# File 'rdoc-sources/FXScintilla.rb', line 54

def margin
  @margin
end

#messageObject (readonly)

Message [Integer]



42
43
44
# File 'rdoc-sources/FXScintilla.rb', line 42

def message
  @message
end

#modificationTypeObject (readonly)

Modification type (SCN_MODIFIED) [Integer]



30
31
32
# File 'rdoc-sources/FXScintilla.rb', line 30

def modificationType
  @modificationType
end

#modifiersObject (readonly)

Modifiers, one of SCN_KEY, … [Integer]



27
28
29
# File 'rdoc-sources/FXScintilla.rb', line 27

def modifiers
  @modifiers
end

#nmhdrObject (readonly)

Header [NotifyHeader]



18
19
20
# File 'rdoc-sources/FXScintilla.rb', line 18

def nmhdr
  @nmhdr
end

#positionObject (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

#textObject (readonly)

Text [String]



33
34
35
# File 'rdoc-sources/FXScintilla.rb', line 33

def text
  @text
end

#wParamObject (readonly)

wParam [Integer]



66
67
68
# File 'rdoc-sources/FXScintilla.rb', line 66

def wParam
  @wParam
end

#xObject (readonly)

x [Integer]



60
61
62
# File 'rdoc-sources/FXScintilla.rb', line 60

def x
  @x
end

#yObject (readonly)

y [Integer]



63
64
65
# File 'rdoc-sources/FXScintilla.rb', line 63

def y
  @y
end