nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
TextBox.callback
nanogui
textbox
TextBox
The callback to execute when the value of this TextBox has changed.
bool
delegate
(
string
str
)
callback
()
class
TextBox
final const
bool
delegate
(
string
str
)
callback
(
)
void
callback
(bool delegate(string str) callback)
Meta
Source
See Implementation
nanogui
textbox
TextBox
constructors
this
enums
Alignment
SpinArea
functions
alignment
callback
checkFormat
copySelection
cursor
cursorIndex2Position
defaultValue
deleteSelection
draw
editable
focusEvent
format
keyboardCharacterEvent
keyboardEvent
mouseButtonEvent
mouseDragEvent
mouseMotionEvent
pasteFromClipboard
placeholder
position2CursorIndex
preferredSize
spinArea
spinnable
theme
units
unitsImage
updateCursor
value
variables
mAlignment
mCallback
mCommitted
mCursorPos
mDefaultValue
mEditable
mFormat
mLastClick
mMouseDownModifier
mMouseDownPos
mMouseDragPos
mMousePos
mPlaceholder
mSelectionPos
mSpinnable
mTextOffset
mUnits
mUnitsImage
mValidFormat
mValue
mValueTemp
The callback to execute when the value of this TextBox has changed.