dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
OnFocusHandler
dlangui
widgets
widget
interface - slot for onFocusChanged
interface
OnFocusHandler {
bool
onFocusChanged
(Widget source, bool focused);
}
Members
Functions
onFocusChanged
bool
onFocusChanged
(Widget source, bool focused)
Undocumented in source.
Meta
Source
See Implementation
dlangui
widgets
widget
aliases
WidgetList
classes
Widget
WidgetGroup
WidgetGroupDefaultDrawing
enums
CursorType
FocusMovement
FocusReason
Orientation
Visibility
functions
generatePropertySetter
generatePropertySetters
generatePropertySettersMethodOverride
interfaces
OnActionHandler
OnCheckHandler
OnClickHandler
OnDoubleClickHandler
OnFocusHandler
OnKeyActionHandler
OnKeyHandler
OnMouseHandler
manifest constants
ONE_SECOND
mixin templates
ActionTooltipSupport
static variables
TOUCH_MODE
structs
AnimationHelper
TextTypingShortcutHelper
interface - slot for onFocusChanged