dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
ModifiedStateListener
dlangui
widgets
editors
Modified state change listener
interface
ModifiedStateListener {
void
onModifiedStateChange
(Widget source, bool modified);
}
Members
Functions
onModifiedStateChange
void
onModifiedStateChange
(Widget source, bool modified)
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
Modified state change listener