The nodgui Reference Manual

This is the nodgui Reference Manual, version 0.4.8.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 06:13:29 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 nodgui

Lisp bindings for the Tk toolkit

Maintainer

cage

Author

Peter Herth

Bug Tracker

https://notabug.org/cage/nodgui/issues

License

LLGPL

Version

0.4.8.2

Dependencies
  • alexandria (system).
  • cl-unicode (system).
  • cl-ppcre-unicode (system).
  • esrap (system).
  • parse-number (system).
  • clunit2 (system).
  • cl-colors2 (system).
  • named-readtables (system).
  • cl-jpeg (system).
  • bordeaux-threads (system).
Source

nodgui.asd.

Child Components

3 Modules

Modules are listed depth-first from the system components tree.


3.1 nodgui/tklib

Dependency

nodgui-mw.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Child Components

3.2 nodgui/tests

Dependency

demo-tests.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 nodgui/nodgui.asd

Source

nodgui.asd.

Parent Component

nodgui (system).

ASDF Systems

nodgui.


4.1.3 nodgui/config.lisp

Dependency

package.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

+nodgui-version+ (constant).


4.1.4 nodgui/constants.lisp

Dependency

config.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.5 nodgui/utils.lisp

Dependency

constants.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.6 nodgui/synchronized-queue.lisp

Dependency

utils.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.7 nodgui/base64.lisp

Dependency

synchronized-queue.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.8 nodgui/ubvec4.lisp

Dependency

base64.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.9 nodgui/vec2.lisp

Dependency

ubvec4.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.10 nodgui/fit-line.lisp

Dependency

vec2.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

fit-line (function).


4.1.11 nodgui/pixmap.lisp

Dependency

fit-line.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.12 nodgui/sanitize.lisp

Dependency

pixmap.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.13 nodgui/event-symbols.lisp

Dependency

sanitize.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.14 nodgui/conditions.lisp

Dependency

event-symbols.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.15 nodgui/tcl-emitter.lisp

Dependency

conditions.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.16 nodgui/tcl-glue-code.lisp

Dependency

tcl-emitter.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.17 nodgui/event-parser.lisp

Dependency

tcl-glue-code.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.18 nodgui/syntax.lisp

Dependency

event-parser.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).


4.1.19 nodgui/wish-communication.lisp

Dependency

syntax.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.20 nodgui/widget-helpers.lisp

Dependency

wish-communication.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.21 nodgui/widget.lisp

Dependency

widget-helpers.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.22 nodgui/events.lisp

Dependency

widget.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.23 nodgui/nodgui.lisp

Dependency

events.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.24 nodgui/photo-image.lisp

Dependency

nodgui.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.25 nodgui/tkvariable.lisp

Dependency

photo-image.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.26 nodgui/tktextvariable.lisp

Dependency

tkvariable.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.27 nodgui/treeview.lisp

Dependency

tktextvariable.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.28 nodgui/button.lisp

Dependency

treeview.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.29 nodgui/checkbutton.lisp

Dependency

button.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.30 nodgui/radiobutton.lisp

Dependency

checkbutton.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.31 nodgui/scrollbar.lisp

Dependency

radiobutton.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.32 nodgui/combobox.lisp

Dependency

scrollbar.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.33 nodgui/entry.lisp

Dependency

combobox.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

ensure-validation-type-correct (function).


4.1.34 nodgui/label.lisp

Dependency

entry.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.35 nodgui/labelframe.lisp

Dependency

label.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.36 nodgui/listbox.lisp

Dependency

labelframe.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.37 nodgui/menu.lisp

Dependency

listbox.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.38 nodgui/menubutton.lisp

Dependency

menu.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

menuentry (class).


4.1.39 nodgui/menucheckbutton.lisp

Dependency

menubutton.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.40 nodgui/menuradiobutton.lisp

Dependency

menucheckbutton.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.41 nodgui/message.lisp

Dependency

menuradiobutton.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.42 nodgui/notebook.lisp

Dependency

message.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.43 nodgui/panedwindow.lisp

Dependency

notebook.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.44 nodgui/progressbar.lisp

Dependency

panedwindow.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.45 nodgui/scale.lisp

Dependency

progressbar.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.46 nodgui/separator.lisp

Dependency

scale.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.47 nodgui/sizegrip.lisp

Dependency

separator.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.48 nodgui/spinbox.lisp

Dependency

sizegrip.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.49 nodgui/text.lisp

Dependency

spinbox.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.50 nodgui/frame.lisp

Dependency

text.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

classic-frame (class).


4.1.51 nodgui/canvas.lisp

Dependency

frame.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.52 nodgui/canvas-shapes.lisp

Dependency

canvas.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.53 nodgui/toplevel.lisp

Dependency

canvas-shapes.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.54 nodgui/dialog.lisp

Dependency

toplevel.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.55 nodgui/error-handling.lisp

Dependency

dialog.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Internals

make-call-with-condition-handlers-function (function).


4.1.56 nodgui/styles.lisp

Dependency

error-handling.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.57 nodgui/wm.lisp

Dependency

styles.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.58 nodgui/winfo.lisp

Dependency

wm.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface

4.1.59 nodgui/trivial-debugger.lisp

Dependency

winfo.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.60 nodgui/nodgui-mw.lisp

Dependency

trivial-debugger.lisp (file).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.61 nodgui/tklib/package.lisp

Source

nodgui.asd.

Parent Component

tklib (module).

Packages

4.1.62 nodgui/tklib/calendar.lisp

Source

nodgui.asd.

Parent Component

tklib (module).

Public Interface
Internals

4.1.63 nodgui/tklib/notify-window.lisp

Source

nodgui.asd.

Parent Component

tklib (module).

Public Interface

notify-window (function).

Internals

4.1.64 nodgui/tklib/plot.lisp

Source

nodgui.asd.

Parent Component

tklib (module).

Public Interface
Internals

4.1.65 nodgui/tklib/swaplist.lisp

Source

nodgui.asd.

Parent Component

tklib (module).

Public Interface
Internals

4.1.66 nodgui/tklib/misc-widget.lisp

Source

nodgui.asd.

Parent Component

tklib (module).

Public Interface
Internals

4.1.67 nodgui/demo-tests.lisp

Dependency

tklib (module).

Source

nodgui.asd.

Parent Component

nodgui (system).

Public Interface
Internals

4.1.68 nodgui/tests/package.lisp

Source

nodgui.asd.

Parent Component

tests (module).

Packages

4.1.69 nodgui/tests/all-tests.lisp

Source

nodgui.asd.

Parent Component

tests (module).

Public Interface

run-all-tests (function).


4.1.70 nodgui/tests/test-tcl-emitter.lisp

Source

nodgui.asd.

Parent Component

tests (module).

Internals

4.1.71 nodgui/tests/test-event-parser.lisp

Source

nodgui.asd.

Parent Component

tests (module).

Internals

compare-events (macro).


4.1.72 nodgui/tests/test-styles.lisp

Source

nodgui.asd.

Parent Component

tests (module).


4.1.73 nodgui/tests/test-text-indices.lisp

Source

nodgui.asd.

Parent Component

tests (module).

Internals

parse (function).


4.1.74 nodgui/tests/test-nodgui.lisp

Source

nodgui.asd.

Parent Component

tests (module).

Internals

5 Packages

Packages are listed by definition order.


5.1 nodgui.ubvec4

Source

package.lisp.

Use List
Used By List

nodgui.pixmap.

Public Interface

5.2 nodgui.demo

Source

package.lisp.

Use List
Public Interface

demo (function).

Internals

5.3 all-tests

Source

package.lisp.

Use List
  • clunit.
  • common-lisp.
Used By List
Public Interface

run-all-tests (function).


5.4 nodgui.pixmap

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.5 nodgui.utils

Source

package.lisp.

Use List
  • alexandria.
  • cl-ppcre.
  • common-lisp.
Used By List
Public Interface
Internals

5.7 test-event-parser

Source

package.lisp.

Use List
Internals

compare-events (macro).


5.8 nodgui.vec2

Source

package.lisp.

Use List
Used By List
Public Interface

5.9 nodgui.shapes

Source

package.lisp.

Use List
Used By List

nodgui.demo.

Public Interface
Internals

5.10 nodgui-user

Source

package.lisp.

Use List

5.11 nodgui.sanitize

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.12 nodgui.tklib.calendar

Wrapper for Calendar in tklib https://core.tcl-lang.org/tklib/doc/trunk/embedded/www/tklib/files/modules/widget/widget_calendar.html.

Tklib (https://core.tcl-lang.org/tklib/home) *must* be installed on a
system for this wrapper to works

Source

package.lisp.

Use List
Public Interface
Internals

5.13 nodgui.mw

Source

package.lisp.

Use List
Used By List

nodgui.demo.

Public Interface
Internals

5.14 nodgui.tklib.plot

Wrapper for a subset of plotchart in tklib (https://core.tcl-lang.org/tklib/doc/trunk/embedded/www/tklib/files/modules/plotchart/plotchart.html#section14).

Tklib (https://core.tcl-lang.org/tklib/home) *must* be installed on a
system for this wrapper to works

Source

package.lisp.

Use List
Public Interface
Internals

5.15 nodgui.conditions

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.16 nodgui.tklib.swaplist

Wrapper for swaplib in tklib (https://core.tcl-lang.org/tklib/doc/trunk/embedded/www/tklib/files/modules/swaplist/swaplist.html) Tklib (https://core.tcl-lang.org/tklib/home) *must* be installed on a
system for this wrapper to works

Source

package.lisp.

Use List
Public Interface

make-swaplist (function).

Internals

5.17 nodgui.tklib.notify

Wrapper for notify-window in tklib (https://core.tcl-lang.org/tklib/doc/trunk/embedded/www/tklib/files/modules/notifywindow/notifywindow.html).

Tklib (https://core.tcl-lang.org/tklib/home) *must* be installed on a
system for this wrapper to works

Source

package.lisp.

Use List
Public Interface

notify-window (function).

Internals

5.18 test-nodgui

Source

package.lisp.

Use List
Internals

5.19 nodgui.event-symbols

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.20 test-tcl-emitter

Source

package.lisp.

Use List
Internals

5.21 test-tk-styles

Source

package.lisp.

Use List

5.22 nodgui.config

Source

package.lisp.

Use List
  • alexandria.
  • common-lisp.
Used By List
Public Interface

+nodgui-version+ (constant).


5.23 nodgui.event-parser

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.24 syncronized-queue

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5.25 nodgui.tklib.misc-widget

Wrapper for a subset of control widgets in tklib (https://core.tcl-lang.org/tklib/doc/trunk/embedded/www/tklib/files/modules/controlwidget/controlwidget.html) Tklib (https://core.tcl-lang.org/tklib/home) *must* be installed on a
system for this wrapper to works

Source

package.lisp.

Use List
Public Interface

make-equalizer-bar (function).

Internals

5.26 test-text-indices

Source

package.lisp.

Use List
Internals

parse (function).


5.27 nodgui

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.28 nodgui.syntax

Source

package.lisp.

Use List
  • alexandria.
  • cl-ppcre.
  • common-lisp.
  • editor-hints.named-readtables.

5.29 nodgui.base64

Source

package.lisp.

Use List
Public Interface
Internals

5.30 nodgui.tcl-emitter

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.31 nodgui.tcl-glue-code

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.32 nodgui.fit-line

Source

package.lisp.

Use List
Public Interface

fit-line (function).


6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Constants

Constant: +2pi+
Package

nodgui.constants.

Source

constants.lisp.

Constant: +aacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +abovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +abreve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +acircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +activate+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +acute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +adiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ae+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +agrave+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +alt+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +alt-l+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +alt-r+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +amacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ampersand+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +aogonek+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +app+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +approximate+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-ain+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-alef+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-alefmaksura+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-beh+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-comma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-dad+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-dal+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-damma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-dammatan+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-fatha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-fathatan+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-feh+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-ghain+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-hah+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-hamza+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-hamzaonalef+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-hamzaonwaw+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-hamzaonyeh+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-hamzaunderalef+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-heh+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-jeem+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-kaf+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-kasra+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-kasratan+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-khah+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-lam+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-maddaonalef+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-meem+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-noon+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-qaf+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-question-mark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-ra+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-sad+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-seen+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-semicolon+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-shadda+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-sheen+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-sukun+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-tah+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-tatweel+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-teh+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-tehmarbuta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-thal+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-theh+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-waw+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-yeh+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-zah+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +arabic-zain+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +aring+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +asciicircum+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +asciitilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +asterisk+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +at+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +atilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +b1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +b2+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +b3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +b4+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +b5+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +backslash+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +backspace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ballotcross+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +bar+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +begin+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +blank+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +botintegral+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +botleftparens+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +botleftsqbracket+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +botleftsummation+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +botrightparens+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +botrightsqbracket+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +botrightsummation+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +bott+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +botvertsummationconnector+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +braceleft+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +braceright+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +bracketleft+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +bracketright+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +break+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +breve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +brokenbar+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +button+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +button1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +button2+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +button3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +button4+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +button5+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +buttonpress+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +buttonrelease+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +byelorussian-shortu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cabovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cancel+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-aacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-abreve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-acircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-adiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ae+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-agrave+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-amacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-aogonek+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-aring+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-atilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-byelorussian-shortu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cabovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ccaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ccedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ccircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-a+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-be+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-che+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-de+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-e+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-ef+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-el+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-em+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-en+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-er+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-es+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-ghe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-ha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-hardsign+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-i+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-ie+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-io+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-ka+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-o+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-pe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-sha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-shcha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-shorti+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-softsign+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-te+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-tse+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-u+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-ve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-ya+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-yeru+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-yu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-ze+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-cyrillic-zhe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-dcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-eabovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-eacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ecaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ecircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ediaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-egrave+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-emacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-eng+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-eogonek+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-eth+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-gabovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-gbreve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-gcedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-gcircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-alpha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-alphaaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-beta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-chi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-delta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-epsilon+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-epsilonaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-eta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-etaaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-gamma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-iota+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-iotaaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-iotaaccentdiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-iotadiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-kappa+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-lambda+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-mu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-nu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-omega+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-omegaaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-omicron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-omicronaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-phi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-pi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-psi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-rho+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-sigma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-tau+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-theta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-upsilon+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-upsilonaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-upsilonaccentdieresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-upsilondieresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-xi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-greek-zeta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-hcircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-hstroke+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-iabovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-iacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-icircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-idiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-igrave+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-imacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-iogonek+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-itilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-jcircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-a+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-e+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-he+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-hi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ho+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-hu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-i+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ka+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ke+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ki+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ko+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ku+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-me+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-mi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-mo+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-mu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-n+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-na+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ne+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ni+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-no+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-nu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-o+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ra+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-re+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ri+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ro+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ru+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-sa+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-se+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-shi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-so+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-su+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-te+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ti+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-to+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-tu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-u+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-wa+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-ya+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-yo+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kana-yu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-kcedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-lcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-lcedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-lstroke+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-macedonia-dse+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-macedonia-gje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-macedonia-kje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-nacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ncaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ncedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ntilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-oacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ocircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-odiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-odoubleacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ograve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-omacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-otilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-racute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-rcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-rcedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-sacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-scaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-scedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-scircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-serbian-dje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-serbian-dze+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-serbian-je+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-serbian-lje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-serbian-nje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-serbian-tshe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-tcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-tcedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-thorn+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-tslash+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-uacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ubreve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ucircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-udiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-udoubleacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ugrave+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ukranian-i+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ukranian-je+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-ukranian-yi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-umacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-uogonek+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-uring+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-utilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-yacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-zabovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-zacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +capital-zcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +caps-lock+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +careof+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +caret+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +caron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ccaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ccedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ccircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +checkerboard+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +checkmark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +circle+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +circulate+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +circulaterequest+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant