mMlEdit Struct Reference
[mMlEdit]
the multiline edit control, derived from mEdit.
More...
#include <mmledit.h>
Detailed Description
the multiline edit control, derived from mEdit.
- txtDoc
text document object.
- teBuff
tmp text content.
- nrDiffLine
first different line.
- wNoChanged
width not changed of first different line.
- wLastLine
width of last line.
- hardLimit
hard limit.
- curLen
current tedata's len, does not include char '\n'.
- nLineHeight
line height.
- nLineAboveH
height of above-line area.
- nLineBaseH
height of base-line area.
- lnChar
the char used to represent line seperator.
- caretShape
shape of the caret.
- title
title text displayed before content text.
- titleIndent
title indent.
- flags
editor status.
- exFlags
editor extends status.
- contDirty
content changed flags in text field.
- desCaretX
the desired caret x position, changed by mouse and <- , ->
- caretX
caret x position in the virtual content window.
- caretY
caret y position in the virtual content window.
- selX
selection point x position in the virtual content window.
- selY
selection point y position in the virtual content window.
- maxNode
node with the max length.
- maxLen
max line length.
- secNode
node with the second max length.
- secLen
seconde max line length
- curItemY
y position of the current insertion node.
- selItemY
y position of the selection node.
- cp
Copy & Paste operators
- See also:
- mMlEditClass
The documentation for this struct was generated from the following file: