voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
TextEditorLineNumbersData
voxelman
gui
textedit
texteditorview
Undocumented in source.
@
Component
("gui.TextEditorLineNumbersData",
Replication
.
none
)
struct
TextEditorLineNumbersData {
TextModel
editor
;
TextViewSettingsRef
settings
;
WidgetId
viewport
;
enum
leftSpacing
;
enum
rightSpacing
;
int
widthInGlyphs
();
int
widthInPixels
(int _widthInGlyphs);
}
Members
Functions
widthInGlyphs
int
widthInGlyphs
()
Undocumented in source. Be warned that the author may not have intended to support it.
widthInPixels
int
widthInPixels
(int _widthInGlyphs)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
leftSpacing
enum
leftSpacing
;
Undocumented in source.
rightSpacing
enum
rightSpacing
;
Undocumented in source.
Variables
editor
TextModel
editor
;
Undocumented in source.
settings
TextViewSettingsRef
settings
;
Undocumented in source.
viewport
WidgetId
viewport
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
gui
textedit
texteditorview
functions
glyphWidthRange
keyPressToCommand
registerComponents
textWidth
structs
GlyphWidthRange
TextEditorLineNumbersData
TextEditorLineNumbersLogic
TextEditorViewportData
TextEditorViewportLogic