dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
EnterKeyHandler
dlangui
widgets
editors
Undocumented in source.
interface
EnterKeyHandler {
bool
onEnterKey
(EditWidgetBase editor);
}
Members
Functions
onEnterKey
bool
onEnterKey
(EditWidgetBase editor)
Undocumented in source.
Meta
Source
See Implementation
dlangui
widgets
editors
classes
EditBox
EditLine
EditWidgetBase
FindPanel
LogWidget
SpinCtrl
enums
EditorActions
TextSearchFlag
functions
initStandardEditorActions
interfaces
EditableContentChangeListener
EditorActionHandler
EditorStateListener
EnterKeyHandler
ModifiedStateListener
structs
EditorStateInfo
variables
ACTION_EDITOR_APPEND_NEW_LINE
ACTION_EDITOR_COPY
ACTION_EDITOR_CUT
ACTION_EDITOR_DELETE_LINE
ACTION_EDITOR_FIND
ACTION_EDITOR_FIND_NEXT
ACTION_EDITOR_FIND_PREV
ACTION_EDITOR_GOTO_NEXT_BOOKMARK
ACTION_EDITOR_GOTO_PREVIOUS_BOOKMARK
ACTION_EDITOR_INSERT_NEW_LINE
ACTION_EDITOR_PASTE
ACTION_EDITOR_PREPEND_NEW_LINE
ACTION_EDITOR_REDO
ACTION_EDITOR_REPLACE
ACTION_EDITOR_SELECT_ALL
ACTION_EDITOR_TOGGLE_BLOCK_COMMENT
ACTION_EDITOR_TOGGLE_BOOKMARK
ACTION_EDITOR_TOGGLE_LINE_COMMENT
ACTION_EDITOR_TOGGLE_REPLACE_MODE
ACTION_EDITOR_UNDO
STD_EDITOR_ACTIONS