dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
EditLine.this
dlangui
widgets
editors
EditLine
create with ID parameter
this
()
this
(string ID, dstring initialContent)
class
EditLine
this
(
string
ID
,
dstring
initialContent
= null
)
Meta
Source
See Implementation
dlangui
widgets
editors
EditLine
constructors
this
functions
applyPasswordChar
clientToTextPos
drawLineBackground
ensureCaretVisible
handleAction
layout
measure
measureTextToSetWidgetSize
measureVisibleText
onDraw
onKeyEvent
onMouseEvent
setDefaultPopupMenu
textPosToClient
properties
passwordChar
textToSetWidgetSize
variables
_measuredText
_measuredTextSize
_measuredTextToSetWidgetSize
_measuredTextToSetWidgetSizeWidths
_measuredTextWidths
_passwordChar
_textToSetWidgetSize
editorAction
enterKey
create with ID parameter