Slots
- actionSource
-
static EventId action
- activeSource
-
static EventId active
- blurSource
-
static EventId blur
- caretSource
-
static EventId caret
- closeSource
-
static EventId close
- deiconifiedSource
-
static EventId deiconified
- focusSource
-
static EventId focus
- fromStrSource
-
static EventId? fromStr(Str name, Bool checked := true)
Return the EventId instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- hyperlinkSource
-
static EventId hyperlink
- iconifiedSource
-
static EventId iconified
- inactiveSource
-
static EventId inactive
- keyDownSource
-
static EventId keyDown
- keyUpSource
-
static EventId keyUp
- modifiedSource
-
static EventId modified
- mouseDownSource
-
static EventId mouseDown
- mouseEnterSource
-
static EventId mouseEnter
- mouseExitSource
-
static EventId mouseExit
- mouseHoverSource
-
static EventId mouseHover
- mouseMoveSource
-
static EventId mouseMove
- mouseUpSource
-
static EventId mouseUp
- mouseWheelSource
-
static EventId mouseWheel
- openSource
-
static EventId open
- popupSource
-
static EventId popup
- selectSource
-
static EventId select
- unknownSource
-
static EventId unknown
- valsSource
-
static EventId[] vals := ...
List of EventId values indexed by ordinal
- verifySource
-
static EventId verify
- verifyKeySource
-
static EventId verifyKey