dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
OnClickHandler
dlangui
widgets
widget
interface - slot for onClick
interface
OnClickHandler {
bool
onClick
(Widget source);
}
Members
Functions
onClick
bool
onClick
(Widget source)
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 onClick