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 Mon Feb 26 17:26:13 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: +clear+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +club+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +colon+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +colormap+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +comma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +command+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +comp-xyplot-background+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +comp-xyplot-bottomaxis+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +comp-xyplot-leftaxis+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +comp-xyplot-legend+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +comp-xyplot-margin+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +comp-xyplot-mask+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +comp-xyplot-rightaxis+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +comp-xyplot-subtitle+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +comp-xyplot-text+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +comp-xyplot-title+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +configure+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +configurerequest+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +control+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +control-l+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +control-r+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +copyright+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cr+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +create+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +crossinglines+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +currency+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cursor+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-a+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-be+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-che+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-de+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-e+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-ef+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-el+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-em+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-en+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-er+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-es+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-ghe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-ha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-hardsign+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-i+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-ie+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-io+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-ka+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-o+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-pe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-sha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-shcha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-shorti+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-softsign+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-te+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-tse+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-u+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-ve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-ya+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-yeru+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-yu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-ze+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +cyrillic-zhe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +dagger+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +dcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +deactivate+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +decimalpoint+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +degree+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +delete+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +destroy+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +diaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +diamond+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +digitspace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +division+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +dollar+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +doubbaselinedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +double+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +doubleacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +doubledagger+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +doublelowquotemark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +down+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +downarrow+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +downcaret+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +downshoe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +downstile+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +downtack+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +eabovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +eacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ecaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ecircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ediaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +egrave+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ellipsis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +em3space+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +em4space+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +emacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +emdash+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +emfilledcircle+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +emfilledrect+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +emopencircle+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +emopenrectangle+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +emspace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +end+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +endash+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +enfilledcircbullet+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +enfilledsqbullet+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +eng+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +enopencircbullet+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +enopensquarebullet+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +enspace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +enter+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +eogonek+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +equal+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +escape+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +eth+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +exclam+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +exclamdown+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +execute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +expose+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +extended+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f10+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f2+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f33+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f4+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f5+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f6+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f7+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f8+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +f9+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +femalesymbol+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ff+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +figdash+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +filledlefttribullet+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +filledrectbullet+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +filledrighttribullet+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +filledtribulletdown+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +filledtribulletup+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +find+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +fiveeighths+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +fivesixths+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +focusin+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +focusout+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +fourfifths+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +function+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +gabovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +gacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +gbreve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +gcircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +gravity+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greater+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greaterthanequal+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-alpha+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-alphaaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-beta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-chi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-delta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-epsilon+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-epsilonaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-eta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-etaaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-finalsmallsigma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-gamma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-iota+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-iotaaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-iotaaccentdieresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-iotadieresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-kappa+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-lambda+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-mu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-nu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-omega+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-omegaaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-omicron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-omicronaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-phi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-pi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-psi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-rho+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-sigma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-tau+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-theta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-upsilon+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-upsilonaccent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-upsilonaccentdieresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-upsilondieresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-xi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +greek-zeta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +guillemotleft+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +guillemotright+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hairspace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hcircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +heart+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-aleph+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-ayin+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-beth+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-daleth+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-finalkaph+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-finalmem+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-finalnun+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-finalpe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-finalzadi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-gimmel+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-he+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-het+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-kaph+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-kuf+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-lamed+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-mem+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-nun+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-pe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-resh+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-samekh+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-shin+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-switch+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-taf+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-teth+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-waw+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-yod+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-zadi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hebrew-zayin+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +help+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hexagram+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +home+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +horizconnector+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +horizlinescan1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +horizlinescan3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +horizlinescan5+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +horizlinescan7+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +horizlinescan9+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hstroke+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ht+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hyper-l+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hyper-r+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +hyphen+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +iacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +icircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +identical+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +idiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +idotless+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ifonlyif+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +igrave+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +imacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +implies+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +includedin+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +includes+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +infinity+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +insert+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +integral+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +intersection+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +iogonek+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +itilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +jcircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +jot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-a+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-closingbracket+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-comma+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-e+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-fullstop+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-i+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-middledot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-o+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-openingbracket+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-tu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-u+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-wo+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-ya+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-yo+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kana-yu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kanji+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kappa+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kcedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +key+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +keypress+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +keyrelease+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-0+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-2+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-4+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-5+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-6+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-7+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-8+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-9+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-add+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-decimal+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-divide+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-enter+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-equal+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-f1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-f2+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-f3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-f4+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-multiply+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-separator+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-space+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-subtract+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +kp-tab+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l10+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l2+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l4+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l5+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l6+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l7+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l8+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +l9+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +latincross+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +lcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +lcedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leave+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +left+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftanglebracket+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftarrow+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftcaret+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftdoublequotemark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftmiddlecurlybrace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftopentriangle+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftpointer+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftradical+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftshoe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftsinglequotemark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +leftt+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +lefttack+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +less+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +lessthanequal+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +lf+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +linefeed+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +lock+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +logicaland+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +logicalor+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +lowleftcorner+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +lowrightcorner+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +lstroke+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +m+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +m1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +m2+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +m3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +m4+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +m5+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +macedonia-dse+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +macedonia-gje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +macedonia-kje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +macron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +malesymbol+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +maltesecross+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +map+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +maprequest+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +marker+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +masculine+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +menu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +meta+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +meta-l+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +meta-r+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +minus+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +minutes+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +mod1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +mod2+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +mod3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +mod4+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +mod5+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +motion+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +mousewheel+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +mu+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +multi-key+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +multiply+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +musicalflat+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +musicalsharp+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +nabla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +nacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ncaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ncedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +next+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +nl+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +nobreakspace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +nodgui-version+
Package

nodgui.config.

Source

config.lisp.

Constant: +notequal+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +notsign+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ntilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +num-lock+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +numbersign+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +numerosign+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +oacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ocircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +odiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +odoubleacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ogonek+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ograve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +omacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +oneeighth+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +onefifth+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +onehalf+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +onequarter+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +onesixth+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +onesuperior+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +onethird+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ooblique+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +openrectbullet+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +openstar+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +opentribulletdown+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +opentribulletup+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +option+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ordfeminine+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +oslash+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +otilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +overbar+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +overline+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +paragraph+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +parenleft+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +parenright+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +partialderivative+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +pause+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +percent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +period+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +periodcentered+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +phonographcopyright+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +plotchart-data-tag+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +plus+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +plusminus+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +prescription+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +print+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +prior+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +prolongedsound+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +property+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +punctspace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +quad+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +quadruple+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +question+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +questiondown+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +quotedbl+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +quoteleft+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +quoteright+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r1+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r10+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r11+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r12+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r14+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r15+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r2+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r3+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r4+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r5+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r6+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r7+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r8+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +r9+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +radical+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rcedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +redo+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +registered+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +reparent+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +resizerequest+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +return+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +right+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightanglebracket+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightarrow+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightcaret+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightdoublequotemark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightmiddlecurlybrace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightmiddlesummation+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightopentriangle+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightpointer+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightshoe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightsinglequotemark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +rightt+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +righttack+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +sacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +scaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +scedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +scircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +scroll-lock+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +seconds+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +section+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +select+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +semicolon+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +semivoicedsound+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +serbian-dje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +serbian-dze+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +serbian-je+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +serbian-lje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +serbian-nje+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +serbian-tshe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +seveneighths+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +shift+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +shift-l+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +shift-lock+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +shift-r+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +signaturemark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +signifblank+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +similarequal+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +singlelowquotemark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +slash+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +soliddiamond+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +space+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ssharp+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +standard-cursor+
Package

nodgui.

Source

nodgui.lisp.

Constant: +sterling+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +super-l+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +super-r+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +sys-req+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +tab+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +tag-all-items+
Package

nodgui.

Source

canvas.lisp.

Constant: +tcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +tcedilla+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +telephone+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +telephonerecorder+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +text-tag-prefix-search-results+
Package

nodgui.

Source

text.lisp.

Constant: +therefore+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +thinspace+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +thorn+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +threeeighths+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +threefifths+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +threequarters+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +threesuperior+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +tk-caption-font+
Package

nodgui.

Source

nodgui.lisp.

Constant: +tk-default-font+

The default font

Package

nodgui.

Source

nodgui.lisp.

Constant: +tk-fixed-font+

Monospaced font

Package

nodgui.

Source

nodgui.lisp.

Constant: +tk-heading-font+
Package

nodgui.

Source

nodgui.lisp.

Constant: +tk-icon-font+
Package

nodgui.

Source

nodgui.lisp.

Constant: +tk-menu-font+
Package

nodgui.

Source

nodgui.lisp.

Constant: +tk-small-caption-font+
Package

nodgui.

Source

nodgui.lisp.

Constant: +tk-text-font+

Text of widgets

Package

nodgui.

Source

nodgui.lisp.

Constant: +tk-tooltip-font+
Package

nodgui.

Source

nodgui.lisp.

Constant: +topintegral+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +topleftparens+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +topleftradical+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +topleftsqbracket+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +topleftsummation+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +toprightparens+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +toprightsqbracket+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +toprightsummation+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +topt+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +topvertsummationconnector+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +trademark+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +trademarkincircle+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +treeview-first-column-id+

The conventional id of the primary value of each item of a treeview

Package

nodgui.

Source

treeview.lisp.

Constant: +treeview-last-index+
Package

nodgui.

Source

treeview.lisp.

Constant: +treeview-root+
Package

nodgui.

Source

treeview.lisp.

Constant: +triple+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +tslash+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +twofifths+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +twosuperior+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +twothirds+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +uacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ubreve+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ubvec4-zero+
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Constant: +ucircumflex+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +udiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +udoubleacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ugrave+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ukranian-i+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ukranian-je+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ukranian-yi+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +umacron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +underbar+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +underscore+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +undo+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +union+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +unmap+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +uogonek+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +up+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +uparrow+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +upcaret+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +upleftcorner+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +uprightcorner+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +upshoe+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +upstile+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +uptack+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +uring+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +utilde+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +variation+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +vec2-zero+
Package

nodgui.vec2.

Source

vec2.lisp.

Constant: +vertbar+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +vertconnector+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +visibility+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +voicedsound+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +vt+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +win-l+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +win-r+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +wish-to-lisp-callback-reply+
Package

nodgui.constants.

Source

constants.lisp.

Constant: +wish-to-lisp-data-reply+
Package

nodgui.constants.

Source

constants.lisp.

Constant: +wish-to-lisp-error-reply+
Package

nodgui.constants.

Source

constants.lisp.

Constant: +wish-to-lisp-event-reply+
Package

nodgui.constants.

Source

constants.lisp.

Constant: +wish-to-lisp-keepalive-reply+
Package

nodgui.constants.

Source

constants.lisp.

Constant: +wm-type-combo+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-desktop+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-dialog+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-dnd+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-dock+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-dropdown_menu+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-menu+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-normal+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-notification+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-popup_menu+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-splash+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-toolbar+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-tooltip+
Package

nodgui.

Source

wm.lisp.

Constant: +wm-type-utility+
Package

nodgui.

Source

wm.lisp.

Constant: +xf86audiolowervolume+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +xf86audiomute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +xf86audionext+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +xf86audioplay+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +xf86audioprev+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +xf86audioraisevolume+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +xf86audiostop+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +yacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +ydiaeresis+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +yen+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +zabovedot+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +zacute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +zcaron+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.


6.1.2 Special variables

Special Variable: *add-space-after-emitted-string*
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Special Variable: *add-space-after-emitted-unspecialized-element*
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Special Variable: *all-event-details*
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Special Variable: *all-event-modifier*
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Special Variable: *all-event-type*
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Special Variable: *bbox-scale-fix*

According to the tk documentation the calculated aabb for a shape may overstimate the boudaries by "a few pixels". This variable scale the bounding box.

Package

nodgui.

Source

canvas.lisp.

Special Variable: *check-more-parsing-errors*
Package

nodgui.event-parser.

Source

event-parser.lisp.

Special Variable: *class-args*
Package

nodgui.

Source

widget-helpers.lisp.

Special Variable: *cursors*
Package

nodgui.

Source

nodgui.lisp.

Special Variable: *debounce-minimum-delay*

milliseconds

Package

nodgui.

Source

events.lisp.

Special Variable: *debug-buffers*
Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *debug-tk*
Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *default-epsilon*
Package

nodgui.utils.

Source

utils.lisp.

Special Variable: *default-theme*

The default color theme for nodgui. Available ones are: default, alt, aqua (Mac OS only), clam, classic, vista (Windows only) and yaru. Yaru is a more modern theme coming from the ttkthemes collection.

Package

nodgui.

Source

nodgui.lisp.

Special Variable: *force-sync-data-multifont-listbox*
Package

nodgui.

Source

nodgui-mw.lisp.

Special Variable: *init-wish-hook*
Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *initargs*
Package

nodgui.

Source

widget-helpers.lisp.

Special Variable: *mb-icons*

icon names valid for message-box function

Package

nodgui.

Source

message.lisp.

Special Variable: *stringify-keyword*
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Special Variable: *suppress-newline-for-tcl-statements*
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Special Variable: *themes-directory*

A directory where nodgui looks for themes. By default, it looks under the themes/ directory where nodgui is installed.

Each theme must be placed in their own directory as a subdirectory of the aforementioned variable, the name of the directory must be the name of the theme; moreover the name of the TCL file that specify the file must be named as the same of the theme with the extension "tcl" appended

For example the theme foo has to be: "foo/foo.tcl".

Provided these conditions are met using a new theme should be as simple as type:

(nodgui:use-theme "foo") ; or (:foo, :FOO, ’foo, symbols will be downcased)

It is also possible to load a third-party .tcl theme file with:

(nodgui: eval-tcl-file)

and then calling use-theme.

The function THEME-NAMES will return both the default and the custom themes.

Package

nodgui.

Source

nodgui.lisp.

Special Variable: *tk*

Dummy widget to access the tk root object

Package

nodgui.

Source

widget.lisp.

Special Variable: *wish*

The current connection to an inferior wish.

Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *wish-args*
Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *wish-pathname*
Package

nodgui.

Source

wish-communication.lisp.


6.1.3 Macros

Macro: defargs (class parents &rest defs)
Package

nodgui.

Source

widget-helpers.lisp.

Macro: define-offset-size (package prefix &rest name-offset-size)
Package

nodgui.utils.

Source

utils.lisp.

Macro: define-parse-header-chunk ((name offset size object &optional slot))
Package

nodgui.utils.

Source

utils.lisp.

Macro: defproc (name args &body body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: defwidget (namespec parent slots widgetspecs &rest body)
Package

nodgui.

Source

widget.lisp.

Macro: defwrapper (class parents slots cmd &rest code)
Package

nodgui.

Source

widget-helpers.lisp.

Macro: empty-string-if-nil (value statement)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: for-list (var l &body body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: format-fn-symbol (package format &rest format-args)
Package

nodgui.utils.

Source

utils.lisp.

Macro: lambda-debounce (args &body body)
Package

nodgui.

Source

events.lisp.

Macro: make-style (name (&key extend action) &rest options-pairs)
Package

nodgui.

Source

styles.lisp.

Macro: send-lazy (&rest body)
Package

nodgui.

Source

wish-communication.lisp.

Macro: tcl (&body body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: tcl-str (&body body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: tclize (statement &key sanitize)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: try-unicode (char-name fallback)
Package

nodgui.utils.

Source

utils.lisp.

Macro: with-atomic (&rest body)
Package

nodgui.

Source

wish-communication.lisp.

Macro: with-busy ((widget) &body body)
Package

nodgui.

Source

widget.lisp.

Macro: with-default-on-error ((default) &body body)
Package

nodgui.conditions.

Source

conditions.lisp.

Macro: with-epsilon ((epsilon) &body body)
Package

nodgui.utils.

Source

utils.lisp.

Macro: with-file-matrix ((name file w h &key block-size) &body body)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Macro: with-flush (&rest body)
Package

nodgui.

Source

wish-communication.lisp.

Macro: with-flush-server (body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: with-hourglass (widgets &rest body)
Package

nodgui.

Source

nodgui.lisp.

Macro: with-inner-text ((text-slot scrolled-text) &body body)

Syntatic sugar to access the text slot of a scrolled-text

‘(with-accessors ((,text-slot inner-text)) ,scrolled-text ,@body))

Package

nodgui.

Source

text.lisp.

Macro: with-inner-treeview ((treeview-slot scrolled-treeview) &body body)

Syntatic sugar to access the treeview slot of a scrolled-treeview

‘(with-accessors ((,treeview-slot treeview)) ,scrolled-treeview ,@body))

Package

nodgui.

Source

treeview.lisp.

Macro: with-lazy (&rest body)
Package

nodgui.

Source

wish-communication.lisp.

Macro: with-main-loop-lock (() &body body)
Package

nodgui.

Source

wish-communication.lisp.

Macro: with-modal-toplevel ((toplevel-struct &rest toplevel-initargs) &body body)
Package

nodgui.

Source

nodgui.lisp.

Macro: with-no-emitted-newline (&body body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: with-no-emitted-spaces (&body body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: with-no-escape-tilde (&body body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: with-nodgui ((&rest keys &key title debug main-loop-thread-special-bindings stream &allow-other-keys) &body body)

Create a new Nodgui connection, evaluate BODY, and enter the main loop.

:DEBUG indicates the level of debugging support to provide. It can be a
number from 0 to 3, or one of the corresponding keywords:
:minimum, :deploy, :develop, or :maximum.

If :STREAM is non-NIL, it should be a two-way stream connected to a running
wish. This will be used instead of running a new wish.

:THEME is a string designating a color theme. "yaru" is a modern theme shipped in nodgui, from the ttkthemes collection. See also ‘*themes-directory*’.

With :name (or :title as a synonym) you can set both title and class
name of this window

Package

nodgui.

Source

wish-communication.lisp.

Macro: with-read-data ((&optional read-data-fn) &body body)
Package

nodgui.

Source

wish-communication.lisp.

Macro: with-stringify-keyword (&body body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: with-toplevel ((toplevel &rest toplevel-initargs) &body body)
Package

nodgui.

Source

nodgui.lisp.

Macro: with-widgets (layout &rest body)
Package

nodgui.

Source

widget.lisp.


6.1.4 Ordinary functions

Function: ->f (a)
Package

nodgui.utils.

Source

utils.lisp.

Function: add-epsilon-rel (v &optional epsilon)
Package

nodgui.utils.

Source

utils.lisp.

Function: add-separator (menu)
Package

nodgui.

Source

menu.lisp.

Function: after (time fun)

after <time> msec call function <fun>, returns the after event id, which can be passed to AFTER-CANCEL

Package

nodgui.

Source

nodgui.lisp.

Function: after-cancel (id)

cancels a call scheduled with AFTER or AFTER-IDLE by its id

Package

nodgui.

Source

nodgui.lisp.

Function: after-idle (fun)

call fun when tk becomes idle, returns the after event id, which can be passed to AFTER-CANCEL

Package

nodgui.

Source

nodgui.lisp.

Function: append-newline (text-widget &rest tags)
Package

nodgui.

Source

text.lisp.

Function: ask-okcancel (message &key title parent)
Package

nodgui.

Source

message.lisp.

Function: ask-yesno (message &key title parent)
Package

nodgui.

Source

message.lisp.

Function: bbox-h (aabb)
Package

nodgui.

Source

canvas.lisp.

Function: bbox-max-x (aabb)
Package

nodgui.

Source

canvas.lisp.

Function: bbox-max-y (aabb)
Package

nodgui.

Source

canvas.lisp.

Function: bbox-min-x (aabb)
Package

nodgui.

Source

canvas.lisp.

Function: bbox-min-y (aabb)
Package

nodgui.

Source

canvas.lisp.

Function: bbox-w (aabb)
Package

nodgui.

Source

canvas.lisp.

Function: bell ()
Package

nodgui.

Source

nodgui.lisp.

Function: big-dot ()
Package

nodgui.utils.

Source

utils.lisp.

Function: boldify-multifont-item (widget line bold-char-indices)
Package

nodgui.

Source

nodgui-mw.lisp.

Function: bullet ()
Package

nodgui.utils.

Source

utils.lisp.

Function: bypass-escape-data (instance)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: (setf bypass-escape-data) (instance)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: byte->int (bytes)
Package

nodgui.utils.

Source

utils.lisp.

Function: calculate-internal-time-scaling-millis (&optional scaling)
Package

nodgui.

Source

events.lisp.

Function: call-with-nodgui (thunk &rest keys &key stream &allow-other-keys)

Functional interface to with-nodgui, provided to allow the user the build similar macros.

Package

nodgui.

Source

wish-communication.lisp.

Function: camel-case->snail-case (s &key make-downcase)
Package

nodgui.utils.

Source

utils.lisp.

Function: canvas-bbox (canvas handle)
Package

nodgui.

Source

canvas.lisp.

Function: canvas-item-bbox (canvas handle)
Package

nodgui.

Source

canvas.lisp.

Function: children-pathname (widget)
Package

nodgui.

Source

winfo.lisp.

Function: choose-color (&key parent title initial-color)
Package

nodgui.

Source

dialog.lisp.

Function: choose-directory (&key initial-dir parent title mustexist)
Package

nodgui.

Source

dialog.lisp.

Function: clipboard-append (txt)
Package

nodgui.

Source

nodgui.lisp.

Function: clipboard-clear ()
Package

nodgui.

Source

nodgui.lisp.

Function: clipboard-get ()
Package

nodgui.

Source

nodgui.lisp.

Function: common-prefix (&rest strings)
Package

nodgui.utils.

Source

utils.lisp.

Function: configure-mouse-pointer (widget pointer-shape-name)
Package

nodgui.

Source

nodgui.lisp.

Function: configure-plot-style (type component key value)

Configure various parts of the plot.

This values must be configured before the plot is drawn.

example: (configure-plot-style ’xyplot +comp-xyplot-bottomaxis+ ’ticklength 10)

- type: ’xyplot
- component: one of:
- +comp-xyplot-title+
- +comp-xyplot-subtitle+
- +comp-xyplot-margin+
- +comp-xyplot-text+
- +comp-xyplot-legend+
- +comp-xyplot-leftaxis+
- +comp-xyplot-rightaxis+
- +comp-xyplot-bottomaxis+
- +comp-xyplot-background+
- +comp-xyplot-mask+

- key: ’ticklength, ’color ... please see the original documentation of tklib: https://core.tcl-lang.org/tklib/doc/trunk/embedded/www/tklib/files/modules/plotchart/plotchart.html#146

- value: dependent from value stored in ’key’

Package

nodgui.tklib.plot.

Source

plot.lisp.

Function: copy-ubvec4 (old)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: copy-vec2 (old)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: create-arc (canvas x0 y0 x1 y1 &key start extent style fill)
Package

nodgui.

Source

canvas.lisp.

Function: create-bitmap (canvas x y &key bitmap)
Package

nodgui.

Source

canvas.lisp.

Function: create-file (file)

create file and parent dir, if necessary

Package

nodgui.utils.

Source

utils.lisp.

Function: create-image (canvas x y &key image)
Package

nodgui.

Source

canvas.lisp.

Function: create-items (canvas items)

Create canvas items according to the item specs without returning nodgui objects for them. This means, they cannot be accessed in any way, but also the creation does not flush the nodgui output buffer.

Package

nodgui.

Source

canvas.lisp.

Function: create-line (canvas coords)
Package

nodgui.

Source

canvas.lisp.

Function: create-line* (canvas &rest coords)
Package

nodgui.

Source

canvas.lisp.

Function: create-menu2 (menutree)
Package

nodgui.

Source

nodgui.lisp.

Function: create-name (&optional prefix)

create unique widget name, append unique number to ’n’

Package

nodgui.utils.

Source

nodgui.lisp.

Function: create-oval (canvas x0 y0 x1 y1)
Package

nodgui.

Source

canvas.lisp.

Function: create-polygon (canvas coords &key fill-color outline-color outline-width)

Create a polygon.
This is the low level procedure that deal with TK.
canvas: the canvas where draw the polygon
coords: the vertices of this polygon
fill-color: the color that fills this polygon outline-color: the color of the contour that surrond this polygon outline-width: the width in pixel of the outline of this polygon

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Function: create-rectangle (canvas x0 y0 x1 y1)
Package

nodgui.

Source

canvas.lisp.

Function: create-tag-name ()
Package

nodgui.utils.

Source

nodgui.lisp.

Function: create-text (canvas x y text &key anchor justify angle font)
Package

nodgui.

Source

canvas.lisp.

Function: create-window (canvas x y widget &key anchor)
Package

nodgui.

Source

canvas.lisp.

Function: decode (s)
Package

nodgui.base64.

Source

base64.lisp.

Function: default-theme ()
Package

nodgui.

Source

nodgui.lisp.

Function: deg->rad (deg)
Package

nodgui.utils.

Source

utils.lisp.

Function: demo (&key theme)

Run the demo of the demos.

:THEME a string designating a GUI theme. "yaru" is a modern looking theme shipped in nodgui. See also ‘*default-theme*’.

Package

nodgui.demo.

Source

demo-tests.lisp.

Function: destroy (widget)
Package

nodgui.

Source

nodgui.lisp.

Function: dictionary-plist (string)

return a plist representing the TCL dictionary

Package

nodgui.

Source

nodgui.lisp.

Function: directory-exists-p (d)
Package

nodgui.utils.

Source

utils.lisp.

Function: do-execute (program args &optional waitp)

execute program with args a list containing the arguments passed to the program
if waitp is non-nil, the function will wait for the execution of the program to return. returns a two way stream connected to stdin/stdout of the program and the process object

Package

nodgui.

Source

wish-communication.lisp.

Function: do-msg (message &key title parent)
Package

nodgui.

Source

message.lisp.

Function: double-left-arrow ()
Package

nodgui.utils.

Source

utils.lisp.

Function: double-right-arrow ()
Package

nodgui.utils.

Source

utils.lisp.

Function: down-arrow ()
Package

nodgui.utils.

Source

utils.lisp.

Function: encode (data)
Package

nodgui.base64.

Source

base64.lisp.

Function: encode-base-52 (value)
Package

nodgui.utils.

Source

utils.lisp.

Function: entry-select (e from to)
Package

nodgui.

Source

entry.lisp.

Function: epsilon<= (a b &optional epsilon)
Package

nodgui.utils.

Source

utils.lisp.

Function: epsilon= (a b &optional epsilon)
Package

nodgui.utils.

Source

utils.lisp.

Function: epsilon>= (a b &optional epsilon)
Package

nodgui.utils.

Source

utils.lisp.

Function: escape-~ (text)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Reader: event-char (instance)
Writer: (setf event-char) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

char.

Reader: event-char-code (instance)
Writer: (setf event-char-code) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

char-code.

Reader: event-height (instance)
Writer: (setf event-height) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

height.

Reader: event-keycode (instance)
Writer: (setf event-keycode) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

keycode.

Reader: event-mouse-button (instance)
Writer: (setf event-mouse-button) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

mouse-button.

Reader: event-root-x (instance)
Writer: (setf event-root-x) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

root-x.

Reader: event-root-y (instance)
Writer: (setf event-root-y) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

root-y.

Reader: event-unicode-char (instance)
Writer: (setf event-unicode-char) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

unicode-char.

Reader: event-width (instance)
Writer: (setf event-width) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

width.

Reader: event-x (instance)
Writer: (setf event-x) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

x.

Reader: event-y (instance)
Writer: (setf event-y) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

y.

Function: exit-from-toplevel (toplevel)
Package

nodgui.

Source

nodgui.lisp.

Function: exit-nodgui ()
Package

nodgui.

Source

wish-communication.lisp.

Function: exit-wish ()
Package

nodgui.

Source

wish-communication.lisp.

Function: file-exists-p (f)
Package

nodgui.utils.

Source

utils.lisp.

Function: fit-line (data errors)

Fit a line (y = m * x + q) on data with errors, the results are (values m q sigma-m^2 sigma-q^2 chi^2).

Package

nodgui.fit-line.

Source

fit-line.lisp.

Function: flush-wish ()
Package

nodgui.

Source

wish-communication.lisp.

Function: focus (widget)
Package

nodgui.

Source

nodgui.lisp.

Function: font-actual (font-spec &key display-of)
Package

nodgui.

Source

nodgui.lisp.

Function: font-configure (name &key family size weight slant underline overstrike)
Package

nodgui.

Source

nodgui.lisp.

Function: font-create (name &key family size weight slant underline overstrike)
Package

nodgui.

Source

nodgui.lisp.

Function: font-delete (&rest names)
Package

nodgui.

Source

nodgui.lisp.

Function: font-families (&optional display-of)
Package

nodgui.

Source

nodgui.lisp.

Function: font-measure (font-spec text &key display-of)
Package

nodgui.

Source

nodgui.lisp.

Function: font-metrics (font)
Package

nodgui.

Source

nodgui.lisp.

Function: force-focus (widget)
Package

nodgui.

Source

nodgui.lisp.

Function: format-keyword (thing)
Package

nodgui.utils.

Source

utils.lisp.

Function: format-wish (control &rest args)

format ’args using ’control as control string to wish

Package

nodgui.

Source

wish-communication.lisp.

Function: get-open-file (&key initial-file file-types initial-dir multiple parent title)
Package

nodgui.

Source

dialog.lisp.

Function: get-save-file (&key initial-file file-types title parent initial-dir)
Package

nodgui.

Source

dialog.lisp.

Function: gifp (data)
Package

nodgui.utils.

Source

utils.lisp.

Function: image-setpixel (image data x y &optional x2 y2)
Package

nodgui.

Source

canvas.lisp.

Function: insert-layout (source new-node node-name-to-find)
Package

nodgui.

Source

styles.lisp.

Function: int16->bytes (val &optional count res)
Package

nodgui.utils.

Source

utils.lisp.

Function: item-cget (canvas item option)
Package

nodgui.

Source

canvas.lisp.

Function: join-with-strings* (junction &rest strings)
Package

nodgui.utils.

Source

utils.lisp.

Function: jpgp (data)
Package

nodgui.utils.

Source

utils.lisp.

Function: keysym-printable-p (num-code)

Is the keysymbol (see. event-char-code), identified by its numerical code, printable?

Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Function: keyword->tcl (keyword &key downcase)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: left-arrow ()
Package

nodgui.utils.

Source

utils.lisp.

Function: lisp-bool->tcl (val)
Package

nodgui.utils.

Source

utils.lisp.

Function: listbox-dialog (parent title message data &key select-mode key button-message padding-x padding-y)

A trivial dialog with a listbox that waits for user to select input

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: make-adjustable-string (&optional string)
Package

nodgui.utils.

Source

utils.lisp.

Function: make-array-frame (size &optional el type simplep)

All elements points to the same address/reference!

Package

nodgui.utils.

Source

utils.lisp.

Function: make-bits-array (size)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: make-bypass-escape (&key data)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: make-calendar (&key language date-format first-day highlight-color shade-color font)

Make a calendar widget.
Parameters are:

- language, the language the calendar is displayed; legal values are the ones in ’+calendar-supported-language+’ (default :en);

- date-format, the format of the inner date of this widget; legal values are: ’+calendar-date-format-d/m/y+’ and ’+calendar-date-format-d/m/y+’
(default ’+calendar-date-format-d/m/y+’);

- first-day, the day of the week shown as the first column of the calendar: legal values are :monday and :sunday (default :monday);

- highlight-color, background color of the selected day (should be a cl-color:rgb struct); default color #xFFCC00;

- shade-color, color of the shaded elements shown (should be a cl-color:rgb struct); default color #x888888;

- font, font used by the calendar default: ’+tk-default-font+’.

Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Function: make-canvas (master &key width height xscroll yscroll)
Package

nodgui.

Source

canvas.lisp.

Function: make-circle (canvas x-center y-center radius &key fill outline)
Package

nodgui.

Source

canvas.lisp.

Function: make-equalizer-bar (&key from to number background height width bar-width segments safe-color warning-color warning-level)

Make a widget of vertical bars composed by horizontal segments

Package

nodgui.tklib.misc-widget.

Source

misc-widget.lisp.

Function: make-fresh-array (size &optional el type simplep)
Package

nodgui.utils.

Source

utils.lisp.

Function: make-fresh-list (size &optional el)
Package

nodgui.utils.

Source

utils.lisp.

Function: make-fresh-ubvec4 ()
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: make-fresh-vec2 ()
Package

nodgui.vec2.

Source

vec2.lisp.

Function: make-indices-end ()
Package

nodgui.

Source

text.lisp.

Function: make-indices-start ()
Package

nodgui.

Source

text.lisp.

Function: make-items (canvas items)

Create canvas items according to the item specs and return a list of canvas-items.

Package

nodgui.

Source

canvas.lisp.

Function: make-line (canvas coords &key fill width)
Package

nodgui.

Source

canvas.lisp.

Function: make-menu (menu text &key underline name tearoff)
Package

nodgui.

Source

menu.lisp.

Function: make-menubar (&optional master)
Package

nodgui.

Source

menu.lisp.

Function: make-menubutton (menu text command &key underline accelerator state)
Package

nodgui.

Source

menubutton.lisp.

Function: make-nodgui-connection (&key stream callbacks after-ids counter after-counter data-queue event-queue lock read-data-lock flush-lock read-lock break-mainloop-lock break-mainloop accept-garbage-for-next-event call-with-condition-handlers-function output-buffer error-collecting-thread input-collecting-thread main-loop-thread saved-main-loop-threads variables)

Create a new NODGUI-CONNECTION object. This represents a connection to a specific wish. You can maintain connections to several distinct wish processes by binding *WISH* to the one you desire to communicate with, and using NODGUI functions within that dynamic scope.

Package

nodgui.

Source

wish-communication.lisp.

Function: make-oval (canvas x0 y0 x1 y1 &key fill outline)
Package

nodgui.

Source

canvas.lisp.

Function: make-polygon (canvas coords &key fill-color outline-color outline-width)

Make a polygon.
canvas: the canvas where draw the polygon
coords: the vertices of this polygon
fill-color: the color that fills this polygon outline-color: the color of the contour that surrond this polygon outline-width: the width in pixel of the outline of this polygon

Package

nodgui.

Source

canvas-shapes.lisp.

Function: make-protect-escape (&key data)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: make-rectangle (canvas x0 y0 x1 y1 &key fill outline width)
Package

nodgui.

Source

canvas.lisp.

Function: make-scrollbar (master &key orientation)
Package

nodgui.

Source

scrollbar.lisp.

Function: make-scrolled-canvas (master)
Package

nodgui.

Source

canvas.lisp.

Function: make-scrolled-text (master)
Package

nodgui.

Source

text.lisp.

Function: make-star (canvas ext-radius inner-radius-ratio inner-color outer-color corners &key draw-left-half draw-right-half outline-width)

draw a star shaped polygon.
canvas: the canvas where draw this star to
ext-radius: the external radius of the circle that inscribe this star inner-radius-ratio: the ratio between concave and convex point length of this star inner-color: the color of this star
outer-color: the color of the outline of this star
corners: the number of spikes for this star
draw-left-half draw left half side of the star only
draw-right-half draw right half side of the star only
outline-width: the width in pixel of the outline of this polygon.
Return an instance of ’star’

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Function: make-swaplist (left-list right-list &key left-list-label right-list-label to-right-button-label to-left-button-label to-up-button-label to-down-button-label)

Make a widget that permits to swap values between two listboxes,
the values of the list on the right can be accessed using the ’value’ method.

- left-list-label the label for the left list
- right-list-label the label for the right list
- to-right-button-label the label for button that moves elements from left to right
- to-left-button-label the label for button that moves elements from right to left
- to-up-button-label the label for button that move elements, of the right list, upper - to-down-button-label the label for button that move elements, of the right list, down

Package

nodgui.tklib.swaplist.

Source

swaplist.lisp.

Function: make-text (master &key width height xscroll yscroll cursor)
Package

nodgui.

Source

text.lisp.

Function: make-toplevel (master)
Package

nodgui.

Source

toplevel.lisp.

Function: make-two-color-star (canvas ext-radius inner-radius-ratio inner-color-left outer-color-left inner-color-right outer-color-right corners &key outline-width)

draw a star shaped polygon.
canvas: the canvas where draw this star to
ext-radius: the external radius of the circle that inscribe this star inner-radius-ratio: the ratio between concave and convex point length of this star inner-color-left: the color of the left side of this star
outer-color-left: the color of the outline of the left side of this star inner-color-right: the color of the right side of this star outer-color-right: the color of the outline of the right side of this star corners: the number of spikes for this star
outline-width: the width in pixel of the outline of this polygon.
return an istance of two-color-star.

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Reader: match-end (instance)
Writer: (setf match-end) (instance)
Package

nodgui.

Source

text.lisp.

Target Slot

end.

Reader: match-start (instance)
Writer: (setf match-start) (instance)
Package

nodgui.

Source

text.lisp.

Target Slot

start.

Reader: match-string (instance)
Writer: (setf match-string) (instance)
Package

nodgui.

Source

text.lisp.

Target Slot

string.

Reader: match-tag-name (instance)
Writer: (setf match-tag-name) (instance)
Package

nodgui.

Source

text.lisp.

Target Slot

tag-name.

Function: message-box (message title type icon &key parent)
Package

nodgui.

Source

message.lisp.

Function: message-with-timeout (parent message timeout close-button-label &rest label-options)

Create a window with a message that automatically close after a timeout
- parent: the new window will be placed on top of parent
- message: the label to display
- timeout: the timeout after the window is destroyed (in seconds)
- close-button-label: the label of the button to close this window
- label-options: the optional options for the message label (e.g. ’(:font "bold"))

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: message-with-timeout-callback (parent message timeout close-button-label expired-callback &rest label-options)

Create a window with a message that automatically close after a timeout
- parent: the new window will be placed on top of parent
- message: the label to display
- timeout: the timeout after the window is destroyed (in seconds)
- close-button-label: the label of the button to close this window
- expired-callback: function with no parameters called after the timeout has expired
- label-options: the optional options for the message label (e.g. ’(:font "bold")) Note: do not use the callback to modify widget in the same process that created this window.

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Reader: modal-toplevel-results (instance)
Writer: (setf modal-toplevel-results) (instance)
Package

nodgui.

Source

nodgui.lisp.

Target Slot

results.

Reader: modal-toplevel-root-widget (instance)
Writer: (setf modal-toplevel-root-widget) (instance)
Package

nodgui.

Source

nodgui.lisp.

Target Slot

root-widget.

Function: move-all (canvas dx dy)
Package

nodgui.

Source

canvas.lisp.

Function: namestring->pathname (path-as-string)
Package

nodgui.utils.

Source

utils.lisp.

Function: nodgui-error (format &rest args)
Package

nodgui.conditions.

Source

conditions.lisp.

Function: notebook-events ()
Package

nodgui.

Source

notebook.lisp.

Function: notify-window (message &optional image)

Show a notification to the user. According to the documentation the message’s length should be 40 characters but even their demo shows a longer text. Also the documentation says the image should has size equal to 16x16 pixel but their default is 20x20; I found that 32x32 is fine too. :)

Package

nodgui.tklib.notify.

Source

notify-window.lisp.

Function: parent-pathname (widget)
Package

nodgui.

Source

winfo.lisp.

Function: parse-event (event-string)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: parse-layout (widget-layout)
Package

nodgui.

Source

styles.lisp.

Function: parse-selected-date (widget date-as-text)

Parse a string according to the internal date format of widget,
(see: (setf command)). The allowed formats are: +calendar-date-format-d/m/y+ and +calendar-date-format-m/d/y+

Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Function: path-last-element (path)
Package

nodgui.utils.

Source

utils.lisp.

Function: pngp (data)
Package

nodgui.utils.

Source

utils.lisp.

Function: postscript (canvas &key rotate pagewidth pageheight)
Package

nodgui.

Source

canvas.lisp.

Function: process-coords (input)
Package

nodgui.

Source

canvas.lisp.

Reader: protect-escape-data (instance)
Writer: (setf protect-escape-data) (instance)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Target Slot

data.

Function: rad->deg (rad)
Package

nodgui.utils.

Source

utils.lisp.

Function: raw-coordinates (text-widget)
Package

nodgui.

Source

text.lisp.

Function: read-data (&key expected-list-as-data)

Read data from wish. Non-data events are postponed, bogus messages (eg. error-strings) are ignored.

Package

nodgui.

Source

wish-communication.lisp.

Function: read-event (no-event-value)

read the next event from wish, return the event or nil, if there is no event to read and blocking is set to nil

Package

nodgui.

Source

wish-communication.lisp.

Function: read-into-array (stream size &key offset)
Package

nodgui.utils.

Source

utils.lisp.

Function: relative-x (widget)
Package

nodgui.

Source

winfo.lisp.

Function: relative-y (widget)
Package

nodgui.

Source

winfo.lisp.

Function: rem-trouble-chars-and-then-wrap (s)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: require-tcl-package (name)
Package

nodgui.

Source

wish-communication.lisp.

Function: rgb->tk (rgb-struct)
Package

nodgui.utils.

Source

utils.lisp.

Function: right-arrow ()
Package

nodgui.utils.

Source

utils.lisp.

Function: root-toplevel ()
Package

nodgui.

Source

widget.lisp.

Function: root-toplevel-title ()
Package

nodgui.

Source

widget.lisp.

Function: root-x (widget)
Package

nodgui.

Source

winfo.lisp.

Function: root-y (widget)
Package

nodgui.

Source

winfo.lisp.

Function: rootx (widget)
Package

nodgui.

Source

winfo.lisp.

Function: rooty (widget)
Package

nodgui.

Source

winfo.lisp.

Function: run-all-tests (&key use-debugger)
Package

all-tests.

Source

all-tests.lisp.

Function: safe-parse-number (number &key fix-fn)
Package

nodgui.utils.

Source

utils.lisp.

Function: screen-height (&optional w)

give the height of the screen in pixels (if w is given, of the screen the widget w is displayed on)

Package

nodgui.

Source

winfo.lisp.

Function: screen-height-mm (&optional w)

give the height of the screen in mm (if w is given, of the screen the widget w is displayed on)

Package

nodgui.

Source

winfo.lisp.

Function: screen-mouse (&optional w)

give the position of the mouse on screen as (x y) (if w is given, of the screen the widget w is displayed on)

Package

nodgui.

Source

winfo.lisp.

Function: screen-mouse-x (&optional w)

give x position of the mouse on screen (if w is given, of the screen the widget w is displayed on)

Package

nodgui.

Source

winfo.lisp.

Function: screen-mouse-y (&optional w)

give y position of the mouse on screen (if w is given, of the screen the widget w is displayed on)

Package

nodgui.

Source

winfo.lisp.

Function: screen-width (&optional w)

give the width of the screen in pixels (if w is given, of the screen the widget w is displayed on)

Package

nodgui.

Source

winfo.lisp.

Function: screen-width-mm (&optional w)

give the width of the screen in mm (if w is given, of the screen the widget w is displayed on)

Package

nodgui.

Source

winfo.lisp.

Function: send-wish-line (data)

Send data to wish shell. data are not processed so thy must be coupled with a ’gets’ from the TCL side, for example.

Note also that this function blocks the communication until wish read
the data (see the TCL proc: ’callbacks_validatecommand’ in tcl-glue-code.lisp)

Package

nodgui.

Source

wish-communication.lisp.

Function: sequence->vec2 (vec)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: serialize->layout (list)
Package

nodgui.

Source

styles.lisp.

Function: set-focus-next (widget next)
Package

nodgui.

Source

nodgui.lisp.

Function: set-root-toplevel-title (value)
Package

nodgui.

Source

widget.lisp.

Function: slurp-pixmap (type file)

Makes a instance of pixmap-derived class type with contents loaded from file: ’file’

Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: split-path-elements (path)
Package

nodgui.utils.

Source

utils.lisp.

Function: split-sequence (string at)
Package

nodgui.utils.

Source

utils.lisp.

Function: split-words (text)
Package

nodgui.utils.

Source

utils.lisp.

Function: start-wish (&key debug-tcl)
Package

nodgui.

Source

wish-communication.lisp.

Function: strcat (&rest chunks)
Package

nodgui.utils.

Source

utils.lisp.

Function: strcat* (chunks)
Package

nodgui.utils.

Source

utils.lisp.

Function: string-empty-p (s)
Package

nodgui.utils.

Source

utils.lisp.

Function: strip-prefix (string prefix)
Package

nodgui.utils.

Source

utils.lisp.

Function: strip-withespaces (string)
Package

nodgui.utils.

Source

utils.lisp.

Function: subdirectories (parent)
Package

nodgui.utils.

Source

utils.lisp.

Function: tcl-error->boolean (val)
Package

nodgui.utils.

Source

utils.lisp.

Function: tcl-init-code ()
Package

nodgui.tcl-glue-code.

Source

tcl-glue-code.lisp.

Function: tcl-send-data-code ()
Package

nodgui.tcl-glue-code.

Source

tcl-glue-code.lisp.

Function: text-input-dialog (parent title message &key text button-message padding-x padding-y)

A trivial dialog that waits for a textual input from user

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: theme-names ()
Package

nodgui.

Source

nodgui.lisp.

Function: time-date-of (time-list)
Package

nodgui.utils.

Source

utils.lisp.

Function: time-day-of (time-list)
Package

nodgui.utils.

Source

utils.lisp.

Function: time-daylight-p-of (time-list)
Package

nodgui.utils.

Source

utils.lisp.

Function: time-hour-of (time-list)
Package

nodgui.utils.

Source

utils.lisp.

Function: time-minutes-of (time-list)
Package

nodgui.utils.

Source

utils.lisp.

Function: time-month-of (time-list)
Package

nodgui.utils.

Source

utils.lisp.

Function: time-second-of (time-list)
Package

nodgui.utils.

Source

utils.lisp.

Function: time-year-of (time-list)
Package

nodgui.utils.

Source

utils.lisp.

Function: time-zone-of (time-list)
Package

nodgui.utils.

Source

utils.lisp.

Function: tkescape (text)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: tkescape2 (text)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: to-s (v)
Package

nodgui.utils.

Source

utils.lisp.

Function: to-stderr (control &rest things)
Package

nodgui.utils.

Source

utils.lisp.

Function: toplevel-pathname (widget)
Package

nodgui.

Source

winfo.lisp.

Function: treeview-column (tree column &rest options)

Query or modify the options for the specified column.

Package

nodgui.

Source

treeview.lisp.

Function: treeview-item (tree item &rest options)

Query or modify the options for the specified item.

Package

nodgui.

Source

treeview.lisp.

Function: trim (s &optional bag)
Package

nodgui.utils.

Source

utils.lisp.

Function: try-to-load-tcl-package (name)

Return non nil if the package has been successfully loaded

Package

nodgui.

Source

wish-communication.lisp.

Function: ubvec4 (x y z &optional w)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4* (vec val)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4+ (a b)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4- (a b)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4-dot-product (a b)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4-length (a)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4-normalize (a)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4/ (vec val)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4= (a b)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4p (a)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: ubvec4~ (a b)
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Function: up-arrow ()
Package

nodgui.utils.

Source

utils.lisp.

Function: use-theme (name)
Package

nodgui.

Source

nodgui.lisp.

Function: vec2 (x y)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2* (vec val)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2+ (a b)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2- (a b)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2-dot-product (a b)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2-length (a)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2-negate (a)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2-normalize (a)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2-perp-dot-product (a b)

|v1| |v2| sin(theta)

Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2-perpendicular (a)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2-rotate (v angle)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2-x (a)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2-y (a)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2/ (vec val)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2= (a b)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2p (a)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: vec2~ (a b)
Package

nodgui.vec2.

Source

vec2.lisp.

Function: wait-complete-redraw ()
Package

nodgui.

Source

nodgui.lisp.

Function: window-height (widget)
Package

nodgui.

Source

winfo.lisp.

Function: window-id (tl)

get the window id of the toplevel

Package

nodgui.

Source

toplevel.lisp.

Function: window-transient (tl win)

set the transient property of tl to be transient to win or nil. Please use transient in wm.lisp instead

Package

nodgui.

Source

toplevel.lisp.

Function: window-width (widget)
Package

nodgui.

Source

winfo.lisp.

Function: window-x (tl)

give the x position of the toplevel in pixels

Package

nodgui.

Source

toplevel.lisp.

Function: window-y (tl)

give the y position of the toplevel in pixels

Package

nodgui.

Source

toplevel.lisp.

Function: wish-init-code ()
Package

nodgui.tcl-glue-code.

Source

tcl-glue-code.lisp.

Reader: wish-stream (instance)
Writer: (setf wish-stream) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

stream.

Reader: wish-variables (instance)
Writer: (setf wish-variables) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

variables.

Reader: wm-attrib-alpha (instance)
Writer: (setf wm-attrib-alpha) (instance)
Package

nodgui.

Source

wm.lisp.

Target Slot

alpha.

Reader: wm-attrib-fullscreen (instance)
Writer: (setf wm-attrib-fullscreen) (instance)
Package

nodgui.

Source

wm.lisp.

Target Slot

fullscreen.

Reader: wm-attrib-topmost (instance)
Writer: (setf wm-attrib-topmost) (instance)
Package

nodgui.

Source

wm.lisp.

Target Slot

topmost.

Reader: wm-attrib-type (instance)
Writer: (setf wm-attrib-type) (instance)
Package

nodgui.

Source

wm.lisp.

Target Slot

type.

Reader: wm-attrib-zoomed (instance)
Writer: (setf wm-attrib-zoomed) (instance)
Package

nodgui.

Source

wm.lisp.

Target Slot

zoomed.

Function: wrap-with (s wrapper)
Package

nodgui.utils.

Source

utils.lisp.


6.1.5 Generic functions

Generic Function: add-history (entry txt)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: add-history ((entry history-entry) (txt string))
Generic Function: add-pane (window widget &rest options)
Package

nodgui.

Source

panedwindow.lisp.

Methods
Method: add-pane ((pw paned-window) (w widget) &rest options)
Generic Reader: all-series (object)
Generic Writer: (setf all-series) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: all-series ((series-holder series-holder))
Writer Method: (setf all-series) ((series-holder series-holder))

The data of this plot, must be instance of the struct ’series’ or derived

Source

plot.lisp.

Target Slot

all-series.

Generic Function: append-line (object text &rest tags)
Package

nodgui.

Source

text.lisp.

Methods
Method: append-line ((object scrolled-text) text &rest tags)
Method: append-line ((object text) text &rest tags)
Generic Function: append-text (txt text &rest tags)
Package

nodgui.

Source

text.lisp.

Methods
Method: append-text ((object scrolled-text) text &rest tags)
Method: append-text ((txt text) text &rest tags)
Generic Function: apply-style (object)
Package

nodgui.

Source

styles.lisp.

Methods
Method: apply-style ((object style))
Generic Reader: autocomplete-entry-widget (object)
Package

nodgui.mw.

Methods
Reader Method: autocomplete-entry-widget ((autocomplete-entry autocomplete-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

autocomplete-entry-widget.

Generic Writer: (setf autocomplete-entry-widget) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf autocomplete-entry-widget) ((autocomplete-entry autocomplete-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

autocomplete-entry-widget.

Generic Reader: autocomplete-function (object)
Generic Writer: (setf autocomplete-function) (object)
Package

nodgui.mw.

Methods
Reader Method: autocomplete-function ((autocomplete-entry autocomplete-entry))
Writer Method: (setf autocomplete-function) ((autocomplete-entry autocomplete-entry))

A function that accepts a single parameter and return two values:
- the list of candidates (or nil) that matches ‘hint’ and are suitable to complete the text contained in the entry;
- a list where each element is a list of index value that idicates the matching character in the corresponding string, for example:

first value: ("foo" "school")
second value: ((1 2) (3 4))

The matching character are the two ’o’ in the candidates.

Source

nodgui-mw.lisp.

Target Slot

autocomplete-function.

Generic Reader: autocomplete-function-hook (object)
Package

nodgui.mw.

Methods
Reader Method: autocomplete-function-hook ((autocomplete-listbox autocomplete-listbox))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

autocomplete-function-hook.

Generic Writer: (setf autocomplete-function-hook) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf autocomplete-function-hook) ((autocomplete-listbox autocomplete-listbox))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

autocomplete-function-hook.

Generic Function: bbox (item)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: bbox ((canvas canvas))
Method: bbox ((item canvas-item))
Generic Reader: bbox-fix (object)
Package

nodgui.shapes.

Methods
Reader Method: bbox-fix ((two-color-star two-color-star))

automatically generated reader method

Source

canvas-shapes.lisp.

Target Slot

bbox-fix.

Generic Writer: (setf bbox-fix) (object)
Package

nodgui.shapes.

Methods
Writer Method: (setf bbox-fix) ((two-color-star two-color-star))

automatically generated writer method

Source

canvas-shapes.lisp.

Target Slot

bbox-fix.

Generic Function: bind (w event fun &key append exclusive)
Package

nodgui.

Source

events.lisp.

Methods
Method: bind ((object dot-plot) event fun &key append exclusive)

Bind fun to event of the plot (to bind the data see ’bind-data’)

Source

plot.lisp.

Method: bind ((w canvas-item) event fun &key append exclusive)
Source

canvas.lisp.

Method: bind ((object string) event fun &key append exclusive)

bind fun to event within context indicated by string ie. ’all’ or ’Button’

Method: bind ((object widget) event fun &key append exclusive)

bind fun to event of the widget object

Generic Reader: bind-event (object)
Generic Writer: (setf bind-event) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: bind-event ((event-responsive-series event-responsive-series))
Writer Method: (setf bind-event) ((event-responsive-series event-responsive-series))

the event a point of a series is reactve to

Source

plot.lisp.

Target Slot

bind-event.

Generic Function: bind-last (object series event fn)
Package

nodgui.tklib.plot.

Source

plot.lisp.

Methods
Method: bind-last (object (series event-responsive-series) event fn)

Set the callback bound to the last added point

Generic Function: bind-series (object series event fn)
Package

nodgui.tklib.plot.

Source

plot.lisp.

Methods
Method: bind-series ((canvas canvas) (series event-responsive-series) event fn)

Set the callback bound to the last added point

Generic Reader: bits (object)
Generic Writer: (setf bits) (object)
Package

nodgui.pixmap.

Methods
Reader Method: bits ((pixmap pixmap))
Writer Method: (setf bits) ((pixmap pixmap))

This is the same of ’data’ slots but as a flat
vector (ex: #(RGBA R_1G_2B_1 ...)) Notes that this must be a simple-array of (unsigned-byte 8), use ’make-bits-array’ to ensure that this vector has the correct type.

Source

pixmap.lisp.

Target Slot

bits.

Generic Function: busy-forget (toplevel)
Package

nodgui.

Source

widget.lisp.

Methods
Method: busy-forget ((toplevel widget))
Generic Function: busy-hold (toplevel)
Package

nodgui.

Source

widget.lisp.

Methods
Method: busy-hold ((toplevel widget))
Generic Function: calc-scroll-region (canvas)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: calc-scroll-region ((canvas canvas))
Generic Reader: callback (object)
Generic Writer: (setf callback) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: callback ((event-responsive-series event-responsive-series))
Writer Method: (setf callback) ((event-responsive-series event-responsive-series))

the function called (with an ’event’ struct as parameter) when a bind-event is fired.

Source

plot.lisp.

Target Slot

callback.

Generic Function: cancel-tooltip (tooltip)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: cancel-tooltip ((tooltip tooltip))
Generic Reader: candidates-widget (object)
Package

nodgui.mw.

Methods
Reader Method: candidates-widget ((autocomplete-entry autocomplete-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

candidates-widget.

Generic Writer: (setf candidates-widget) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf candidates-widget) ((autocomplete-entry autocomplete-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

candidates-widget.

Generic Function: canvas (w)
Package

nodgui.

Source

widget.lisp.

Methods
Reader Method: canvas ((scrolled-canvas scrolled-canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

canvas.

Method: canvas ((canvas canvas))
Source

canvas.lisp.

Reader Method: canvas ((canvas-holder canvas-holder))

automatically generated reader method

Source

canvas.lisp.

Target Slot

canvas.

Reader Method: canvas ((scrolled-frame scrolled-frame))

automatically generated reader method

Source

nodgui.lisp.

Target Slot

canvas.

Generic Writer: (setf canvas) (object)
Package

nodgui.

Methods
Writer Method: (setf canvas) ((scrolled-canvas scrolled-canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

canvas.

Writer Method: (setf canvas) ((canvas-holder canvas-holder))

automatically generated writer method

Source

canvas.lisp.

Target Slot

canvas.

Writer Method: (setf canvas) ((scrolled-frame scrolled-frame))

automatically generated writer method

Source

nodgui.lisp.

Target Slot

canvas.

Generic Function: canvas-h (canvas)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: canvas-h ((canvas canvas))
Generic Function: canvas-w (canvas)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: canvas-w ((canvas canvas))
Generic Function: canvas-x (canvas screenx)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: canvas-x ((canvas canvas) screenx)
Generic Function: canvas-y (canvas screeny)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: canvas-y ((canvas canvas) screeny)
Generic Function: canvasx (canvas screenx)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: canvasx ((canvas canvas) screenx)
Generic Function: canvasy (canvas screeny)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: canvasy ((canvas canvas) screeny)
Generic Function: cget (widget option &key query-container &allow-other-keys)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: cget ((object scrolled-text) option &key query-container)
Source

text.lisp.

Method: cget ((widget widget) option &key &allow-other-keys)
Generic Function: children (tree item)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: children ((object scrolled-treeview) (item string))

List the children of item. Item must be contained in tree

Method: children ((object scrolled-treeview) (item tree-item))

List the children of item. Item must be contained in tree

Method: children ((tree treeview) (item string))
Method: children ((tree treeview) (item tree-item))

List the children of item. Item must be contained in tree

Generic Function: (setf children) (tree item)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: (setf children) ((object scrolled-treeview) item)

Set the children of a node: e.g. ’(setf (children tree item) (list item1 item2...))

Method: (setf children) ((tree treeview) (item tree-item))
Method: (setf children) ((tree treeview) item)
Generic Function: clear (widget)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: clear ((tooltip tooltip))
Source

nodgui-mw.lisp.

Method: clear ((canvas canvas))

delete all items within a canvas

Generic Function: clear-history (entry)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: clear-history ((entry history-entry))
Generic Function: clear-selection (object)
Package

nodgui.

Source

entry.lisp.

Methods
Method: clear-selection ((object entry))
Generic Function: clear-text (txt)
Package

nodgui.

Source

text.lisp.

Methods
Method: clear-text ((object scrolled-text))
Method: clear-text ((txt text))
Generic Reader: color (object)
Generic Writer: (setf color) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: color ((series series))
Writer Method: (setf color) ((series series))

plotted color of each datum

Source

plot.lisp.

Target Slot

color.

Generic Function: column-configure (tree column option value &rest rest)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: column-configure ((tree scrolled-treeview) column option value &rest rest)
Method: column-configure ((tree treeview) column option value &rest rest)
Generic Reader: column-values (object)
Generic Writer: (setf column-values) (object)
Package

nodgui.

Methods
Reader Method: column-values ((tree-item tree-item))
Writer Method: (setf column-values) ((tree-item tree-item))

The secondary (optional) values associed with this item

Source

treeview.lisp.

Target Slot

column-values.

Generic Function: command (widget)
Package

nodgui.

Source

widget.lisp.

Methods
Reader Method: command ((menuradiobutton menuradiobutton))

automatically generated reader method

Source

menuradiobutton.lisp.

Target Slot

command.

Reader Method: command ((menucheckbutton menucheckbutton))

automatically generated reader method

Source

menucheckbutton.lisp.

Target Slot

command.

Method: command ((widget widget))
Generic Function: (setf command) (widget)
Package

nodgui.

Source

widget.lisp.

Methods
Method: (setf command) ((object calendar))

Set the function to be called when a day is selected (by clicking), the function should accepts a parameter: the string corresponding the selected date in a format specified when the widget was instanced (see: make-calendar).

That date can be parsed by parse-selected-date

Source

calendar.lisp.

Method: (setf command) ((entry history-entry))
Source

nodgui-mw.lisp.

Method: (setf command) ((sp spinbox))
Source

spinbox.lisp.

Method: (setf command) ((scale scale))
Source

scale.lisp.

Writer Method: (setf command) ((menuradiobutton menuradiobutton))

automatically generated writer method

Source

menuradiobutton.lisp.

Target Slot

command.

Writer Method: (setf command) ((menucheckbutton menucheckbutton))

automatically generated writer method

Source

menucheckbutton.lisp.

Target Slot

command.

Method: (setf command) ((listbox listbox))
Source

listbox.lisp.

Method: (setf command) ((rb radio-button))
Source

radiobutton.lisp.

Method: (setf command) ((check-button check-button))
Source

checkbutton.lisp.

Method: (setf command) ((button button))
Source

button.lisp.

Generic Function: configure (widget option value &rest others)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: configure ((object autocomplete-entry) option value &rest others)
Source

nodgui-mw.lisp.

Method: configure ((object autocomplete-candidates) option value &rest others)
Source

nodgui-mw.lisp.

Method: configure ((tooltip tooltip) option value &rest others)
Source

nodgui-mw.lisp.

Method: configure ((item canvas-item) option value &rest others)
Source

canvas.lisp.

Method: configure ((object scrolled-text) option value &rest others)
Source

text.lisp.

Method: configure ((item menuentry) option value &rest others)
Source

menubutton.lisp.

Method: configure ((object button) option value &rest others)
Source

button.lisp.

Method: configure (widget option (value tkobject) &rest others)
Method: configure (widget option value &rest others)
Generic Function: coords (item)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: coords ((item canvas-item))
Generic Function: (setf coords) (item)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: (setf coords) ((item canvas-item))
Generic Function: cursor-index (widget)

returns the cursor index in the widget

Package

nodgui.

Source

entry.lisp.

Methods
Method: cursor-index ((object scrolled-text))
Source

text.lisp.

Method: cursor-index ((text text))
Source

text.lisp.

Method: cursor-index ((e entry))
Generic Reader: data (object)
Package

nodgui.pixmap.

Methods
Reader Method: data ((photo-image photo-image))

automatically generated reader method

Source

photo-image.lisp.

Target Slot

data.

Reader Method: data ((pixmap pixmap))

A vector of ’nodgui.ubvec4:ubvec4’, each element
of the latter i a (unsigned-byte 8) representing a single color channel of this bitmap. Example: #(#(Red Green Blue Alpha) ...)

Source

pixmap.lisp.

Target Slot

data.

Generic Writer: (setf data) (object)
Package

nodgui.pixmap.

Methods
Writer Method: (setf data) ((photo-image photo-image))

automatically generated writer method

Source

photo-image.lisp.

Target Slot

data.

Writer Method: (setf data) ((pixmap pixmap))

A vector of ’nodgui.ubvec4:ubvec4’, each element
of the latter i a (unsigned-byte 8) representing a single color channel of this bitmap. Example: #(#(Red Green Blue Alpha) ...)

Source

pixmap.lisp.

Target Slot

data.

Generic Reader: data (object)
Package

nodgui.mw.

Methods
Reader Method: data ((searchable-listbox searchable-listbox))

The items of this listbox

Source

nodgui-mw.lisp.

Target Slot

data.

Reader Method: data ((list-select list-select))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

data.

Reader Method: data ((gtree gtree))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

data.

Reader Method: data ((treelist treelist))

root node to be displayed (its children fill the first box)

Source

nodgui-mw.lisp.

Target Slot

data.

Generic Function: (setf data) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf data) ((searchable-listbox searchable-listbox))

The items of this listbox

Source

nodgui-mw.lisp.

Target Slot

data.

Writer Method: (setf data) :after ((select list-select))
Source

nodgui-mw.lisp.

Target Slot

data.

Method: (setf data) ((list-select list-select))

automatically generated writer method

Source

nodgui-mw.lisp.

Writer Method: (setf data) ((gtree gtree))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

data.

Writer Method: (setf data) ((treelist treelist))

root node to be displayed (its children fill the first box)

Source

nodgui-mw.lisp.

Target Slot

data.

Generic Function: deiconify (toplevel)
Package

nodgui.

Source

wm.lisp.

Methods
Method: deiconify ((object (eql #<nodgui:widget {1005424cf3}>)))
Method: deiconify ((tl toplevel))
Generic Function: delete-in-range (object start-index &optional end-index)
Package

nodgui.

Source

text.lisp.

Methods
Method: delete-in-range ((object scrolled-text) start-index &optional end-index)
Method: delete-in-range ((object text) start-index &optional end-index)
Generic Function: delete@ (sequence position)
Package

nodgui.utils.

Source

utils.lisp.

Methods
Method: delete@ ((sequence vector) position)
Method: delete@ ((sequence list) position)
Generic Function: draw-on-canvas (object destination &key error-bar-color &allow-other-keys)
Package

nodgui.tklib.plot.

Source

plot.lisp.

Methods
Method: draw-on-canvas ((object bar-chart) (destination canvas) &key &allow-other-keys)
Method: draw-on-canvas :after ((object dot-plot) (destination canvas) &key error-bar-color)

Draw a scatter plot on a canvas.
The plot must be initialized with series (see: the ’all-series’ slot of ’plot’ class)

- object: a ’dot-plot’ instance;
- destination a ’canvas’ instance;
- error-bar-color: a string or named color like: "#FF0000" or #%red%;

example:

(with-nodgui ()
(let ((canvas (make-canvas nil :width 800 :height 600))
(plot (make-instance dot-plot
:all-series (list (make-dot-series :xs ’(10 20 30) :ys ’(20 40 60) :errors ’(1.5 0.5 2.5) :legend "data" :color #%red%))))) (grid canvas 0 0 :sticky :news)
(draw-on-canvas plot canvas)))

Method: draw-on-canvas ((object xy-plot) (destination canvas) &key &allow-other-keys)
Generic Function: emptyp (object)
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Methods
Method: emptyp ((object synchronized-queue))
Generic Reader: entries (object)
Generic Writer: (setf entries) (object)
Package

nodgui.mw.

Methods
Reader Method: entries ((treelist treelist))
Writer Method: (setf entries) ((treelist treelist))

array of the lists displayed in the listbox

Source

nodgui-mw.lisp.

Target Slot

entries.

Generic Reader: entry (object)
Package

nodgui.

Methods
Reader Method: entry ((test-widget test-widget))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

entry.

Reader Method: entry ((searchable-listbox searchable-listbox))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

entry.

Generic Writer: (setf entry) (object)
Package

nodgui.

Methods
Writer Method: (setf entry) ((test-widget test-widget))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

entry.

Writer Method: (setf entry) ((searchable-listbox searchable-listbox))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

entry.

Generic Reader: entry-label (object)
Generic Writer: (setf entry-label) (object)
Package

nodgui.mw.

Methods
Reader Method: entry-label ((searchable-listbox searchable-listbox))
Writer Method: (setf entry-label) ((searchable-listbox searchable-listbox))

The label near the text entry where filter criteria is typed

Source

nodgui-mw.lisp.

Target Slot

entry-label.

Generic Function: erase-plot (object)
Package

nodgui.tklib.plot.

Source

plot.lisp.

Methods
Method: erase-plot ((object plot))
Generic Reader: errors (object)
Package

nodgui.pixmap.

Methods
Reader Method: errors ((pixmap-file pixmap-file))

automatically generated reader method

Source

pixmap.lisp.

Target Slot

errors.

Generic Writer: (setf errors) (object)
Package

nodgui.pixmap.

Methods
Writer Method: (setf errors) ((pixmap-file pixmap-file))

automatically generated writer method

Source

pixmap.lisp.

Target Slot

errors.

Generic Reader: errors (object)
Generic Writer: (setf errors) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: errors ((dot-series dot-series))
Writer Method: (setf errors) ((dot-series dot-series))

a list of statistical error for each point of the series

Source

plot.lisp.

Target Slot

errors.

Generic Function: eval-tcl-file (object)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: eval-tcl-file ((object pathname))

This function will feed the TCL interpreter with the contents of the file ‘file-path’. Please, as this function will load and execute a script, ensure to
load files only from trusted sources otherwise severe security problem may arise.

Method: eval-tcl-file ((object string))

This function will feed the TCL interpreter with the contents of the file ‘file-path’. Please, as this function will load and execute a script, ensure to
load files only from trusted sources otherwise severe security problem may arise.

Generic Function: exit-from-modal-toplevel (object)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: exit-from-modal-toplevel ((object modal-toplevel))
Generic Function: fetch-layout (object)
Package

nodgui.

Source

styles.lisp.

Methods
Method: fetch-layout ((object style))
Method: fetch-layout ((object symbol))
Method: fetch-layout ((object string))
Generic Reader: fill-color (object)
Generic Writer: (setf fill-color) (object)
Package

nodgui.shapes.

Methods
Reader Method: fill-color ((shape shape))
Writer Method: (setf fill-color) ((shape shape))

The inner color of this shape

Source

canvas-shapes.lisp.

Target Slot

fill-color.

Generic Function: find-cursor (object)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: find-cursor ((object string))
Method: find-cursor ((object symbol))
Generic Function: fit-words-to-text-widget (object text font)
Package

nodgui.

Source

text.lisp.

Methods
Method: fit-words-to-text-widget ((object scrolled-text) text font)

This method will split ’text’ into words o and will fits it to the width of the object this method specializes, words are never splitted (i.e. no hyphenation)

Generic Function: forget-pane (window widget)
Package

nodgui.

Source

panedwindow.lisp.

Methods
Method: forget-pane ((pw paned-window) (w widget))
Generic Function: geometry (toplevel)
Package

nodgui.

Source

wm.lisp.

Methods
Method: geometry ((tl widget))
Generic Function: (setf geometry) (widget)
Package

nodgui.

Source

wm.lisp.

Methods
Method: (setf geometry) ((tl widget))
Generic Function: grab (toplevel &key global)
Package

nodgui.

Source

widget.lisp.

Methods
Method: grab ((toplevel widget) &key global)
Generic Function: grab-release (toplevel)
Package

nodgui.

Source

widget.lisp.

Methods
Method: grab-release ((toplevel widget))
Generic Function: grid (widget row column &key columnspan ipadx ipady padx pady rowspan sticky)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: grid ((object autocomplete-entry) row column &key columnspan ipadx ipady padx pady rowspan sticky)
Source

nodgui-mw.lisp.

Method: grid ((w widget) row column &key columnspan ipadx ipady padx pady rowspan sticky)
Generic Function: grid-columnconfigure (widget c o v)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: grid-columnconfigure (widget column option value)
Generic Function: grid-configure (widget o v)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: grid-configure (widget option value)
Generic Function: grid-forget (widget)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: grid-forget ((w widget))
Generic Function: grid-rowconfigure (widget r o v)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: grid-rowconfigure (widget row option value)
Generic Function: h-mirror (object)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: h-mirror ((object pixmap))

Make a symmetric copy of a pixmap using an horizontal line placed on the middle of the pixture as reflection plane

Generic Reader: handle (object)
Package

nodgui.

Methods
Reader Method: handle ((handle-holder handle-holder))

The internal identifier of this series (do not touch it!)

Source

plot.lisp.

Target Slot

handle.

Reader Method: handle ((series series))

the internal identifier of this series (do not touch it!)

Source

plot.lisp.

Target Slot

handle.

Reader Method: handle ((canvas-handler-holder canvas-handler-holder))

The TK handle (the ID) of this object.

Source

canvas-shapes.lisp.

Target Slot

handle.

Reader Method: handle ((canvas-item canvas-item))

automatically generated reader method

Source

canvas.lisp.

Target Slot

handle.

Generic Writer: (setf handle) (object)
Package

nodgui.

Methods
Writer Method: (setf handle) ((handle-holder handle-holder))

The internal identifier of this series (do not touch it!)

Source

plot.lisp.

Target Slot

handle.

Writer Method: (setf handle) ((series series))

the internal identifier of this series (do not touch it!)

Source

plot.lisp.

Target Slot

handle.

Writer Method: (setf handle) ((canvas-handler-holder canvas-handler-holder))

The TK handle (the ID) of this object.

Source

canvas-shapes.lisp.

Target Slot

handle.

Writer Method: (setf handle) ((canvas-item canvas-item))

automatically generated writer method

Source

canvas.lisp.

Target Slot

handle.

Generic Function: height (object)
Package

nodgui.pixmap.

Source

canvas.lisp.

Methods
Method: height (object)
Reader Method: height ((pixmap pixmap))

Height (in pixel) of this pixmap

Source

pixmap.lisp.

Target Slot

height.

Generic Writer: (setf height) (object)
Package

nodgui.pixmap.

Methods
Writer Method: (setf height) ((pixmap pixmap))

Height (in pixel) of this pixmap

Source

pixmap.lisp.

Target Slot

height.

Generic Function: hide-candidates (object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: hide-candidates ((object autocomplete-entry))
Method: hide-candidates ((object null))
Method: hide-candidates ((object autocomplete-candidates))
Generic Function: highlight-text (object start-index &key tag-name end-index)
Package

nodgui.

Source

text.lisp.

Methods
Method: highlight-text ((object scrolled-text) start-index &key tag-name end-index)
Method: highlight-text ((object text) start-index &key tag-name end-index)
Generic Function: highlight-text-line (object line-index &key tag-name)
Package

nodgui.

Source

text.lisp.

Methods
Method: highlight-text-line ((object scrolled-text) line-index &key tag-name)
Method: highlight-text-line ((object text) line-index &key tag-name)
Generic Reader: history (object)
Package

nodgui.mw.

Methods
Reader Method: history ((history-entry history-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

history.

Generic Writer: (setf history) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf history) ((history-entry history-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

history.

Generic Reader: hscroll (object)
Package

nodgui.

Methods
Reader Method: hscroll ((scrolled-canvas scrolled-canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

hscroll.

Reader Method: hscroll ((scrolled-text scrolled-text))

automatically generated reader method

Source

text.lisp.

Target Slot

hscroll.

Reader Method: hscroll ((scrolled-listbox scrolled-listbox))

automatically generated reader method

Source

listbox.lisp.

Target Slot

hscroll.

Reader Method: hscroll ((scrolled-treeview scrolled-treeview))

automatically generated reader method

Source

treeview.lisp.

Target Slot

hscroll.

Reader Method: hscroll ((scrolled-frame scrolled-frame))

automatically generated reader method

Source

nodgui.lisp.

Target Slot

hscroll.

Generic Writer: (setf hscroll) (object)
Package

nodgui.

Methods
Writer Method: (setf hscroll) ((scrolled-canvas scrolled-canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

hscroll.

Writer Method: (setf hscroll) ((scrolled-text scrolled-text))

automatically generated writer method

Source

text.lisp.

Target Slot

hscroll.

Writer Method: (setf hscroll) ((scrolled-listbox scrolled-listbox))

automatically generated writer method

Source

listbox.lisp.

Target Slot

hscroll.

Writer Method: (setf hscroll) ((scrolled-treeview scrolled-treeview))

automatically generated writer method

Source

treeview.lisp.

Target Slot

hscroll.

Writer Method: (setf hscroll) ((scrolled-frame scrolled-frame))

automatically generated writer method

Source

nodgui.lisp.

Target Slot

hscroll.

Generic Function: icon-photo (object photo)
Package

nodgui.

Source

wm.lisp.

Methods
Method: icon-photo ((object widget) (photo photo-image))
Generic Function: icon-window (toplevel win-id)
Package

nodgui.

Source

wm.lisp.

Methods
Method: icon-window ((tl toplevel) win-id)
Generic Function: iconify (toplevel)
Package

nodgui.

Source

wm.lisp.

Methods
Method: iconify ((object (eql #<nodgui:widget {1005424cf3}>)))
Method: iconify ((tl toplevel))
Generic Function: iconwindow (toplevel win-id)
Package

nodgui.

Source

wm.lisp.

Methods
Method: iconwindow ((tl toplevel) win-id)
Generic Reader: id (object)
Package

nodgui.

Methods
Reader Method: id ((tree-item tree-item))

automatically generated reader method

Source

treeview.lisp.

Target Slot

id.

Generic Writer: (setf id) (object)
Package

nodgui.

Methods
Writer Method: (setf id) ((tree-item tree-item))

automatically generated writer method

Source

treeview.lisp.

Target Slot

id.

Generic Reader: image (object)
Package

nodgui.

Methods
Reader Method: image ((tree-item tree-item))

automatically generated reader method

Source

treeview.lisp.

Target Slot

image.

Generic Function: (setf image) (widget)
Package

nodgui.

Source

widget.lisp.

Methods
Method: (setf image) ((button button))
Source

button.lisp.

Writer Method: (setf image) ((item tree-item))
Source

treeview.lisp.

Target Slot

image.

Generic Function: image-load (p filename)
Package

nodgui.

Source

photo-image.lisp.

Methods
Method: image-load ((p photo-image) filename)
Generic Reader: index (object)
Package

nodgui.

Methods
Reader Method: index ((tree-entry tree-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

index.

Reader Method: index ((tree-item tree-item))

the position of this node among to its siblings

Source

treeview.lisp.

Target Slot

index.

Generic Writer: (setf index) (object)
Package

nodgui.

Methods
Writer Method: (setf index) ((tree-entry tree-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

index.

Writer Method: (setf index) ((tree-item tree-item))

the position of this node among to its siblings

Source

treeview.lisp.

Target Slot

index.

Generic Reader: inner-text (object)
Package

nodgui.

Methods
Reader Method: inner-text ((scrolled-text scrolled-text))

automatically generated reader method

Source

text.lisp.

Target Slot

inner-text.

Generic Writer: (setf inner-text) (object)
Package

nodgui.

Methods
Writer Method: (setf inner-text) ((scrolled-text scrolled-text))

automatically generated writer method

Source

text.lisp.

Target Slot

inner-text.

Generic Function: insert-image (object image &optional coordinates)
Package

nodgui.

Source

text.lisp.

Methods
Method: insert-image ((object scrolled-text) image-resource &optional coordinates)
Method: insert-image ((object text) (image-resource photo-image) &optional coordinates)
Method: insert-image ((object text) (image-resource string) &optional coordinates)
Method: insert-image ((object text) (image-resource vector) &optional coordinates)
Method: insert-image ((object text) (image-resource pathname) &optional coordinates)
Generic Function: insert-object (txt object)
Package

nodgui.

Source

text.lisp.

Methods
Method: insert-object ((object scrolled-text) obj)
Method: insert-object ((txt text) obj)
Generic Function: insert-text (object text &optional coordinates)
Package

nodgui.

Source

text.lisp.

Methods
Method: insert-text ((object scrolled-text) string &optional coordinates)
Method: insert-text ((object text) string &optional coordinates)
Generic Function: insert-window (txt object &optional coordinates)
Package

nodgui.

Source

text.lisp.

Methods
Method: insert-window ((object scrolled-text) obj &optional coordinates)
Method: insert-window ((txt text) obj &optional coordinates)
Generic Reader: interior (object)
Package

nodgui.

Methods
Reader Method: interior ((scrolled-frame scrolled-frame))

automatically generated reader method

Source

nodgui.lisp.

Target Slot

inner.

Generic Writer: (setf interior) (object)
Package

nodgui.

Methods
Writer Method: (setf interior) ((scrolled-frame scrolled-frame))

automatically generated writer method

Source

nodgui.lisp.

Target Slot

inner.

Generic Function: item-configure (widget item option value)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: item-configure ((widget canvas) item option (value tkobject))
Method: item-configure ((widget canvas) item option value)
Generic Function: item-delete (canvas item)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: item-delete ((canvas canvas) (item canvas-item))
Method: item-delete ((canvas canvas) (item string))
Method: item-delete ((canvas canvas) (item integer))
Generic Function: item-move (canvas item dx dy)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: item-move ((canvas canvas) item dx dy)
Method: item-move ((canvas canvas) (item integer) dx dy)
Generic Function: item-move-to (object item-handle x y)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: item-move-to ((object canvas) (item-handle integer) x y)
Generic Function: item-raise (widget item &optional above)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: item-raise ((widget canvas) item &optional above)
Generic Function: itembind (canvas w event fun)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: itembind ((canvas canvas) (item integer) event fun)

bind fun to event of the widget w

Method: itembind ((canvas canvas) (item canvas-item) event fun)
Generic Function: itemconfigure (widget item option value)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: itemconfigure ((widget canvas) item option (value tkobject))
Method: itemconfigure ((widget canvas) item option value)
Generic Function: itemdelete (canvas item)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: itemdelete ((canvas canvas) (item canvas-item))
Method: itemdelete ((canvas canvas) (item integer))
Generic Function: itemlower (w i &optional below)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: itemlower ((widget canvas) item &optional below)
Generic Function: itemmove (canvas item dx dy)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: itemmove ((canvas canvas) item dx dy)
Method: itemmove ((canvas canvas) (item canvas-item) dx dy)
Method: itemmove ((canvas canvas) (item integer) dx dy)
Generic Function: itemraise (w i &optional above)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: itemraise ((widget canvas) item &optional above)
Generic Function: items (object)
Package

nodgui.

Methods
Reader Method: items ((multifont-listbox multifont-listbox))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

items.

Method: items ((object scrolled-treeview))

Get the items of this treeview

Source

treeview.lisp.

Reader Method: items ((treeview treeview))

automatically generated reader method

Source

treeview.lisp.

Target Slot

items.

Generic Function: (setf items) (object)
Package

nodgui.

Methods
Writer Method: (setf items) ((multifont-listbox multifont-listbox))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

items.

Method: (setf items) ((object scrolled-treeview))

Set the items of this treeview

Source

treeview.lisp.

Writer Method: (setf items) ((treeview treeview))

automatically generated writer method

Source

treeview.lisp.

Target Slot

items.

Generic Function: join-with-strings (strings junction)
Package

nodgui.utils.

Source

utils.lisp.

Methods
Method: join-with-strings ((strings string) junction)
Method: join-with-strings ((strings list) junction)
Generic Function: launch-autocompletion (object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: launch-autocompletion ((object autocomplete-listbox))
Generic Function: layout-configure (object layout)
Package

nodgui.

Source

styles.lisp.

Methods
Method: layout-configure ((object string) layout)
Method: layout-configure ((object symbol) layout)
Method: layout-configure ((object style) (layout list))
Generic Reader: left-side (object)
Package

nodgui.shapes.

Methods
Reader Method: left-side ((two-color-star two-color-star))

automatically generated reader method

Source

canvas-shapes.lisp.

Target Slot

left-side.

Generic Writer: (setf left-side) (object)
Package

nodgui.shapes.

Methods
Writer Method: (setf left-side) ((two-color-star two-color-star))

automatically generated writer method

Source

canvas-shapes.lisp.

Target Slot

left-side.

Generic Function: left-side-handle (object)
Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Methods
Method: left-side-handle ((object two-color-star))
Generic Reader: legend (object)
Generic Writer: (setf legend) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: legend ((series series))
Writer Method: (setf legend) ((series series))

a descriptive label (shown on the plot) for this series

Source

plot.lisp.

Target Slot

legend.

Generic Function: line-info (object &optional index)
Package

nodgui.

Source

text.lisp.

Methods
Method: line-info ((object scrolled-text) &optional coordinates)
Method: line-info ((object text) &optional coordinates)

Returns a plist of line information, keys are: :x, :y, :w, :h, :baseline.

Generic Function: list-select-display (select item)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: list-select-display ((ls list-select) (entry list-select-demo-entry))
Method: list-select-display ((select list-select) item)
Generic Reader: listbox (object)
Package

nodgui.

Methods
Reader Method: listbox ((autocomplete-candidates autocomplete-candidates))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

listbox.

Reader Method: listbox ((searchable-listbox searchable-listbox))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

listbox.

Reader Method: listbox ((treelist treelist))

array with the displayed listboxes

Source

nodgui-mw.lisp.

Target Slot

listbox.

Reader Method: listbox ((scrolled-listbox scrolled-listbox))

automatically generated reader method

Source

listbox.lisp.

Target Slot

listbox.

Generic Writer: (setf listbox) (object)
Package

nodgui.

Methods
Writer Method: (setf listbox) ((autocomplete-candidates autocomplete-candidates))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

listbox.

Writer Method: (setf listbox) ((searchable-listbox searchable-listbox))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

listbox.

Writer Method: (setf listbox) ((treelist treelist))

array with the displayed listboxes

Source

nodgui-mw.lisp.

Target Slot

listbox.

Writer Method: (setf listbox) ((scrolled-listbox scrolled-listbox))

automatically generated writer method

Source

listbox.lisp.

Target Slot

listbox.

Generic Function: listbox-all-values (object)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-all-values ((object autocomplete-candidates))
Source

nodgui-mw.lisp.

Method: listbox-all-values ((object multifont-listbox))
Source

nodgui-mw.lisp.

Method: listbox-all-values ((object searchable-listbox))
Source

nodgui-mw.lisp.

Method: listbox-all-values ((object scrolled-listbox))
Method: listbox-all-values ((object listbox))

Get all values of a listbox

Generic Function: listbox-append (l vals)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-append ((l autocomplete-candidates) values)
Source

nodgui-mw.lisp.

Method: listbox-append ((object multifont-listbox) vals)
Source

nodgui-mw.lisp.

Method: listbox-append ((object multifont-listbox) (vals list))
Source

nodgui-mw.lisp.

Method: listbox-append ((object searchable-listbox) (values list))
Source

nodgui-mw.lisp.

Method: listbox-append ((l scrolled-listbox) values)
Method: listbox-append ((l listbox) values)

append values (which may be a list) to the list box

Generic Function: listbox-clear (l &optional start end)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-clear ((object autocomplete-candidates) &optional start end)
Source

nodgui-mw.lisp.

Method: listbox-clear ((object multifont-listbox) &optional start end)
Source

nodgui-mw.lisp.

Method: listbox-clear ((object searchable-listbox) &optional start end)
Source

nodgui-mw.lisp.

Method: listbox-clear ((object scrolled-listbox) &optional start end)
Method: listbox-clear ((l listbox) &optional start end)

Clear selected elements of this listbox

Generic Function: listbox-colorize-item (object index &key background foreground)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-colorize-item ((object scrolled-listbox) (index number) &key background foreground)
Method: listbox-colorize-item ((object listbox) (index number) &key background foreground)
Generic Function: listbox-configure (l i &rest options)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-configure ((l listbox) index &rest options)
Generic Function: listbox-delete (l &optional start end)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-delete ((object autocomplete-candidates) &optional start end)
Source

nodgui-mw.lisp.

Method: listbox-delete ((object multifont-listbox) &optional start end)
Source

nodgui-mw.lisp.

Method: listbox-delete ((object searchable-listbox) &optional start end)
Source

nodgui-mw.lisp.

Method: listbox-delete ((object scrolled-listbox) &optional start end)
Method: listbox-delete ((l listbox) &optional start end)

Delete elements from listbox

Generic Function: listbox-export-selection (object value)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-export-selection ((object autocomplete-candidates) value)
Source

nodgui-mw.lisp.

Method: listbox-export-selection ((object searchable-listbox) value)
Source

nodgui-mw.lisp.

Method: listbox-export-selection ((object scrolled-listbox) value)
Method: listbox-export-selection ((object listbox) value)
Generic Function: listbox-get-selection (l)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-get-selection ((l autocomplete-candidates))
Source

nodgui-mw.lisp.

Method: listbox-get-selection ((object searchable-listbox))
Source

nodgui-mw.lisp.

Method: listbox-get-selection ((l scrolled-listbox))
Method: listbox-get-selection ((l listbox))

please use listbox-get-selection-index; if you want the *value* of the selection use: listbox-get-selection-index instead

Generic Function: listbox-get-selection-index (l)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-get-selection-index ((object autocomplete-candidates))
Source

nodgui-mw.lisp.

Method: listbox-get-selection-index ((object multifont-listbox))
Source

nodgui-mw.lisp.

Method: listbox-get-selection-index ((object searchable-listbox))
Source

nodgui-mw.lisp.

Method: listbox-get-selection-index ((object scrolled-listbox))
Method: listbox-get-selection-index ((object listbox))
Generic Function: listbox-get-selection-value (l)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-get-selection-value ((object autocomplete-candidates))
Source

nodgui-mw.lisp.

Method: listbox-get-selection-value ((object multifont-listbox))
Source

nodgui-mw.lisp.

Method: listbox-get-selection-value ((object searchable-listbox))
Source

nodgui-mw.lisp.

Method: listbox-get-selection-value ((object scrolled-listbox))
Method: listbox-get-selection-value ((object listbox))
Generic Function: listbox-insert (l index values)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-insert ((l listbox) index values)
Generic Function: listbox-move-selection (object offset)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-move-selection ((object autocomplete-candidates) offset)
Source

nodgui-mw.lisp.

Method: listbox-move-selection ((object multifont-listbox) offset)
Source

nodgui-mw.lisp.

Method: listbox-move-selection ((object scrolled-listbox) offset)
Method: listbox-move-selection ((object listbox) offset)
Generic Function: listbox-nearest (listbox y)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-nearest ((l listbox) y)
Generic Function: listbox-select (l val)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-select ((l autocomplete-candidates) val)
Source

nodgui-mw.lisp.

Method: listbox-select ((object multifont-listbox) (val null))
Source

nodgui-mw.lisp.

Method: listbox-select ((object multifont-listbox) (val number))

modify the selection in listbox, if nil is given, the selection is cleared, if a number is given the corresponding element is selected.

Source

nodgui-mw.lisp.

Method: listbox-select ((object searchable-listbox) val)
Source

nodgui-mw.lisp.

Method: listbox-select ((l scrolled-listbox) val)
Method: listbox-select ((l listbox) val)

modify the selection in listbox, if nil is given, the selection is cleared, if a number is given the corresponding element is selected, alternatively a list of numbers may be given

Generic Function: listbox-select-mode (object mode)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-select-mode ((object autocomplete-candidates) (mode symbol))
Source

nodgui-mw.lisp.

Method: listbox-select-mode ((object searchable-listbox) (mode symbol))
Source

nodgui-mw.lisp.

Method: listbox-select-mode ((object scrolled-listbox) (mode symbol))
Method: listbox-select-mode ((object listbox) (mode symbol))
Generic Function: listbox-size (object)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-size ((l autocomplete-candidates))
Source

nodgui-mw.lisp.

Method: listbox-size ((object multifont-listbox))
Source

nodgui-mw.lisp.

Method: listbox-size ((object scrolled-listbox))
Method: listbox-size ((object listbox))
Generic Function: listbox-values-in-range (object &key from to)
Package

nodgui.

Source

listbox.lisp.

Methods
Method: listbox-values-in-range ((object autocomplete-candidates) &key from to)
Source

nodgui-mw.lisp.

Method: listbox-values-in-range ((object multifont-listbox) &key from to)
Source

nodgui-mw.lisp.

Method: listbox-values-in-range ((object searchable-listbox) &key from to)
Source

nodgui-mw.lisp.

Method: listbox-values-in-range ((object scrolled-listbox) &key from to)
Method: listbox-values-in-range ((object listbox) &key from to)

Get the values of the entries in a listbox in range [from to]

Generic Function: load-from-stream (object stream)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: load-from-stream ((object jpeg) (stream stream))
Method: load-from-stream ((object tga) (stream stream))
Generic Function: load-text (txt filename)
Package

nodgui.

Source

text.lisp.

Methods
Method: load-text ((object text) filename)

load the content of the file <filename>

Generic Function: lower (widget &optional other)
Package

nodgui.

Source

widget.lisp.

Methods
Method: lower ((item canvas-item) &optional below)
Source

canvas.lisp.

Method: lower ((widget widget) &optional other)
Generic Function: make-image (data &optional w h channels)
Package

nodgui.

Source

photo-image.lisp.

Methods
Method: make-image ((object pathname) &optional w h channels)
Method: make-image ((object pixmap) &optional w h channels)
Method: make-image ((object vector) &optional w h channels)
Method: make-image ((object string) &optional w h channels)

If object is a valid local file path is threated as a pathname, otherwise the string must be base64 encoded image. Note in both cases only PNG or
GIF are supported but if tjimg is used more format are available!

Package

nodgui.

Source

text.lisp.

Methods
Generic Function: make-text-tag-button (object tag-name button-1-callback &key button-2-callback button-3-callback over-callback leave-callback cursor-over cursor-outside)
Package

nodgui.

Source

text.lisp.

Methods
Method: make-text-tag-button ((object scrolled-text) tag-name button-1-callback &key button-2-callback button-3-callback over-callback leave-callback cursor-over cursor-outside)
Method: make-text-tag-button ((object text) tag-name button-1-callback &key button-2-callback button-3-callback cursor-over over-callback leave-callback cursor-outside)
Generic Reader: master (object)
Generic Writer: (setf master) (object)
Package

nodgui.

Methods
Reader Method: master ((widget widget))
Writer Method: (setf master) ((widget widget))

parent widget or nil

Source

widget.lisp.

Target Slot

master.

Generic Reader: matching-fn (object)
Generic Writer: (setf matching-fn) (object)
Package

nodgui.mw.

Methods
Reader Method: matching-fn ((searchable-listbox searchable-listbox))
Writer Method: (setf matching-fn) ((searchable-listbox searchable-listbox))

The filter function for list entries, if values
nil the entry is removed or uselected depending of the value of ’remove-non-matching-p’. The parameter ar the text of ’entry’ and the value of the item.

Source

nodgui-mw.lisp.

Target Slot

matching-fn.

Generic Reader: maximum (object)
Generic Writer: (setf maximum) (object)
Package

nodgui.

Methods
Reader Method: maximum ((axis-conf axis-conf))
Writer Method: (setf maximum) ((axis-conf axis-conf))

maximum value for the axis

Source

plot.lisp.

Target Slot

maximum.

Generic Function: maximum-lines-number (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: maximum-lines-number ((object scrolled-text))
Method: maximum-lines-number ((object text))
Generic Function: maxsize (widget x y)
Package

nodgui.

Source

wm.lisp.

Methods
Method: maxsize ((w widget) x y)
Generic Function: menu-delete (menu index &optional end)
Package

nodgui.

Source

menu.lisp.

Methods
Method: menu-delete ((menu menu) index &optional end)
Generic Function: minsize (widget x y)
Package

nodgui.

Source

wm.lisp.

Methods
Method: minsize ((w widget) x y)
Generic Function: move (item dx dy)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: move ((item canvas-item) dx dy)
Generic Function: move-cursor-next-char (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: move-cursor-next-char ((object scrolled-text))
Method: move-cursor-next-char ((object text))
Generic Function: move-cursor-next-line (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: move-cursor-next-line ((object scrolled-text))
Method: move-cursor-next-line ((object text))
Generic Function: move-cursor-previous-char (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: move-cursor-previous-char ((object scrolled-text))
Method: move-cursor-previous-char ((object text))
Generic Function: move-cursor-previous-line (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: move-cursor-previous-line ((object scrolled-text))
Method: move-cursor-previous-line ((object text))
Generic Function: move-cursor-to (object index)
Package

nodgui.

Source

text.lisp.

Methods
Method: move-cursor-to ((object scrolled-text) index)
Method: move-cursor-to ((object text) index)
Generic Function: move-cursor-to-first-visible-line (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: move-cursor-to-first-visible-line ((object scrolled-text))
Method: move-cursor-to-first-visible-line ((object text))
Generic Function: move-cursor-to-last-line (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: move-cursor-to-last-line ((object scrolled-text))
Method: move-cursor-to-last-line ((object text))
Generic Function: move-cursor-to-last-visible-line (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: move-cursor-to-last-visible-line ((object scrolled-text))

Note: there is a bad heuristic involved in this function, column position could be wrong if the latest visible line uses a font different from the default (expecially if such a font is smaller than the size of the default one

Method: move-cursor-to-last-visible-line ((object text))
Generic Function: move-to (object x y)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: move-to ((object canvas-item) x y)
Generic Reader: name (object)
Package

nodgui.

Methods
Reader Method: name ((style style))

automatically generated reader method

Source

styles.lisp.

Target Slot

name.

Reader Method: name ((tkobject tkobject))

automatically generated reader method

Source

widget.lisp.

Target Slot

name.

Generic Writer: (setf name) (object)
Package

nodgui.

Methods
Writer Method: (setf name) ((style style))

automatically generated writer method

Source

styles.lisp.

Target Slot

name.

Writer Method: (setf name) ((tkobject tkobject))

automatically generated writer method

Source

widget.lisp.

Target Slot

name.

Generic Function: normalize (toplevel)
Package

nodgui.

Source

wm.lisp.

Methods
Method: normalize ((tl widget))
Generic Function: notebook-add (nb widget &rest options)
Package

nodgui.

Source

notebook.lisp.

Methods
Method: notebook-add ((nb notebook) (w widget) &rest options)
Generic Function: notebook-enable-traversal (nb)
Package

nodgui.

Source

notebook.lisp.

Methods
Method: notebook-enable-traversal ((nb notebook))
Generic Function: notebook-forget (nb widget)
Package

nodgui.

Source

notebook.lisp.

Methods
Method: notebook-forget ((nb notebook) (w widget))
Generic Function: notebook-hide (nb tab)
Package

nodgui.

Source

notebook.lisp.

Methods
Method: notebook-hide ((nb notebook) (tab widget))
Generic Function: notebook-identify (nb x y)
Package

nodgui.

Source

notebook.lisp.

Methods
Method: notebook-identify ((nb notebook) x y)
Generic Function: notebook-index (nb tab)
Package

nodgui.

Source

notebook.lisp.

Methods
Method: notebook-index ((nb notebook) (tab widget))
Generic Function: notebook-select (nb tab)
Package

nodgui.

Source

notebook.lisp.

Methods
Method: notebook-select ((nb notebook) (tab widget))
Generic Function: notebook-tab (nb widget option value)
Package

nodgui.

Source

notebook.lisp.

Methods
Method: notebook-tab ((nb notebook) (w widget) option value)
Generic Function: on-close (toplevel fun)
Package

nodgui.

Source

wm.lisp.

Methods
Method: on-close ((tl (eql #<nodgui:widget {1005424cf3}>)) fun)
Method: on-close ((tl widget) fun)
Method: on-close ((tl toplevel) fun)
Generic Function: on-focus (toplevel fun)
Package

nodgui.

Source

wm.lisp.

Methods
Method: on-focus ((tl toplevel) fun)
Generic Reader: on-pressed-cb (object)
Generic Writer: (setf on-pressed-cb) (object)
Package

nodgui.mw.

Methods
Reader Method: on-pressed-cb ((date-picker date-picker))
Writer Method: (setf on-pressed-cb) ((date-picker date-picker))

When a day button is pressed the date is
updated (see slot ’date’) and this function is called with an istance of ’date-picker’ as parameter

Source

nodgui-mw.lisp.

Target Slot

on-pressed-cb.

Generic Reader: options (object)
Package

nodgui.

Methods
Reader Method: options ((style style))

automatically generated reader method

Source

styles.lisp.

Target Slot

options.

Generic Function: (setf options) (widget)
Package

nodgui.

Source

combobox.lisp.

Methods
Writer Method: (setf options) ((style style))

automatically generated writer method

Source

styles.lisp.

Target Slot

options.

Method: (setf options) ((combobox combobox))
Generic Reader: outline-color (object)
Generic Writer: (setf outline-color) (object)
Package

nodgui.shapes.

Methods
Reader Method: outline-color ((shape shape))
Writer Method: (setf outline-color) ((shape shape))

The outline color of this shape

Source

canvas-shapes.lisp.

Target Slot

outline-color.

Generic Reader: outline-width (object)
Generic Writer: (setf outline-width) (object)
Package

nodgui.shapes.

Methods
Reader Method: outline-width ((shape shape))
Writer Method: (setf outline-width) ((shape shape))

The width of the outline that surrounds this shape

Source

canvas-shapes.lisp.

Target Slot

outline-width.

Generic Function: pack (w &key side fill expand after before padx pady ipadx ipady anchor)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: pack ((object autocomplete-entry) &key side fill expand after before padx pady ipadx ipady anchor)
Source

nodgui-mw.lisp.

Method: pack ((list list) &rest rest)
Method: pack ((w widget) &key side fill expand after before padx pady ipadx ipady anchor)
Generic Function: pack-forget (widget)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: pack-forget ((w widget))
Generic Function: pack-forget-all (widget)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: pack-forget-all ((w widget))

removes all widgets packed into w

Generic Function: pack-propagate (widget flag)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: pack-propagate ((w widget) flag)
Generic Reader: parent (object)
Package

nodgui.

Methods
Reader Method: parent ((style style))

automatically generated reader method

Source

styles.lisp.

Target Slot

parent.

Reader Method: parent ((tree-item tree-item))

The id of the parent of this item

Source

treeview.lisp.

Target Slot

parent.

Generic Writer: (setf parent) (object)
Package

nodgui.

Methods
Writer Method: (setf parent) ((style style))

automatically generated writer method

Source

styles.lisp.

Target Slot

parent.

Writer Method: (setf parent) ((tree-item tree-item))

The id of the parent of this item

Source

treeview.lisp.

Target Slot

parent.

Generic Function: parse-indices (indices-specification)
Package

nodgui.

Source

text.lisp.

Methods
Method: parse-indices ((indices-specification string))
Method: parse-indices ((indices-specification list))
Generic Function: pixel@ (object x y)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: pixel@ ((object file-matrix) x y)
Method: pixel@ ((object pixmap) x y)

Get the color of pixel at specified coordinate from ’data’ slot

Generic Function: (setf pixel@) (object x y)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: (setf pixel@) ((object file-matrix) x y)
Method: (setf pixel@) ((object pixmap) x y)

Set the color of pixel at the specified coordinate for ’data’ slot

Generic Function: pixmap->tga-file (object)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: pixmap->tga-file ((object pixmap))
Generic Function: place (widget x y &key anchor bordermode width height in relheight relwidth relx rely)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: place (widget x y &key anchor width bordermode height in relheight relwidth relx rely)
Generic Function: place-forget (widget)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: place-forget ((w widget))
Generic Function: place-line (object series x1 y1 x2 y2 color &key width)
Package

nodgui.tklib.plot.

Source

plot.lisp.

Methods
Method: place-line ((plot dot-plot) (series series) x1 y1 x2 y2 color &key width)

Draw a line from (x1, y1) to (x2 y2) with specified color. Units are in plot space

Generic Function: pop-block (object)
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Methods
Method: pop-block ((object synchronized-queue))
Generic Function: popup (menu x y)
Package

nodgui.

Source

menu.lisp.

Methods
Method: popup ((menu menu) x y)
Generic Reader: popup-time (object)
Package

nodgui.mw.

Methods
Reader Method: popup-time ((tooltip tooltip))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

popup-time.

Generic Writer: (setf popup-time) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf popup-time) ((tooltip tooltip))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

popup-time.

Generic Function: push-unblock (object value)
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Methods
Method: push-unblock ((object synchronized-queue) value)
Generic Function: raise (widget &optional above)
Package

nodgui.

Source

widget.lisp.

Methods
Method: raise ((item canvas-item) &optional above)
Source

canvas.lisp.

Method: raise ((widget widget) &optional above)
Generic Function: register-tooltip (tooltip widget content)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: register-tooltip ((tooltip tooltip) (widget widget) content)
Generic Function: replace-in-range (object string start-index &optional end-index)
Package

nodgui.

Source

text.lisp.

Methods
Method: replace-in-range ((object scrolled-text) string start-index &optional end-index)
Method: replace-in-range ((object text) string start-index &optional end-index)
Generic Function: reset-scroll (sf)
Package

nodgui.

Methods
Method: reset-scroll ((sf scrolled-frame))
Source

nodgui.lisp.

Generic Function: resizable (widget x y)
Package

nodgui.

Source

wm.lisp.

Methods
Method: resizable ((tl widget) x y)
Generic Reader: right-side (object)
Package

nodgui.shapes.

Methods
Reader Method: right-side ((two-color-star two-color-star))

automatically generated reader method

Source

canvas-shapes.lisp.

Target Slot

right-side.

Generic Writer: (setf right-side) (object)
Package

nodgui.shapes.

Methods
Writer Method: (setf right-side) ((two-color-star two-color-star))

automatically generated writer method

Source

canvas-shapes.lisp.

Target Slot

right-side.

Generic Function: right-side-handle (object)
Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Methods
Method: right-side-handle ((object two-color-star))
Generic Function: rotate-pixmap (object angle &key fill-value pivot repeat rounding-fn)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: rotate-pixmap ((object pixmap) angle &key fill-value pivot repeat rounding-fn)

Rotate a pixmap about an arbitrary angle and around an arbitrary pivot (the center of the image by default), The ’void’ part of the image vill be filled with ’fill-value’ (a ’nodgui.ubvec4:ubvec4’ vector) or with repeated parial clone clones of the same image if ’repeat’ is non nil

Generic Function: round-all (object &key rounding-function)
Package

nodgui.utils.

Source

utils.lisp.

Methods
Method: round-all ((object vector) &key rounding-function)
Method: round-all ((object number) &key rounding-function)
Method: round-all ((object list) &key rounding-function)
Generic Function: safe-delete@ (sequence position)

Return sequence if position is out of bound

Package

nodgui.utils.

Source

utils.lisp.

Methods
Method: safe-delete@ ((sequence sequence) position)
Generic Function: sanitize (object)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Methods
Method: sanitize ((object (eql nil)))
Method: sanitize ((object bypass-escape))
Method: sanitize ((object protect-escape))
Method: sanitize ((object list))
Method: sanitize ((object string))
Method: sanitize ((object number))

Return numbers unprocessed

Method: sanitize (object)
Generic Function: sanitize-remove (object)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Methods
Method: sanitize-remove ((object list))
Method: sanitize-remove ((object string))
Method: sanitize-remove ((object (eql nil)))
Generic Function: sash-coord (window index)
Package

nodgui.

Source

panedwindow.lisp.

Methods
Method: sash-coord ((pw paned-window) index)
Generic Function: sash-place (window index pos)
Package

nodgui.

Source

panedwindow.lisp.

Methods
Method: sash-place ((pw paned-window) index pos)
Generic Function: save-text (txt filename &key if-exists if-does-not-exist)
Package

nodgui.

Source

text.lisp.

Methods
Method: save-text ((object scrolled-text) filename &key if-exists if-does-not-exist)
Method: save-text ((object text) filename &key if-exists if-does-not-exist)

save the content of the text widget into the file <filename>

Generic Function: scale (canvas factor &optional factory)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: scale ((canvas canvas) factor &optional factory)
Generic Function: scale-bilinear (object scale-x scale-y)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: scale-bilinear ((object pixmap) scale-x scale-y)

Scale a bitmap by factors ’scale-x’ and ’scale-y’ (in the range (0-1.0]), scaling use bilinear filtering

Generic Function: scale-nearest (object scale-x scale-y)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: scale-nearest ((object pixmap) scale-x scale-y)

Scale a bitmap by factors ’scale-x’ and ’scale-y’ (in the range (0-1.0]), scaling use nearest-neighbor.

Generic Function: schedule-tooltip (tooltip text x y time)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: schedule-tooltip (tooltip text x y time)
Generic Function: scroll-to-top (sf)
Package

nodgui.

Methods
Method: scroll-to-top ((sf scrolled-frame))
Source

nodgui.lisp.

Generic Function: scroll-until-line-on-top (object line-index &optional column-index)
Package

nodgui.

Source

text.lisp.

Methods
Method: scroll-until-line-on-top ((object scrolled-text) line-index &optional column-index)
Method: scroll-until-line-on-top ((object text) line-index &optional column-index)
Generic Reader: scrolled-listbox (object)
Package

nodgui.

Methods
Reader Method: scrolled-listbox ((searchable-listbox searchable-listbox))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

scrolled-listbox.

Generic Writer: (setf scrolled-listbox) (object)
Package

nodgui.

Methods
Writer Method: (setf scrolled-listbox) ((searchable-listbox searchable-listbox))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

scrolled-listbox.

Generic Function: scrollregion (canvas x0 y0 x1 y1)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: scrollregion ((c canvas) x0 y0 x1 y1)
Generic Function: search-all-text (text pattern &key start-index end-index case-insensitive accum)
Package

nodgui.

Source

text.lisp.

Methods
Method: search-all-text ((object scrolled-text) pattern &key start-index end-index case-insensitive accum)
Method: search-all-text ((object text) pattern &key start-index end-index case-insensitive accum)
Generic Function: search-regexp (object pattern start-index &key end-index case-insensitive forward tag-matching-region)
Package

nodgui.

Source

text.lisp.

Methods
Method: search-regexp ((object scrolled-text) pattern start-index &key end-index case-insensitive forward tag-matching-region)
Method: search-regexp ((object text) pattern start-index &key end-index case-insensitive forward tag-matching-region)
Generic Function: search-text (object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: search-text ((object searchable-listbox))
Generic Reader: secret-string (object)
Generic Writer: (setf secret-string) (object)
Package

nodgui.mw.

Methods
Reader Method: secret-string ((password-entry password-entry))
Writer Method: (setf secret-string) ((password-entry password-entry))

The secret data kept by thi instance

Source

nodgui-mw.lisp.

Target Slot

secret-string.

Generic Function: see (object pos)

Makes sure the widget is visible

Package

nodgui.

Source

nodgui.lisp.

Methods
Method: see ((object autocomplete-candidates) pos)
Source

nodgui-mw.lisp.

Method: see ((object scrolled-text) pos)
Source

text.lisp.

Method: see ((object text) pos)
Source

text.lisp.

Method: see ((object scrolled-listbox) pos)
Source

listbox.lisp.

Method: see ((lb listbox) pos)
Source

listbox.lisp.

Method: see ((tv treeview) (item tree-item))
Source

treeview.lisp.

Generic Function: selected-elements (select)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: selected-elements ((select list-select))
Generic Reader: selected-index (object)
Package

nodgui.mw.

Methods
Reader Method: selected-index ((multifont-listbox multifont-listbox))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

selected-index.

Generic Writer: (setf selected-index) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf selected-index) ((multifont-listbox multifont-listbox))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

selected-index.

Generic Function: set-coords (canvas item coords)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: set-coords ((canvas canvas) (item canvas-item) (coords list))
Method: set-coords (canvas item coords)
Generic Function: set-coords* (canvas item &rest coords)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: set-coords* ((canvas canvas) (item canvas-item) &rest coords)
Method: set-coords* (canvas item &rest coords)
Generic Function: set-cursor-index (object index)

set cursor position; index can assume the value ’:end’

Package

nodgui.

Source

entry.lisp.

Methods
Method: set-cursor-index ((object entry) index)
Generic Function: set-date (object day month year)
Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Methods
Method: set-date ((object calendar) (day integer) (month integer) (year integer))

Set the date for this calendar (that also will be shown and selected by the widget)

Generic Function: set-date* (object date)
Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Methods
Method: set-date* ((object calendar) (date string))

Set the date for this calendar (that also will be shown and selected by the widget). The second parameter should be a string matching format of: +calendar-date-format-m/d/y+ or +calendar-date-format-d/m/y+

Generic Function: set-geometry (toplevel width height x y)
Package

nodgui.

Source

wm.lisp.

Methods
Method: set-geometry ((tl widget) width height x y)
Generic Function: set-geometry-wh (toplevel width height)
Package

nodgui.

Source

wm.lisp.

Methods
Method: set-geometry-wh ((tl widget) width height)
Generic Function: set-geometry-xy (toplevel x y)
Package

nodgui.

Source

wm.lisp.

Methods
Method: set-geometry-xy ((tl widget) x y)
Generic Function: set-selection (object from to)

set the selected text in range ’from’, ’to’.

Package

nodgui.

Source

entry.lisp.

Methods
Method: set-selection ((object entry) from to)
Generic Function: set-wm-overrideredirect (widget value)
Package

nodgui.

Source

wm.lisp.

Methods
Method: set-wm-overrideredirect ((w widget) val)
Generic Function: setup-columns (object column-ids &key column-labels min-widths widths)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: setup-columns ((object scrolled-treeview) (column-ids list) &key column-labels min-widths widths)

Set id, header and width for the columns of this treeview

Method: setup-columns ((object treeview) (column-ids list) &key column-labels min-widths widths)

Set id, header and width for the columns of this treeview

Generic Function: setup-display-columns (object column-ids)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: setup-display-columns ((object scrolled-treeview) (column-ids sequence))
Method: setup-display-columns ((object treeview) (column-ids sequence))
Generic Function: shape-delete (object)

Remove this shape trom canvas

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Methods
Method: shape-delete ((object two-color-star))
Method: shape-delete ((object shape))
Generic Function: shape-move (object dx dy)

Move this shape by the amoount specified in dx and dx

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Methods
Method: shape-move ((object two-color-star) dx dy)
Method: shape-move ((object shape) dx dy)
Generic Function: shape-move-to (object x y)

Move this shape so that its (minimum x, minimum y) point coincides with (x, y)

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Methods
Method: shape-move-to ((object two-color-star) x y)
Method: shape-move-to ((object shape) x y)
Generic Function: show (tooltip text x y)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: show ((tooltip tooltip) text x y)
Generic Writer: (setf show-password) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf show-password) ((password-entry password-entry))

Show the password if double click on the entry? Default is nil

Source

nodgui-mw.lisp.

Target Slot

show-password.

Generic Reader: size (object)
Generic Writer: (setf size) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: size ((dot-series dot-series))
Writer Method: (setf size) ((dot-series dot-series))

radius of the point

Source

plot.lisp.

Target Slot

size.

Generic Function: style-configure (object style)
Package

nodgui.

Source

styles.lisp.

Methods
Method: style-configure (object (style symbol))
Method: style-configure (object (style string))
Method: style-configure (object (style style))
Generic Reader: subtitle (object)
Generic Writer: (setf subtitle) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: subtitle ((plot plot))
Writer Method: (setf subtitle) ((plot plot))

More descriptive text of the plot

Source

plot.lisp.

Target Slot

subtitle.

Generic Function: sync-bits-to-data (object)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: sync-bits-to-data ((object pixmap))

Fill ’data’ slot of this pixmap with the contents of ’bits’ slots

Generic Function: sync-data-to-bits (object)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: sync-data-to-bits ((object file-matrix))

Fill ’bits’ slot of this pixmap with the contents of ’data’ slots

Method: sync-data-to-bits ((object pixmap))

Fill ’bits’ slot of this pixmap with the contents of ’data’ slots

Generic Function: sync-text-metrics (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: sync-text-metrics ((object scrolled-text))
Method: sync-text-metrics ((object text))
Generic Reader: tag (object)
Generic Writer: (setf tag) (object)
Package

nodgui.

Methods
Reader Method: tag ((tree-item tree-item))
Writer Method: (setf tag) ((tree-item tree-item))

The tags of this item, used for event handling

Source

treeview.lisp.

Target Slot

tag.

Generic Function: tag-bind (object tag event fun &key exclusive)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: tag-bind ((canvas canvas) tag event fun &key exclusive)

bind fun to event of the widget w

Source

canvas.lisp.

Method: tag-bind ((object scrolled-text) tag-name event fun &key exclusive)
Source

text.lisp.

Method: tag-bind ((object text) tag event fun &key exclusive)

bind fun to event of the tag of the text widget object

Source

text.lisp.

Generic Function: tag-configure (object tag-name option value &rest others)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: tag-configure ((c canvas) tag option value &rest others)
Source

canvas.lisp.

Method: tag-configure ((object scrolled-text) tag-name option value &rest others)
Source

text.lisp.

Method: tag-configure ((object text) tag option value &rest others)
Source

text.lisp.

Generic Function: tag-create (object tag-name start-index &rest other-indices)
Package

nodgui.

Source

text.lisp.

Methods
Method: tag-create ((object scrolled-text) tag-name start-index &rest other-indices)
Method: tag-create ((object text) tag-name start-index &rest other-indices)
Generic Function: tag-delete (object &rest tag-names)
Package

nodgui.

Source

text.lisp.

Methods
Method: tag-delete ((object scrolled-text) &rest tag-names)
Method: tag-delete ((object text) &rest tag-names)
Generic Function: tag-lower (object tag-name &optional on-top-of-tag)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: tag-lower ((object scrolled-text) tag-name &optional before-tag)
Source

text.lisp.

Method: tag-lower ((object text) tag-name &optional before-tag)
Source

text.lisp.

Generic Function: tag-raise (object tag-name &optional on-top-of-tag)
Package

nodgui.

Source

nodgui.lisp.

Methods
Method: tag-raise ((object scrolled-text) tag-name &optional on-top-of-tag)
Source

text.lisp.

Method: tag-raise ((object text) tag-name &optional on-top-of-tag)
Source

text.lisp.

Generic Function: tag-ranges (object tag-name)
Package

nodgui.

Source

text.lisp.

Methods
Method: tag-ranges ((object scrolled-text) tag-name)
Method: tag-ranges ((object text) tag-name)
Generic Function: tagbind (canvas tag event fun &key exclusive)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: tagbind ((canvas canvas) tag event fun &key exclusive)

bind fun to event of the widget w

Generic Function: tcl-bool->lisp (val)
Package

nodgui.utils.

Source

utils.lisp.

Methods
Method: tcl-bool->lisp ((val string))
Method: tcl-bool->lisp ((val integer))
Generic Function: text (widget)

reads the value of the textvariable associated with the widget

Package

nodgui.

Source

widget.lisp.

Methods
Method: text ((object autocomplete-entry))
Source

nodgui-mw.lisp.

Method: text ((self scrolled-text))
Source

text.lisp.

Method: text ((text text))
Source

text.lisp.

Reader Method: text ((menuentry menuentry))

automatically generated reader method

Source

menubutton.lisp.

Target Slot

text.

Reader Method: text ((menu menu))

automatically generated reader method

Source

menu.lisp.

Target Slot

text.

Reader Method: text ((tree-item tree-item))

The primary value of this item

Source

treeview.lisp.

Target Slot

text.

Method: text ((v tktextvariable))
Source

tktextvariable.lisp.

Generic Function: (setf text) (variable)
Package

nodgui.

Source

widget.lisp.

Methods
Method: (setf text) :after ((object calendar))

See: set-date or set-date*

Source

calendar.lisp.

Method: (setf text) ((object autocomplete-entry))
Source

nodgui-mw.lisp.

Method: (setf text) ((self scrolled-text))
Source

text.lisp.

Method: (setf text) ((text text))
Source

text.lisp.

Writer Method: (setf text) ((menuentry menuentry))

automatically generated writer method

Source

menubutton.lisp.

Target Slot

text.

Writer Method: (setf text) ((menu menu))

automatically generated writer method

Source

menu.lisp.

Target Slot

text.

Method: (setf text) :after ((l labelframe))
Source

labelframe.lisp.

Writer Method: (setf text) ((item tree-item))
Source

treeview.lisp.

Target Slot

text.

Method: (setf text) ((v tktextvariable))
Source

tktextvariable.lisp.

Generic Reader: title (object)
Package

nodgui.

Methods
Reader Method: title ((plot plot))

A descriptive text of the plot

Source

plot.lisp.

Target Slot

title.

Reader Method: title ((title-holder title-holder))

A descriptive text of the plot

Source

plot.lisp.

Target Slot

title.

Reader Method: title ((toplevel toplevel))

automatically generated reader method

Source

toplevel.lisp.

Target Slot

title.

Generic Writer: (setf title) (object)
Package

nodgui.

Methods
Writer Method: (setf title) ((plot plot))

A descriptive text of the plot

Source

plot.lisp.

Target Slot

title.

Writer Method: (setf title) ((title-holder title-holder))

A descriptive text of the plot

Source

plot.lisp.

Target Slot

title.

Writer Method: (setf title) ((toplevel toplevel))

automatically generated writer method

Source

toplevel.lisp.

Target Slot

title.

Generic Function: transient (toplevel master)
Package

nodgui.

Source

wm.lisp.

Methods
Method: transient ((toplevel widget) (master (eql nil)))
Method: transient ((toplevel widget) (master widget))
Generic Reader: tree (object)
Package

nodgui.

Methods
Reader Method: tree ((treeviewtest treeviewtest))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

tree.

Reader Method: tree ((tree-item tree-item))

The container widget (i.e. a treeview instance)

Source

treeview.lisp.

Target Slot

tree.

Generic Writer: (setf tree) (object)
Package

nodgui.

Methods
Writer Method: (setf tree) ((treeviewtest treeviewtest))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

tree.

Writer Method: (setf tree) ((tree-item tree-item))

The container widget (i.e. a treeview instance)

Source

treeview.lisp.

Target Slot

tree.

Generic Function: treelist-children (tree node)

list of children for a node in a tree

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: treelist-children ((tree demo-tree) (node string))
Method: treelist-children ((tree demo-tree) (node list))
Method: treelist-children (tree node)
Generic Function: treelist-has-children (tree node)

is non-nil, if the node has children

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: treelist-has-children (tree node)
Generic Function: treelist-name (tree node)

String to display in the tree list for a node

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: treelist-name ((tree demo-tree) (node string))
Method: treelist-name ((tree demo-tree) (node list))
Method: treelist-name (tree (node string))
Generic Function: treelist-select (tree node)

callback for selecting a tree node

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: treelist-select (tree node)
Generic Reader: treeview (object)
Package

nodgui.

Methods
Reader Method: treeview ((scrolled-treeview scrolled-treeview))

automatically generated reader method

Source

treeview.lisp.

Target Slot

treeview.

Generic Writer: (setf treeview) (object)
Package

nodgui.

Methods
Writer Method: (setf treeview) ((scrolled-treeview scrolled-treeview))

automatically generated writer method

Source

treeview.lisp.

Target Slot

treeview.

Generic Function: treeview-delete (tree items)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-delete ((object scrolled-treeview) item)
Method: treeview-delete ((tree treeview) (items list))
Method: treeview-delete ((tree treeview) (item tree-item))
Method: treeview-delete ((tree treeview) item)

Delete item and all its children from tree

Generic Function: treeview-delete-all (tree)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-delete-all ((object scrolled-treeview))
Method: treeview-delete-all ((tree treeview))

Delete all items contained in tree, if any

Generic Function: treeview-exists (tree item)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-exists ((object scrolled-treeview) item)

Check if tree contains item

Method: treeview-exists ((tree treeview) item)

Check if tree contains item

Generic Function: treeview-find-item (object item &key key test)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-find-item ((object scrolled-treeview) item &key key test)
Method: treeview-find-item ((object treeview) item &key key test)
Generic Function: treeview-focus (tree)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-focus ((tree treeview))
Generic Function: (setf treeview-focus) (tree)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: (setf treeview-focus) (tree)
Method: (setf treeview-focus) (tree)
Generic Function: treeview-get-selection (w)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-get-selection ((object scrolled-treeview))
Method: treeview-get-selection ((tv treeview))

Get the selected items (a list of tree-item) of this treeview

Generic Function: treeview-heading (object column-id &key text image anchor command)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-heading ((object scrolled-treeview) column-id &key text image anchor command)
Method: treeview-heading ((object treeview) column-id &key text image anchor command)

Add properties (text, callback etc.) to the header of this treeview

Generic Function: treeview-identify-item (tree x y)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-identify-item ((tree treeview) x y)
Generic Function: treeview-insert-item (object &key item parent index id tag text image column-values &allow-other-keys)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-insert-item ((object scrolled-treeview) &key item parent index id tag text image column-values &allow-other-keys)
Method: treeview-insert-item ((object treeview) &key item parent index id tag text image column-values &allow-other-keys)

Create a tree-item and insert it into the tree, by default items are added after the last one, and the ids are autogenerated

Generic Function: treeview-insert-item-new (object &key test parent index id tag text image column-values item &allow-other-keys)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-insert-item-new ((object scrolled-treeview) &key test parent index id tag text image column-values &allow-other-keys)
Method: treeview-insert-item-new ((object treeview) &key item test parent index id tag text image column-values &allow-other-keys)

Create a tree-item and insert into the tree iff the new item is not equal to all the others. The test is performed calling :test

Generic Function: treeview-move (object item &key test key parent index)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-move ((object scrolled-treeview) (item tree-item) &key test key parent index)

Moves item, and all its descendant, to position index in parent’s list of children. If parent is nil the root of the tree is assumed.
If index is nil the last index is assumed.

Method: treeview-move ((object treeview) item &key test key parent index)
Generic Function: treeview-refit-columns-width (object)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-refit-columns-width ((object scrolled-treeview))
Method: treeview-refit-columns-width ((object treeview))

Nothe that works only with default font

Generic Function: treeview-set-selection (w items)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-set-selection ((tv treeview) items)
Generic Function: unbind (object event)
Package

nodgui.

Source

events.lisp.

Methods
Method: unbind ((object string) event)

bind fun to event of the widget object

Method: unbind ((object widget) event)

bind fun to event of the widget object

Generic Reader: universal-timestamp (object)
Generic Writer: (setf universal-timestamp) (object)
Package

nodgui.mw.

Methods
Reader Method: universal-timestamp ((date-picker date-picker))
Writer Method: (setf universal-timestamp) ((date-picker date-picker))

Universal time of the selected date

Source

nodgui-mw.lisp.

Target Slot

universal-timestamp.

Generic Function: v-mirror (object)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: v-mirror ((object pixmap))

Make a symmetric copy of a pixmap using a vertical line placed on the middle of the pixture as reflection plane

Generic Function: value (widget)

reads the value of the variable associated with the widget

Package

nodgui.

Source

widget.lisp.

Methods
Method: value ((object control-widget))
Source

misc-widget.lisp.

Reader Method: value ((progress-bar-star progress-bar-star))

The status of the progress in [0.0, 1.0]

Source

nodgui-mw.lisp.

Target Slot

value.

Method: value ((cb menuradiobutton))
Source

menuradiobutton.lisp.

Method: value ((cb menucheckbutton))
Source

menucheckbutton.lisp.

Method: value ((rb radio-button))

reads the content of the shared variable of the radio button set

Source

radiobutton.lisp.

Method: value ((v check-button))
Source

checkbutton.lisp.

Method: value ((v tkvariable))
Source

tkvariable.lisp.

Generic Function: (setf value) (val)
Package

nodgui.

Source

widget.lisp.

Methods
Method: (setf value) ((object control-widget))
Source

misc-widget.lisp.

Method: (setf value) ((object progress-bar-star))
Source

nodgui-mw.lisp.

Method: (setf value) ((cb menuradiobutton))
Source

menuradiobutton.lisp.

Method: (setf value) ((cb menucheckbutton))
Source

menucheckbutton.lisp.

Method: (setf value) ((rb radio-button))

sets the content of the shared variable of the radio button set

Source

radiobutton.lisp.

Method: (setf value) ((v check-button))
Source

checkbutton.lisp.

Method: (setf value) ((v tkvariable))
Source

tkvariable.lisp.

Generic Reader: vscroll (object)
Package

nodgui.

Methods
Reader Method: vscroll ((scrolled-canvas scrolled-canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

vscroll.

Reader Method: vscroll ((scrolled-text scrolled-text))

automatically generated reader method

Source

text.lisp.

Target Slot

vscroll.

Reader Method: vscroll ((scrolled-listbox scrolled-listbox))

automatically generated reader method

Source

listbox.lisp.

Target Slot

vscroll.

Reader Method: vscroll ((scrolled-treeview scrolled-treeview))

automatically generated reader method

Source

treeview.lisp.

Target Slot

vscroll.

Reader Method: vscroll ((scrolled-frame scrolled-frame))

automatically generated reader method

Source

nodgui.lisp.

Target Slot

vscroll.

Generic Writer: (setf vscroll) (object)
Package

nodgui.

Methods
Writer Method: (setf vscroll) ((scrolled-canvas scrolled-canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

vscroll.

Writer Method: (setf vscroll) ((scrolled-text scrolled-text))

automatically generated writer method

Source

text.lisp.

Target Slot

vscroll.

Writer Method: (setf vscroll) ((scrolled-listbox scrolled-listbox))

automatically generated writer method

Source

listbox.lisp.

Target Slot

vscroll.

Writer Method: (setf vscroll) ((scrolled-treeview scrolled-treeview))

automatically generated writer method

Source

treeview.lisp.

Target Slot

vscroll.

Writer Method: (setf vscroll) ((scrolled-frame scrolled-frame))

automatically generated writer method

Source

nodgui.lisp.

Target Slot

vscroll.

Generic Reader: widget-class-name (object)
Package

nodgui.

Methods
Reader Method: widget-class-name ((calendar calendar))

automatically generated reader method

Source

calendar.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((toplevel toplevel))

automatically generated reader method

Source

toplevel.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((canvas canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((frame frame))

automatically generated reader method

Source

frame.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((classic-frame classic-frame))

automatically generated reader method

Source

frame.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((text text))

automatically generated reader method

Source

text.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((spinbox spinbox))

automatically generated reader method

Source

spinbox.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((sizegrip sizegrip))

automatically generated reader method

Source

sizegrip.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((separator separator))

automatically generated reader method

Source

separator.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((scale scale))

automatically generated reader method

Source

scale.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((progressbar progressbar))

automatically generated reader method

Source

progressbar.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((paned-window paned-window))

automatically generated reader method

Source

panedwindow.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((notebook notebook))

automatically generated reader method

Source

notebook.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((message message))

automatically generated reader method

Source

message.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((listbox listbox))

automatically generated reader method

Source

listbox.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((labelframe labelframe))

automatically generated reader method

Source

labelframe.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((label label))

automatically generated reader method

Source

label.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((entry entry))

automatically generated reader method

Source

entry.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((combobox combobox))

automatically generated reader method

Source

combobox.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((scrollbar scrollbar))

automatically generated reader method

Source

scrollbar.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((radio-button radio-button))

automatically generated reader method

Source

radiobutton.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((check-button check-button))

automatically generated reader method

Source

checkbutton.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((button button))

automatically generated reader method

Source

button.lisp.

Target Slot

widget-class-name.

Reader Method: widget-class-name ((treeview treeview))

automatically generated reader method

Source

treeview.lisp.

Target Slot

widget-class-name.

Generic Writer: (setf widget-class-name) (object)
Package

nodgui.

Methods
Writer Method: (setf widget-class-name) ((calendar calendar))

automatically generated writer method

Source

calendar.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((toplevel toplevel))

automatically generated writer method

Source

toplevel.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((canvas canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((frame frame))

automatically generated writer method

Source

frame.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((classic-frame classic-frame))

automatically generated writer method

Source

frame.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((text text))

automatically generated writer method

Source

text.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((spinbox spinbox))

automatically generated writer method

Source

spinbox.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((sizegrip sizegrip))

automatically generated writer method

Source

sizegrip.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((separator separator))

automatically generated writer method

Source

separator.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((scale scale))

automatically generated writer method

Source

scale.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((progressbar progressbar))

automatically generated writer method

Source

progressbar.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((paned-window paned-window))

automatically generated writer method

Source

panedwindow.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((notebook notebook))

automatically generated writer method

Source

notebook.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((message message))

automatically generated writer method

Source

message.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((listbox listbox))

automatically generated writer method

Source

listbox.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((labelframe labelframe))

automatically generated writer method

Source

labelframe.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((label label))

automatically generated writer method

Source

label.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((entry entry))

automatically generated writer method

Source

entry.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((combobox combobox))

automatically generated writer method

Source

combobox.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((scrollbar scrollbar))

automatically generated writer method

Source

scrollbar.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((radio-button radio-button))

automatically generated writer method

Source

radiobutton.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((check-button check-button))

automatically generated writer method

Source

checkbutton.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((button button))

automatically generated writer method

Source

button.lisp.

Target Slot

widget-class-name.

Writer Method: (setf widget-class-name) ((treeview treeview))

automatically generated writer method

Source

treeview.lisp.

Target Slot

widget-class-name.

Generic Function: widget-path (widget)
Package

nodgui.

Source

widget.lisp.

Methods
Method: widget-path ((photo photo-image))
Source

photo-image.lisp.

Method: widget-path ((object modal-toplevel))
Source

nodgui.lisp.

Method: widget-path ((widget widget))

retrieve the slot value widget-path, if not given, create it

Method: widget-path ((w (eql nil)))
Generic Function: width (object)
Package

nodgui.pixmap.

Source

canvas.lisp.

Methods
Method: width (object)
Reader Method: width ((pixmap pixmap))

Width (in pixel) of this pixmap

Source

pixmap.lisp.

Target Slot

width.

Generic Writer: (setf width) (object)
Package

nodgui.pixmap.

Methods
Writer Method: (setf width) ((pixmap pixmap))

Width (in pixel) of this pixmap

Source

pixmap.lisp.

Target Slot

width.

Generic Function: width-in-chars (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: width-in-chars ((object scrolled-text))
Method: width-in-chars ((object text))
Generic Function: wish-variable (name wish)
Package

nodgui.

Methods
Method: wish-variable (name (wish nodgui-connection))
Source

wish-communication.lisp.

Generic Function: (setf wish-variable) (name wish)
Package

nodgui.

Methods
Method: (setf wish-variable) (name (wish nodgui-connection))
Source

wish-communication.lisp.

Generic Function: withdraw (toplevel)
Package

nodgui.

Source

wm.lisp.

Methods
Method: withdraw ((tl widget))
Generic Function: wm-forget (widget)
Package

nodgui.

Source

wm.lisp.

Methods
Method: wm-forget ((w widget))
Generic Function: wm-manage (widget)
Package

nodgui.

Source

wm.lisp.

Methods
Method: wm-manage ((w widget))
Generic Function: wm-state (widget)
Package

nodgui.

Source

wm.lisp.

Methods
Method: wm-state ((w widget))
Generic Function: (setf wm-state) (widget)
Package

nodgui.

Source

wm.lisp.

Methods
Method: (setf wm-state) ((w widget))
Generic Function: wm-title (widget title)
Package

nodgui.

Source

wm.lisp.

Methods
Method: wm-title ((w widget) title)
Generic Reader: x-label-angle (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: x-label-angle ((bar-chart bar-chart))

automatically generated reader method

Source

plot.lisp.

Target Slot

x-label-angle.

Generic Writer: (setf x-label-angle) (object)
Package

nodgui.tklib.plot.

Methods
Writer Method: (setf x-label-angle) ((bar-chart bar-chart))

automatically generated writer method

Source

plot.lisp.

Target Slot

x-label-angle.

Generic Reader: x-labels (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: x-labels ((bar-chart bar-chart))

automatically generated reader method

Source

plot.lisp.

Target Slot

x-labels.

Generic Writer: (setf x-labels) (object)
Package

nodgui.tklib.plot.

Methods
Writer Method: (setf x-labels) ((bar-chart bar-chart))

automatically generated writer method

Source

plot.lisp.

Target Slot

x-labels.

Generic Reader: x-text (object)
Generic Writer: (setf x-text) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: x-text ((plot plot))
Writer Method: (setf x-text) ((plot plot))

The descriptive text of the x axis

Source

plot.lisp.

Target Slot

x-text.

Generic Reader: xs (object)
Generic Writer: (setf xs) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: xs ((series series))
Writer Method: (setf xs) ((series series))

a list of x for each point of this series

Source

plot.lisp.

Target Slot

xs.

Generic Reader: y-text (object)
Generic Writer: (setf y-text) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: y-text ((plot plot))
Writer Method: (setf y-text) ((plot plot))

The descriptive text of the y axis

Source

plot.lisp.

Target Slot

y-text.

Generic Reader: ys (object)
Generic Writer: (setf ys) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: ys ((series series))
Writer Method: (setf ys) ((series series))

a list of y for each point of this series

Source

plot.lisp.

Target Slot

ys.


6.1.6 Standalone methods

Method: initialize-instance :after ((object treeviewtest) &key)
Source

demo-tests.lisp.

Method: initialize-instance :after ((this test-widget2) &key)
Source

demo-tests.lisp.

Method: initialize-instance :after ((self nbw) &key)
Source

demo-tests.lisp.

Method: initialize-instance :after ((self test-widget) &key)
Source

demo-tests.lisp.

Method: initialize-instance :after ((object tga) &key path &allow-other-keys)
Source

pixmap.lisp.

Method: initialize-instance :after ((object polygon) &key &allow-other-keys)
Source

canvas-shapes.lisp.

Method: initialize-instance :after ((widget calendar) &key dateformat firstday font highlightcolor language shadecolor showpast textvariable &allow-other-keys)
Source

calendar.lisp.

Method: initialize-instance :after ((g gtree) &key)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((tree treelist) &key listwidth listheight background horizontal-scrollbar)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((object autocomplete-listbox) &key select-mode &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((entry history-entry) &key command &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((object date-picker) &key &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((tooltip tooltip) &key background &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((object password-entry) &key &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((r redraw-on-resize) &key)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((lb searchable-listbox) &key select-mode placeholder-text export-selection &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((object autocomplete-entry) &key master &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((object progress-bar-star) &key bbox-fix &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((object autocomplete-candidates) &key &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((object plot) &key &allow-other-keys)
Source

plot.lisp.

Method: initialize-instance :after ((object bar-chart) &key &allow-other-keys)
Source

plot.lisp.

Method: initialize-instance :after ((object swaplist) &key left-list right-list left-list-label right-list-label to-right-button-label to-left-button-label to-up-button-label to-down-button-label &allow-other-keys)
Source

swaplist.lisp.

Method: initialize-instance :after ((object equalizer-bar) &key from to number background height width bar-width segments safe-color warning-color warning-level &allow-other-keys)
Source

misc-widget.lisp.

Method: initialize-instance :after ((object control-widget) &key &allow-other-keys)
Source

misc-widget.lisp.

Method: initialize-instance :after ((widget canvas) &key background borderwidth closeenough confine cursor height highlightbackground highlightcolor highlightthickness insertbackground insertborderwidth insertofftime insertontime insertwidth offset relief scrollregion selectbackground selectborderwidth selectforeground state takefocus width xscrollcommand xscrollincrement yscrollcommand yscrollincrement &allow-other-keys)
Source

canvas.lisp.

Method: initialize-instance :after ((c canvas-image) &key canvas x y image)
Source

canvas.lisp.

Method: initialize-instance :after ((widget scrollbar) &key class command cursor orientation style takefocus &allow-other-keys)
Source

scrollbar.lisp.

Method: initialize-instance :after ((widget button) &key class command compound cursor default image state style takefocus text underline width &allow-other-keys)
Source

button.lisp.

Method: initialize-instance :after ((c canvas-arc) &key canvas x0 y0 x1 y1 start extent style)
Source

canvas.lisp.

Method: initialize-instance :after ((widget paned-window) &key class cursor height orientation style takefocus width &allow-other-keys)
Source

panedwindow.lisp.

Method: initialize-instance :after ((widget sizegrip) &key class cursor state style takefocus &allow-other-keys)
Source

sizegrip.lisp.

Method: initialize-instance :after ((widget scale) &key class cursor from length orientation command style takefocus to variable &allow-other-keys)
Source

scale.lisp.

Method: initialize-instance :after ((widget text) &key autoseparators background borderwidth cursor exportselection font foreground height highlightbackground highlightcolor highlightthickness insertbackground insertborderwidth insertofftime insertontime insertwidth maxundo padx pady relief selectbackground selectborderwidth selectforeground setgrid spacing1 spacing2 spacing3 state tabs takefocus undo width wrap xscrollcommand yscrollcommand &allow-other-keys)
Source

text.lisp.

Method: initialize-instance :after ((widget notebook) &key class cursor height padding style takefocus width &allow-other-keys)
Source

notebook.lisp.

Method: initialize-instance :after ((object scrolled-listbox) &key select-mode selectmode export-selection &allow-other-keys)
Source

listbox.lisp.

Method: initialize-instance :after ((c canvas-text) &key canvas x y text)
Source

canvas.lisp.

Method: initialize-instance :after ((sf scrolled-frame) &key background)
Source

nodgui.lisp.

Method: initialize-instance :after ((object scrolled-text) &key autoseparators background borderwidth exportselection font foreground height highlightbackground highlightcolor highlightthickness insertbackground insertborderwidth insertofftime insertontime insertwidth maxundo padx pady selectbackground selectborderwidth selectforeground setgrid spacing1 spacing2 spacing3 state tabs takefocus undo wrap cursor use-horizontal-scrolling-p read-only &allow-other-keys)
Source

text.lisp.

Method: initialize-instance :after ((m menucheckbutton) &key)
Source

menucheckbutton.lisp.

Method: initialize-instance :after ((object multifont-listbox) &key &allow-other-keys)
Source

nodgui-mw.lisp.

Method: initialize-instance :after ((widget separator) &key class cursor orientation state style takefocus &allow-other-keys)
Source

separator.lisp.

Method: initialize-instance :after ((m menubutton) &key command underline accelerator state)
Source

menubutton.lisp.

Method: initialize-instance :around ((w widget) &key pack place grid)
Source

widget.lisp.

Method: initialize-instance :after ((w widget) &key)
Source

widget.lisp.

Method: initialize-instance :after ((c canvas-line) &key canvas coords)
Source

canvas.lisp.

Method: initialize-instance :around ((v tkvariable) &key initial-value use-configure-subcommand-p &allow-other-keys)
Source

tkvariable.lisp.

Method: initialize-instance :after ((widget toplevel) &key background borderwidth class colormap container cursor height highlightbackground highlightcolor highlightthickness menu padx pady relief screen takefocus use visual width &allow-other-keys)
Source

toplevel.lisp.

Method: initialize-instance :after ((widget radio-button) &key class command compound cursor image state style takefocus text underline width &allow-other-keys)
Source

radiobutton.lisp.

Method: initialize-instance :after ((widget spinbox) &key class command cursor exportselection format from increment invalidcommand justify show state style takefocus text to validate validatecommand values width wrap xscrollcommand &allow-other-keys)
Source

spinbox.lisp.

Method: initialize-instance :after ((widget progressbar) &key class cursor length maximum mode orientation phase style takefocus value &allow-other-keys)
Source

progressbar.lisp.

Method: initialize-instance :after ((widget entry) &key class cursor exportselection invalidcommand justify show state style takefocus text validate validatecommand width xscrollcommand &allow-other-keys)
Source

entry.lisp.

Method: initialize-instance :after ((widget combobox) &key class cursor exportselection height justify postcommand state style takefocus text values width &allow-other-keys)
Source

combobox.lisp.

Method: initialize-instance :after ((handler graphical-condition-handler) &rest ignore)
Source

trivial-debugger.lisp.

Method: initialize-instance :after ((mb menubar) &key)
Source

menu.lisp.

Method: initialize-instance :after ((widget listbox) &key activestyle background borderwidth cursor disabledforeground exportselection font foreground height highlightbackground highlightcolor highlightthickness listvariable relief selectbackground selectborderwidth selectforeground selectmode setgrid state takefocus width xscrollcommand yscrollcommand &allow-other-keys)
Source

listbox.lisp.

Method: initialize-instance :after ((widget label) &key anchor background class compound cursor font foreground image justify padding relief style takefocus text underline width wraplength &allow-other-keys)
Source

label.lisp.

Method: initialize-instance :after ((widget frame) &key borderwidth class cursor height padding relief takefocus width &allow-other-keys)
Source

frame.lisp.

Method: initialize-instance :after ((c canvas-oval) &key canvas x0 y0 x1 y1)
Source

canvas.lisp.

Method: initialize-instance :after ((widget labelframe) &key class cursor height labelanchor labelwidget padding style takefocus text width &allow-other-keys)
Source

labelframe.lisp.

Method: initialize-instance :after ((widget message) &key anchor aspect background borderwidth cursor font foreground highlightbackground highlightcolor highlightthickness justify padx pady relief takefocus text width &allow-other-keys)
Source

message.lisp.

Method: initialize-instance :after ((c canvas-rectangle) &key canvas x0 y0 x1 y1)
Source

canvas.lisp.

Method: initialize-instance :after ((widget treeview) &key class columns cursor displaycolumns height padding selectmode show style takefocus xscrollcommand yscrollcommand &allow-other-keys)
Source

treeview.lisp.

Method: initialize-instance :after ((object scrolled-treeview) &key columns columns-min-width columns-width displaycolumns &allow-other-keys)
Source

treeview.lisp.

Method: initialize-instance :after ((item tree-item) &key &allow-other-keys)
Source

treeview.lisp.

Method: initialize-instance :after ((m menuradiobutton) &key)
Source

menuradiobutton.lisp.

Method: initialize-instance :after ((widget check-button) &key command class compound cursor image offvalue onvalue state style takefocus text underline variable width &allow-other-keys)
Source

checkbutton.lisp.

Method: initialize-instance :after ((c canvas-window) &key canvas x y widget anchor)
Source

canvas.lisp.

Method: initialize-instance :after ((m menu) &key underline tearoff)
Source

menu.lisp.

Method: initialize-instance :after ((sc scrolled-canvas) &key)
Source

canvas.lisp.

Method: initialize-instance :after ((object style) &key &allow-other-keys)
Source

styles.lisp.

Method: initialize-instance :after ((object photo-image) &key &allow-other-keys)
Source

photo-image.lisp.

Method: initialize-instance :around ((handler nodgui-condition-handler) &key prototype &allow-other-keys)
Source

trivial-debugger.lisp.

Method: initialize-instance :after ((widget classic-frame) &key background borderwidth class colormap container cursor height highlightbackground highlightcolor highlightthickness padx pady relief takefocus visual width &allow-other-keys)
Source

frame.lisp.

Method: print-object ((object file-matrix) stream)
Source

pixmap.lisp.

Method: print-object ((self canvas-item) stream)
Source

canvas.lisp.

Method: print-object ((object treeview) stream)
Source

treeview.lisp.

Method: print-object ((object scrolled-treeview) stream)
Source

treeview.lisp.

Method: print-object ((object tree-item) stream)
Source

treeview.lisp.


6.1.7 Conditions

Condition: nodgui-error
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

simple-error.

Condition: nodgui-event-duplicate-modifier
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

event-parsing-error.

Condition: nodgui-event-field-has-space
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

event-parsing-error.

Condition: nodgui-event-incompatible-type-detail
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

event-parsing-error.

Condition: nodgui-event-invalid-detail
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

event-parsing-error.

Condition: nodgui-event-invalid-field
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

event-parsing-error.

Condition: nodgui-event-invalid-modifier
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

event-parsing-error.

Condition: nodgui-event-too-many-fields
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

event-parsing-error.

Condition: out-of-bounds

Error when you go out of bound

Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: seq
Initargs

:seq

Readers

seq.

Writers

This slot is read-only.

Slot: idx
Initargs

:idx

Readers

idx.

Writers

This slot is read-only.

Condition: tk-communication-error
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

tk-error.

Condition: tk-error
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

error.

Direct subclasses

tk-communication-error.

Direct methods

message.

Direct slots
Slot: message
Initargs

:message

Readers

message.

Writers

This slot is read-only.


6.1.8 Structures

Structure: bypass-escape
Package

nodgui.sanitize.

Source

sanitize.lisp.

Direct superclasses

protect-escape.

Direct methods
Structure: event
Package

nodgui.

Source

events.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: x
Readers

event-x.

Writers

(setf event-x).

Slot: y
Readers

event-y.

Writers

(setf event-y).

Slot: char-code
Package

common-lisp.

Readers

event-char-code.

Writers

(setf event-char-code).

Slot: keycode
Readers

event-keycode.

Writers

(setf event-keycode).

Slot: char
Package

common-lisp.

Readers

event-char.

Writers

(setf event-char).

Slot: width
Package

nodgui.pixmap.

Readers

event-width.

Writers

(setf event-width).

Slot: height
Package

nodgui.pixmap.

Readers

event-height.

Writers

(setf event-height).

Slot: root-x
Readers

event-root-x.

Writers

(setf event-root-x).

Slot: root-y
Readers

event-root-y.

Writers

(setf event-root-y).

Slot: mouse-button
Readers

event-mouse-button.

Writers

(setf event-mouse-button).

Slot: unicode-char
Readers

event-unicode-char.

Writers

(setf event-unicode-char).

Slot: others
Readers

event-others.

Writers

(setf event-others).

Structure: wm-attrib
Package

nodgui.

Source

wm.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: alpha
Initform

1.0

Readers

wm-attrib-alpha.

Writers

(setf wm-attrib-alpha).

Slot: fullscreen
Initform

0

Readers

wm-attrib-fullscreen.

Writers

(setf wm-attrib-fullscreen).

Slot: topmost
Initform

0

Readers

wm-attrib-topmost.

Writers

(setf wm-attrib-topmost).

Slot: type
Package

common-lisp.

Initform

nodgui:+wm-type-normal+

Readers

wm-attrib-type.

Writers

(setf wm-attrib-type).

Slot: zoomed
Initform

0

Readers

wm-attrib-zoomed.

Writers

(setf wm-attrib-zoomed).


6.1.9 Classes

Class: autocomplete-entry

A text entry that display in a listbox, the possible candidates to complete the text input. Clicking on a listbox item will fill the entry with the clicked item’s text, pressing <tab> complete the text with the selected item; finally pressing "up" or "down" arrows will shift the selected item up o down respectively.

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct methods
Direct slots
Slot: autocomplete-entry-widget
Initargs

:autocomplete-entry-widget

Readers

autocomplete-entry-widget.

Writers

(setf autocomplete-entry-widget).

Slot: candidates-widget
Type

(or null nodgui.mw::autocomplete-candidates)

Initform

(make-instance (quote nodgui.mw::autocomplete-candidates))

Initargs

:candidates-widget

Readers

candidates-widget.

Writers

(setf candidates-widget).

Slot: autocomplete-function

A function that accepts a single parameter and return two values:
- the list of candidates (or nil) that matches ‘hint’ and are suitable to complete the text contained in the entry;
- a list where each element is a list of index value that idicates the matching character in the corresponding string, for example:

first value: ("foo" "school")
second value: ((1 2) (3 4))

The matching character are the two ’o’ in the candidates.

Type

function

Initform

(lambda (nodgui.mw::hint) (values nodgui.mw::hint (quote nil)))

Initargs

:autocomplete-function

Readers

autocomplete-function.

Writers

(setf autocomplete-function).

Class: autocomplete-listbox

Acts like ’searchable-listbox’ but the items added
comes from the results from apply ’autocomplete-function-hook’ to the content of the text entry. This function is triggered after a character is inserted into the entry.

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

searchable-listbox.

Direct methods
Direct slots
Slot: autocomplete-function-hook
Initargs

:autocomplete-function-hook

Readers

autocomplete-function-hook.

Writers

(setf autocomplete-function-hook).

Class: bar-chart
Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: x-labels
Initform

(quote nil)

Initargs

:x-labels

Readers

x-labels.

Writers

(setf x-labels).

Slot: y-axis-conf
Initform

(make-instance (quote nodgui.tklib.plot::axis-conf) :minimum 0.0 :maximum 100.0 :ticks-step 10.0)

Initargs

:y-axis-conf

Readers

y-axis-conf.

Writers

(setf y-axis-conf).

Slot: x-label-angle
Initform

0

Initargs

:x-label-angle

Readers

x-label-angle.

Writers

(setf x-label-angle).

Class: bar-series

A series of data displayed in bar form

Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct superclasses

series.

Class: button
Package

nodgui.

Source

button.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::button"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: calendar
Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Package

nodgui.

Allocation

:class

Initform

"widget::calendar"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: canvas
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

widget.

Direct subclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"canvas"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Slot: xscroll
Initargs

:xscroll

Readers

xscroll.

Writers

(setf xscroll).

Slot: yscroll
Initargs

:yscroll

Readers

yscroll.

Writers

(setf yscroll).

Slot: scrollregion-x0
Readers

scrollregion-x0.

Writers

(setf scrollregion-x0).

Slot: scrollregion-y0
Readers

scrollregion-y0.

Writers

(setf scrollregion-y0).

Slot: scrollregion-x1
Readers

scrollregion-x1.

Writers

(setf scrollregion-x1).

Slot: scrollregion-y1
Readers

scrollregion-y1.

Writers

(setf scrollregion-y1).

Class: canvas-arc
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

canvas-item.

Direct methods

initialize-instance.

Class: canvas-handler-holder

A class that holds a canvas.

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Direct subclasses

polygon.

Direct methods
Direct slots
Slot: handle

The TK handle (the ID) of this object.

Package

nodgui.

Initargs

:handle

Readers

handle.

Writers

(setf handle).

Class: canvas-holder
Package

nodgui.

Source

canvas.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: canvas
Initargs

:canvas

Readers

canvas.

Writers

(setf canvas).

Class: canvas-image
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

canvas-item.

Direct methods

initialize-instance.

Class: canvas-item
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

canvas-holder.

Direct subclasses
Direct methods
Direct slots
Slot: handle
Initargs

:handle

Readers

handle.

Writers

(setf handle).

Class: canvas-line
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

canvas-item.

Direct methods

initialize-instance.

Class: canvas-oval
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

canvas-item.

Direct methods
Class: canvas-rectangle
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

canvas-item.

Direct methods
Class: canvas-text
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

canvas-item.

Direct methods

initialize-instance.

Class: canvas-window
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

canvas-item.

Direct methods

initialize-instance.

Class: check-button
Package

nodgui.

Source

checkbutton.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::checkbutton"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: combobox
Package

nodgui.

Source

combobox.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::combobox"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: date-picker

A widget to choose a date

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

frame.

Direct methods
Direct slots
Slot: on-pressed-cb

When a day button is pressed the date is
updated (see slot ’date’) and this function is called with an istance of ’date-picker’ as parameter

Initform

(function identity)

Initargs

:on-pressed-cb

Readers

on-pressed-cb.

Writers

(setf on-pressed-cb).

Slot: universal-timestamp

Universal time of the selected date

Initform

(get-universal-time)

Initargs

:universal-timestamp

Readers

universal-timestamp.

Writers

(setf universal-timestamp).

Slot: months-name

List of labels for months names

Initform

(quote ("january" "february" "march" "april" "may" "june" "july" "august" "september" "october" "november" "december"))

Initargs

:months-name

Readers

months-name.

Writers

(setf months-name).

Slot: weekday-names

List of labels for the days of the abbreviated week names

Initform

(quote ("mon" "tue" "wed" "thu" "fry" "sat" "sun"))

Initargs

:weekday-names

Readers

weekday-names.

Writers

(setf weekday-names).

Slot: current-month-entry
Initargs

:current-month-entry

Readers

current-month-entry.

Writers

(setf current-month-entry).

Slot: current-year-entry
Initargs

:current-year-entry

Readers

current-year-entry.

Writers

(setf current-year-entry).

Slot: all-days-buttons
Initform

(quote nil)

Readers

all-days-buttons.

Writers

(setf all-days-buttons).

Class: dot-plot

A scatter plot, see: https://en.wikipedia.org/wiki/Scatter_plot

Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct superclasses

xy-plot.

Direct methods
Class: dot-series

represents a series of point for a scatter plot (see: ’series’)

Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: size

radius of the point

Initform

3.0

Initargs

:size

Readers

size.

Writers

(setf size).

Slot: value-symbol

The symbol drawn for each point of this series, allowed values are: :plus, :cross, :circle, :up :down :dot :upfilled :downfilled. Default is :dot

Initform

:dot

Initargs

:value-symbol

Readers

value-symbol.

Writers

(setf value-symbol).

Slot: errors

a list of statistical error for each point of the series

Initform

(quote nil)

Initargs

:errors

Readers

errors.

Writers

(setf errors).

Class: entry
Package

nodgui.

Source

entry.lisp.

Direct superclasses
Direct subclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::entry"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: frame
Package

nodgui.

Source

frame.lisp.

Direct superclasses

widget.

Direct subclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::frame"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: graphical-condition-handler
Package

nodgui.

Source

trivial-debugger.lisp.

Direct superclasses

nodgui-condition-handler.

Direct methods
Direct slots
Slot: debugp
Initform

t

Initargs

:debugp

Readers

debugp.

Writers

(setf debugp).

Slot: backtrace
Initform

t

Initargs

:backtrace

Readers

backtrace.

Writers

(setf backtrace).

Slot: details-pane

The scrolled-text where we display the stacktrace.

Readers

details-pane.

Writers

(setf details-pane).

Class: gtree

Render a tree.
Data should be tree in a form of cons cell like: ’(a (b (d (h)
(i))
(e (j)
(k)))
(c (f)
(g)))

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

canvas.

Direct subclasses

gtree-demo.

Direct methods
Direct slots
Slot: data
Initargs

:data

Readers

data.

Writers

(setf data).

Class: history-entry

An entry widget keeping the history of previous
input (which can be browsed through with cursor up and down), the input can be also autocompleted pressing the TAB key. When autocompletion items are shown the user can press the function key, from F1 to F10, to complete the text with the proposed completion corresponding to the number of the function key.

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

entry.

Direct methods
Direct slots
Slot: history
Initform

(quote nil)

Initargs

:history

Readers

history.

Writers

(setf history).

Slot: history-pos
Initform

-1

Readers

history-pos.

Writers

(setf history-pos).

Slot: keepinput
Initargs

:keepinput

Readers

keepinput.

Writers

(setf keepinput).

Slot: compare-history-candidate-predicate

An new candidate is added to the history only if
(funcall compare-history-candidate-predicate candidate old-entry) is nil for all elements in history

Initform

(function string=)

Initargs

:compare-history-candidate-predicate

Readers

compare-history-candidate-predicate.

Writers

(setf compare-history-candidate-predicate).

Class: jpeg

A pixmap stored in JPG format

Package

nodgui.pixmap.

Source

pixmap.lisp.

Direct superclasses

pixmap-file.

Direct methods
Class: label
Package

nodgui.

Source

label.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::label"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: labelframe
Package

nodgui.

Source

labelframe.lisp.

Direct superclasses

widget.

Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::labelframe"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: list-select
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

listbox.

Direct methods
Direct slots
Slot: data
Initargs

:data

Readers

data.

Writers

(setf data).

Class: listbox
Package

nodgui.

Source

listbox.lisp.

Direct superclasses

widget.

Direct subclasses

list-select.

Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"listbox"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Slot: xscroll
Initargs

:xscroll

Readers

xscroll.

Writers

(setf xscroll).

Slot: yscroll
Initargs

:yscroll

Readers

yscroll.

Writers

(setf yscroll).

Class: menu
Package

nodgui.

Source

menu.lisp.

Direct superclasses

widget.

Direct methods
Direct slots
Slot: text
Initargs

:text

Readers

text.

Writers

(setf text).

Slot: help
Initargs

:help

Readers

menu-help.

Writers

(setf menu-help).

Class: menubar
Package

nodgui.

Source

menu.lisp.

Direct superclasses

widget.

Direct methods

initialize-instance.

Class: menubutton
Package

nodgui.

Source

menubutton.lisp.

Direct superclasses

menuentry.

Direct methods

initialize-instance.

Class: menucheckbutton
Package

nodgui.

Source

menucheckbutton.lisp.

Direct superclasses

menuentry.

Direct methods
Direct slots
Slot: command
Initargs

:command

Readers

command.

Writers

(setf command).

Class: menuradiobutton
Package

nodgui.

Source

menuradiobutton.lisp.

Direct superclasses

menuentry.

Direct methods
Direct slots
Slot: command
Initargs

:command

Readers

command.

Writers

(setf command).

Slot: group
Initargs

:group

Readers

group.

Writers

(setf group).

Class: message
Package

nodgui.

Source

message.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"message"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: multifont-listbox
Package

nodgui.

Source

nodgui-mw.lisp.

Direct superclasses

scrolled-text.

Direct methods
Direct slots
Slot: selected-index
Package

nodgui.mw.

Initform

0

Initargs

:selected-index

Readers

selected-index.

Writers

(setf selected-index).

Slot: selected-tag
Package

nodgui.mw.

Initform

(nodgui.utils:create-tag-name)

Initargs

:selected-tag

Readers

selected-tag.

Writers

(setf selected-tag).

Slot: items
Initform

(quote nil)

Initargs

:items

Readers

items.

Writers

(setf items).

Class: notebook
Package

nodgui.

Source

notebook.lisp.

Direct superclasses

widget.

Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::notebook"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: paned-window
Package

nodgui.

Source

panedwindow.lisp.

Direct superclasses

widget.

Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::panedwindow"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: password-entry
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

entry.

Direct methods
Direct slots
Slot: secret-string

The secret data kept by thi instance

Initargs

:secret-string

Readers

secret-string.

Writers

(setf secret-string).

Slot: show-password

Show the password if double click on the entry? Default is nil

Initargs

:show-password

Readers

show-password-p.

Writers

(setf show-password).

Class: photo-image
Package

nodgui.

Source

photo-image.lisp.

Direct superclasses

tkobject.

Direct methods
Direct slots
Slot: data
Package

nodgui.pixmap.

Initargs

:data

Readers

data.

Writers

(setf data).

Slot: file
Initargs

:file

Readers

file.

Writers

(setf file).

Class: pixmap

This class represent a pixmap image, a matrix of
pixel element, each pixel’s value is described by a variable number of color channel; in the RGB spaces the color is described by a triplet of "Red", "Green" and "Blue" values. Optionally a channel can specify the opacity of the color: this is called the "Alpha" value. Note that this package only supports colors with 4 channel.

Package

nodgui.pixmap.

Source

pixmap.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: data

A vector of ’nodgui.ubvec4:ubvec4’, each element
of the latter i a (unsigned-byte 8) representing a single color channel of this bitmap. Example: #(#(Red Green Blue Alpha) ...)

Type

vector

Initform

(nodgui.utils:make-array-frame 0)

Initargs

:data

Readers

data.

Writers

(setf data).

Slot: width

Width (in pixel) of this pixmap

Type

integer

Initform

0

Initargs

:width

Readers

width.

Writers

(setf width).

Slot: height

Height (in pixel) of this pixmap

Type

integer

Initform

0

Initargs

:height

Readers

height.

Writers

(setf height).

Slot: depth

Number of color channels, It is developer
responsibility that this value’s slot matches the length of each element of the slot ’data’

Initform

4

Initargs

:depth

Readers

depth.

Writers

(setf depth).

Slot: bits

This is the same of ’data’ slots but as a flat
vector (ex: #(RGBA R_1G_2B_1 ...)) Notes that this must be a simple-array of (unsigned-byte 8), use ’make-bits-array’ to ensure that this vector has the correct type.

Initform

(nodgui.pixmap:make-bits-array 0)

Initargs

:bits

Readers

bits.

Writers

(setf bits).

Class: plot
Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct superclasses
Direct subclasses

xy-plot.

Direct methods
Direct slots
Slot: x-text

The descriptive text of the x axis

Initform

"x title"

Initargs

:x-text

Readers

x-text.

Writers

(setf x-text).

Slot: y-text

The descriptive text of the y axis

Initform

"y title"

Initargs

:y-text

Readers

y-text.

Writers

(setf y-text).

Slot: x-subtext

(broken do not use)

Initform

""

Initargs

:x-subtext

Readers

x-subtext.

Writers

(setf x-subtext).

Slot: y-subtext

(broken do not use)

Initform

""

Initargs

:y-subtext

Readers

y-subtext.

Writers

(setf y-subtext).

Slot: title

A descriptive text of the plot

Package

nodgui.

Initform

"plot title"

Initargs

:title

Readers

title.

Writers

(setf title).

Slot: subtitle

More descriptive text of the plot

Initform

"plot subtitle"

Initargs

:subtitle

Readers

subtitle.

Writers

(setf subtitle).

Class: polygon

A filled polygon

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Direct superclasses
Direct subclasses

star.

Direct methods

initialize-instance.

Class: progress-bar-star
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

canvas.

Direct methods
Direct slots
Slot: star-num

The number of stars forming this bar

Initform

5

Initargs

:star-num

Readers

star-num.

Writers

(setf star-num).

Slot: stars

The single star-shaped item in canvas (as instance of bicolor-star)

Readers

stars.

Writers

(setf stars).

Slot: reached-color

The color of star when reached

Initform

"#ffff00"

Readers

reached-color.

Writers

(setf reached-color).

Slot: not-reached-color

The color of star when not reached

Initform

"#bebebe"

Readers

not-reached-color.

Writers

(setf not-reached-color).

Slot: full-colored-star-count

The number of star fully painted

Initform

0

Readers

full-colored-star-count.

Writers

(setf full-colored-star-count).

Slot: partial-colored-star-count

The number of star partially painted

Initform

-1

Readers

partial-colored-star-count.

Writers

(setf partial-colored-star-count).

Slot: value

The status of the progress in [0.0, 1.0]

Package

nodgui.

Initform

0.0

Initargs

:value

Readers

value.

Writers

This slot is read-only.

Class: progressbar
Package

nodgui.

Source

progressbar.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::progressbar"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: radio-button
Package

nodgui.

Source

radiobutton.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::radiobutton"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Slot: val
Initargs

:value

Readers

radio-button-value.

Writers

(setf radio-button-value).

Slot: var
Initargs

:variable

Readers

radio-button-variable.

Writers

(setf radio-button-variable).

Class: redraw-on-resize
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct methods

initialize-instance.

Class: scale
Package

nodgui.

Source

scale.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::scale"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: scrollbar
Package

nodgui.

Source

scrollbar.lisp.

Direct superclasses

widget.

Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::scrollbar"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: scrolled-canvas
Package

nodgui.

Source

canvas.lisp.

Direct superclasses

frame.

Direct methods
Direct slots
Slot: canvas
Readers

canvas.

Writers

(setf canvas).

Slot: hscroll
Readers

hscroll.

Writers

(setf hscroll).

Slot: vscroll
Readers

vscroll.

Writers

(setf vscroll).

Class: scrolled-frame
Package

nodgui.

Source

nodgui.lisp.

Direct superclasses

frame.

Direct methods
Direct slots
Slot: frame-class
Initform

(quote nodgui:frame)

Initargs

:frame-class

Readers

frame-class.

Writers

(setf frame-class).

Slot: canvas
Initargs

:canvas

Readers

canvas.

Writers

(setf canvas).

Slot: inner
Readers

interior.

Writers

(setf interior).

Slot: hscroll
Readers

hscroll.

Writers

(setf hscroll).

Slot: vscroll
Readers

vscroll.

Writers

(setf vscroll).

Class: scrolled-listbox
Package

nodgui.

Source

listbox.lisp.

Direct superclasses

frame.

Direct methods
Direct slots
Slot: listbox
Readers

listbox.

Writers

(setf listbox).

Slot: hscroll
Readers

hscroll.

Writers

(setf hscroll).

Slot: vscroll
Readers

vscroll.

Writers

(setf vscroll).

Class: scrolled-text
Package

nodgui.

Source

text.lisp.

Direct superclasses

frame.

Direct subclasses

multifont-listbox.

Direct methods
Direct slots
Slot: inner-text
Initargs

:inner-text

Readers

inner-text.

Writers

(setf inner-text).

Slot: hscroll
Initargs

:hscroll

Readers

hscroll.

Writers

(setf hscroll).

Slot: vscroll
Initargs

:vscroll

Readers

vscroll.

Writers

(setf vscroll).

Class: scrolled-treeview

A treeview with two bar to scroll the widget

Package

nodgui.

Source

treeview.lisp.

Direct superclasses

frame.

Direct methods
Direct slots
Slot: treeview
Readers

treeview.

Writers

(setf treeview).

Slot: hscroll
Readers

hscroll.

Writers

(setf hscroll).

Slot: vscroll
Readers

vscroll.

Writers

(setf vscroll).

Class: searchable-listbox

A listbox with an entry to filter its contents

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

frame.

Direct subclasses

autocomplete-listbox.

Direct methods
Direct slots
Slot: scrolled-listbox
Package

nodgui.

Initargs

:scrolled-listbox

Readers

scrolled-listbox.

Writers

(setf scrolled-listbox).

Slot: listbox
Package

nodgui.

Initargs

:listbox

Readers

listbox.

Writers

(setf listbox).

Slot: entry
Package

nodgui.

Initargs

:entry

Readers

entry.

Writers

(setf entry).

Slot: data

The items of this listbox

Initargs

:data

Readers

data.

Writers

(setf data).

Slot: key

This function is applied to every element in ’data’ before the actual match is performed

Initform

(function identity)

Initargs

:key

Readers

key.

Writers

(setf key).

Slot: remove-non-matching-p

If true (generalized boolean) non-matching item are removed from the listbox, if nil just unselected

Initform

t

Initargs

:remove-non-matching-p

Readers

remove-non-matching-p.

Writers

(setf remove-non-matching-p).

Slot: matching-fn

The filter function for list entries, if values
nil the entry is removed or uselected depending of the value of ’remove-non-matching-p’. The parameter ar the text of ’entry’ and the value of the item.

Initform

(function cl-ppcre:scan)

Initargs

:matching-fn

Readers

matching-fn.

Writers

(setf matching-fn).

Slot: entry-label

The label near the text entry where filter criteria is typed

Initform

"search"

Initargs

:entry-label

Readers

entry-label.

Writers

(setf entry-label).

Slot: displayed
Initargs

:displayed

Readers

displayed.

Writers

(setf displayed).

Class: separator
Package

nodgui.

Source

separator.lisp.

Direct superclasses

widget.

Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::separator"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: series

keeps a set of data

Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: handle

the internal identifier of this series (do not touch it!)

Package

nodgui.

Initargs

:handle

Readers

handle.

Writers

(setf handle).

Slot: xs

a list of x for each point of this series

Initform

(quote nil)

Initargs

:xs

Readers

xs.

Writers

(setf xs).

Slot: ys

a list of y for each point of this series

Initform

(quote nil)

Initargs

:ys

Readers

ys.

Writers

(setf ys).

Slot: legend

a descriptive label (shown on the plot) for this series

Initform

""

Initargs

:legend

Readers

legend.

Writers

(setf legend).

Slot: color

plotted color of each datum

Initform

"#ff0000"

Initargs

:color

Readers

color.

Writers

(setf color).

Class: shape

A generic shape to be drawn on a canvas

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Direct superclasses

canvas-holder.

Direct subclasses
Direct methods
Direct slots
Slot: coordinates

The coordinates of the vertices (or control points) belonging to this shape

Initform

(quote nil)

Initargs

:coordinates

Readers

coordinates.

Writers

(setf coordinates).

Slot: fill-color

The inner color of this shape

Initform

"#ffffff"

Initargs

:fill-color

Readers

fill-color.

Writers

(setf fill-color).

Slot: outline-color

The outline color of this shape

Initform

"#ffffff"

Initargs

:outline-color

Readers

outline-color.

Writers

(setf outline-color).

Slot: outline-width

The width of the outline that surrounds this shape

Initform

1

Initargs

:outline-width

Readers

outline-width.

Writers

(setf outline-width).

Class: sizegrip
Package

nodgui.

Source

sizegrip.lisp.

Direct superclasses

widget.

Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::sizegrip"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: spinbox
Package

nodgui.

Source

spinbox.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::spinbox"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: star

A star-shaped polygon

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Direct superclasses

polygon.

Class: style
Package

nodgui.

Source

styles.lisp.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

(setf name).

Slot: parent
Initargs

:parent

Readers

parent.

Writers

(setf parent).

Slot: options
Initargs

:options

Readers

options.

Writers

(setf options).

Slot: applied
Initargs

:applied

Readers

appliedp.

Writers

(setf applied).

Slot: action
Type

(or :configure :create)

Initargs

:action

Readers

action.

Writers

(setf action).

Slot: pre-application-function
Type

function

Initform

(constantly t)

Initargs

:pre-application-function

Readers

pre-application-function.

Writers

(setf pre-application-function).

Class: synchronized-queue
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Direct methods
Direct slots
Slot: container
Initform

(quote nil)

Initargs

:container

Readers

container.

Writers

(setf container).

Slot: lock
Initform

(bordeaux-threads:make-lock)

Initargs

:lock

Readers

lock.

Writers

(setf lock).

Slot: condition-variable
Initform

(bordeaux-threads:make-condition-variable)

Initargs

:condition-variable

Readers

condition-variable.

Writers

(setf condition-variable).

Class: text
Package

nodgui.

Source

text.lisp.

Direct superclasses

widget.

Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"text"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Slot: xscroll
Initargs

:xscroll

Readers

xscroll.

Writers

(setf xscroll).

Slot: yscroll
Initargs

:yscroll

Readers

yscroll.

Writers

(setf yscroll).

Class: tga

A file in TARGA bitmap format

Package

nodgui.pixmap.

Source

pixmap.lisp.

Direct superclasses

pixmap-file.

Direct methods
Class: tkobject

Base class for every Tk object

Package

nodgui.

Source

widget.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

(setf name).

Class: tktextvariable
Package

nodgui.

Source

tktextvariable.lisp.

Direct subclasses
Direct methods
Class: tkvariable
Package

nodgui.

Source

tkvariable.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: data-returned-are-list
Initargs

:data-returned-are-list-p

Readers

data-returned-are-list-p.

Writers

(setf data-returned-are-list).

Class: tooltip
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

toplevel.

Direct methods
Direct slots
Slot: widget-rectangle

a list of x y w h

Type

list

Initform

(quote nil)

Initargs

:widget-rectangle

Readers

widget-rectangle.

Writers

(setf widget-rectangle).

Slot: label
Package

nodgui.

Initargs

:label

Readers

tooltip-label.

Writers

(setf tooltip-label).

Slot: popup-time
Initform

500

Initargs

:popup-time

Readers

popup-time.

Writers

(setf popup-time).

Class: toplevel
Package

nodgui.

Source

toplevel.lisp.

Direct superclasses

widget.

Direct subclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"toplevel"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Slot: protocol-destroy
Initargs

:on-close

Readers

protocol-destroy.

Writers

(setf protocol-destroy).

Slot: title
Initargs

:title

Readers

title.

Writers

(setf title).

Class: tree-item

A single node of a treeview

Package

nodgui.

Source

treeview.lisp.

Direct methods
Direct slots
Slot: id
Initform

(nodgui.utils:create-name)

Initargs

:id

Readers

id.

Writers

(setf id).

Slot: tree

The container widget (i.e. a treeview instance)

Initargs

:tree

Readers

tree.

Writers

(setf tree).

Slot: index

the position of this node among to its siblings

Initform

nodgui:+treeview-last-index+

Initargs

:index

Readers

index.

Writers

(setf index).

Slot: parent

The id of the parent of this item

Initform

nodgui:+treeview-root+

Initargs

:parent

Readers

parent.

Writers

(setf parent).

Slot: text

The primary value of this item

Initargs

:text

Readers

text.

Writers

(setf text).

Slot: image
Initargs

:image

Readers

image.

Writers

(setf image).

Slot: tag

The tags of this item, used for event handling

Initargs

:tag

Readers

tag.

Writers

(setf tag).

Slot: column-values

The secondary (optional) values associed with this item

Initargs

:column-values

Readers

column-values.

Writers

(setf column-values).

Class: treelist

A widget to display a tree-like structure by a set of listboxes.

Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

frame.

Direct subclasses

demo-tree.

Direct methods
Direct slots
Slot: depth

number of listboxes to display

Initform

3

Initargs

:depth

Readers

depth.

Writers

This slot is read-only.

Slot: listbox

array with the displayed listboxes

Package

nodgui.

Readers

listbox.

Writers

(setf listbox).

Slot: data

root node to be displayed (its children fill the first box)

Initargs

:data

Readers

data.

Writers

(setf data).

Slot: entries

array of the lists displayed in the listbox

Readers

entries.

Writers

(setf entries).

Slot: offset

index difference between data depth position and listbox position

Initform

0

Readers

offset.

Writers

(setf offset).

Slot: selection

list of selected values

Readers

selection.

Writers

(setf selection).

Class: treeview
Package

nodgui.

Source

treeview.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"ttk::treeview"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Slot: xscroll
Initargs

:xscroll

Readers

xscroll.

Writers

(setf xscroll).

Slot: yscroll
Initargs

:yscroll

Readers

yscroll.

Writers

(setf yscroll).

Slot: items
Initargs

:items

Readers

items.

Writers

(setf items).

Class: two-color-star

A star-shaped polygon with two differents colors for left and right side

Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Direct superclasses

shape.

Direct methods
Direct slots
Slot: bbox-fix
Initform

nodgui.shapes::+star-bbox-fix-scale+

Initargs

:bbox-fix

Readers

bbox-fix.

Writers

(setf bbox-fix).

Slot: left-side
Initargs

:left-side

Readers

left-side.

Writers

(setf left-side).

Slot: right-side
Initargs

:right-side

Readers

right-side.

Writers

(setf right-side).

Class: widget

Base class for all widget types

Package

nodgui.

Source

widget.lisp.

Direct superclasses

tkobject.

Direct subclasses
Direct methods
Direct slots
Slot: master

parent widget or nil

Initargs

:master

Readers

master.

Writers

(setf master).

Slot: widget-path

pathname to refer to the widget

Initargs

:path

Readers

%widget-path.

Writers

(setf %widget-path).

Slot: init-command
Initargs

:init-command

Readers

init-command.

Writers

(setf init-command).

Class: xy-plot

A plot with the data representing points in the x/y plane.

Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct superclasses

plot.

Direct subclasses

dot-plot.

Direct methods
Direct slots
Slot: x-axis-conf
Initform

(make-instance (quote nodgui.tklib.plot::axis-conf) :minimum 0.0 :maximum 100.0 :ticks-step 10.0)

Initargs

:x-axis-conf

Readers

x-axis-conf.

Writers

(setf x-axis-conf).

Slot: y-axis-conf
Initform

(make-instance (quote nodgui.tklib.plot::axis-conf) :minimum 0.0 :maximum 100.0 :ticks-step 10.0)

Initargs

:y-axis-conf

Readers

y-axis-conf.

Writers

(setf y-axis-conf).


6.1.10 Types

Type: ubvec4 ()

A 4d vector of unsigned integer.

Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Type: ubvec4-type ()
Package

nodgui.ubvec4.

Source

ubvec4.lisp.

Type: vec2 ()

A 2d vector of single floats.

Package

nodgui.vec2.

Source

vec2.lisp.

Type: vec2-type ()
Package

nodgui.vec2.

Source

vec2.lisp.


6.2 Internals


6.2.1 Constants

Constant: +alpha-channel+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +arg-toplevel-name+
Package

nodgui.

Source

wish-communication.lisp.

Constant: +base52-encode-table+
Package

nodgui.utils.

Source

utils.lisp.

Constant: +bell-icon+

A bell icon in png format.

Package

nodgui.demo.

Source

demo-tests.lisp.

Constant: +bell-icon+

A bell icon in png format.

Package

nodgui.tklib.notify.

Source

notify-window.lisp.

Constant: +blue-channel+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +blue-corner+
Package

nodgui.demo.

Source

demo-tests.lisp.

Constant: +calendar-date-format-d/m/y+

Format of this date as month (2 digits) / day (2 digits) / year (4 digits)

Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Constant: +calendar-date-format-m/d/y+

Format of this date as day (2 digits) / month (2 digits) / year (4 digits)

Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Constant: +calendar-library-name+
Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Constant: +calendar-supported-language+
Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Constant: +closing-loop-event+
Package

nodgui.

Source

wish-communication.lisp.

Constant: +closing-loop-input+
Package

nodgui.

Source

wish-communication.lisp.

Constant: +control-widget-library-name+
Package

nodgui.tklib.misc-widget.

Source

misc-widget.lisp.

Constant: +date-today-dom-wrapper+
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Constant: +decode-table+
Package

nodgui.base64.

Source

base64.lisp.

Constant: +encode-table+
Package

nodgui.base64.

Source

base64.lisp.

Constant: +event-parsing-error-template+
Package

nodgui.conditions.

Source

conditions.lisp.

Constant: +field-separator+
Package

nodgui.event-parser.

Source

event-parser.lisp.

Constant: +file-matrix-buff-size+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +file-matrix-element-type+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +first-non-printable-keysym+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +gif87-magic-number+
Package

nodgui.utils.

Source

utils.lisp.

Constant: +gif89-magic-number+
Package

nodgui.utils.

Source

utils.lisp.

Constant: +green-channel+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +jpeg-magic-number+
Package

nodgui.utils.

Source

utils.lisp.

Constant: +jpeg-stream-element-type+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +left-delimiter+
Package

nodgui.event-parser.

Source

event-parser.lisp.

Constant: +legal-select-mode-values+
Package

nodgui.

Source

listbox.lisp.

Constant: +no-event-value+
Package

nodgui.

Source

wish-communication.lisp.

Constant: +notify-library-name+
Package

nodgui.tklib.notify.

Source

notify-window.lisp.

Constant: +padding-char+
Package

nodgui.base64.

Source

base64.lisp.

Constant: +plotchart-library-name+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +png-magic-number+
Package

nodgui.utils.

Source

utils.lisp.

Constant: +pseudo-series-item-suffix+
Package

nodgui.tklib.plot.

Source

plot.lisp.

Constant: +racute+
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Constant: +red-channel+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +red-corner+
Package

nodgui.demo.

Source

demo-tests.lisp.

Constant: +reference-text-width-char+

According to the documentation this is the reference size for char width

Package

nodgui.

Source

text.lisp.

Constant: +right-delimiter+
Package

nodgui.event-parser.

Source

event-parser.lisp.

Constant: +selection-mode-allow-double-click+
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Constant: +star-bbox-fix-scale+
Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Constant: +swaplist-library-name+
Package

nodgui.tklib.swaplist.

Source

swaplist.lisp.

Constant: +targa-img-colormap-spec-offset+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-colormap-spec-size+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-header-size+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-id-len-offset+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-id-len-size+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-id-offset+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-rgba+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-rgba-rle+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-scanline-bottomleft+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-scanline-topleft+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-signature+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-spec-offset+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-spec-size+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-type-offset+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-img-type-size+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +targa-stream-element-type+
Package

nodgui.pixmap.

Source

pixmap.lisp.

Constant: +tcl-init-code+
Package

nodgui.tcl-glue-code.

Source

tcl-glue-code.lisp.

Constant: +tcl-send-data-code+
Package

nodgui.tcl-glue-code.

Source

tcl-glue-code.lisp.

Constant: +to-lisp-mode+
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Constant: +to-tcl-group+
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Constant: +to-tcl-if-mode+
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Constant: +tooltip-position-offset+
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Constant: +valid-tcl-truth-values+
Package

nodgui.utils.

Source

utils.lisp.

Constant: +wish-init-code-raw+
Package

nodgui.tcl-glue-code.

Source

tcl-glue-code.lisp.


6.2.2 Special variables

Special Variable: *angle*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *angle2*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *angle3*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *buffer-for-atomic-output*
Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *default-toplevel-name*
Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *demo-canvas*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *demo-line*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *directory-sep*
Package

nodgui.utils.

Source

utils.lisp.

Special Variable: *directory-sep-regexp*
Package

nodgui.utils.

Source

utils.lisp.

Special Variable: *do-escape-tilde*
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Special Variable: *do-rotate*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *events-loop-lock*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *events-loop-lock*
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Special Variable: *events-loop-thread*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *events-loop-thread*
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Special Variable: *generate-name-lock*
Package

nodgui.

Source

nodgui.lisp.

Special Variable: *gui-server*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *inside-mainloop*
Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *internal-time-scaling-millis*
Package

nodgui.

Source

events.lisp.

Special Variable: *max-line-length*
Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *queue*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *queue*
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Special Variable: *queue-cond*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *queue-lock*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *sanitize*
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Special Variable: *stop-events-loop*
Package

nodgui.demo.

Source

demo-tests.lisp.

Special Variable: *stop-events-loop*
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Special Variable: *styles*
Package

nodgui.

Source

styles.lisp.

Special Variable: *tkimg-loaded-p*
Package

nodgui.

Source

wish-communication.lisp.

Special Variable: *tooltip-afterid*
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Special Variable: *tree*
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Special Variable: *wish-connections*

Connections pushed aside by invoking the NEW-WISH restart in START-WISH.

Package

nodgui.

Source

wish-communication.lisp.


6.2.3 Macros

Macro: %evl (body)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Macro: bind-quick-choice (entry history saved-text-entry event-type position)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Macro: bind-quick-choices (entry history saved-text-entry &rest event-types-and-positions)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Macro: compare-events (event output)
Package

test-event-parser.

Source

test-event-parser.lisp.

Macro: create-root-styles (&rest names)
Package

nodgui.

Source

styles.lisp.

Macro: defcode-test ((name &body tcl-ast) &rest result-lines)
Package

test-tcl-emitter.

Source

test-tcl-emitter.lisp.

Macro: gen-all-time-access (&rest name-pos)
Package

nodgui.utils.

Source

utils.lisp.

Macro: gen-check-magic-number (name &rest magic)
Package

nodgui.utils.

Source

utils.lisp.

Macro: gen-colorize (class-symbol)
Package

nodgui.

Source

canvas.lisp.

Macro: gen-delete@ ((sequence position) &body body)
Package

nodgui.utils.

Source

utils.lisp.

Macro: gen-intn->bytes (bits)
Package

nodgui.utils.

Source

utils.lisp.

Macro: gen-key-capital-symbol (sym bag)
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Macro: gen-key-capital-symbols (bag &rest syms)
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Macro: gen-key-symbol (sym bag)
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Macro: gen-key-symbols (bag &rest syms)
Package

nodgui.event-symbols.

Source

event-symbols.lisp.

Macro: gen-plot-component (type &rest values)
Package

nodgui.tklib.plot.

Source

plot.lisp.

Macro: gen-time-access (name pos)
Package

nodgui.utils.

Source

utils.lisp.

Macro: gen-wm-constant (name name-prefix)
Package

nodgui.

Source

wm.lisp.

Macro: gen-wm-type-constants (&rest names)
Package

nodgui.

Source

wm.lisp.

Macro: loop-matrix ((matrix x y &optional loop-name) &body body)

loop on each element of a pixmap ’matrix’ with ’x’ and ’y’ bounds to the current scanned element

Package

nodgui.pixmap.

Source

pixmap.lisp.

Macro: make-font-constant (name &key documentation)
Package

nodgui.

Source

nodgui.lisp.

Macro: make-font-constants (names-docs)
Package

nodgui.

Source

nodgui.lisp.

Macro: with-canvas-path ((path canvas) &body body)
Package

nodgui.

Source

canvas.lisp.

Macro: with-check-borders ((x y x-bond y-bond w h) then else)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Macro: with-check-matrix-borders ((matrix x y) &body then)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Macro: with-nodgui-handlers (() &body body)
Package

nodgui.

Source

wish-communication.lisp.

Macro: with-sync-data ((widget) &body body)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Macro: with-time-as-list ((decoded-time universal-time) &body body)
Package

nodgui.mw.

Source

nodgui-mw.lisp.


6.2.4 Ordinary functions

Function: %autocomplete (listbox)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: %deiconify (widget-path)
Package

nodgui.

Source

wm.lisp.

Function: %find (field bag)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: %iconify (widget-path)
Package

nodgui.

Source

wm.lisp.

Function: %join (&rest tokens)
Package

test-tcl-emitter.

Source

test-tcl-emitter.lisp.

Function: %make-font (name size)
Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Function: %make-progress-star (canvas left-color right-color bbox-fix)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: %multifont-listbox-highlight-selected (widget)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: %multifont-listbox-shift-selected-index (widget offset)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: %offset-bits (w x y)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: %tkescape (text escapable-chars)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: %to-safe-format-string (a)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: accept-garbage-for-next-event-p ()

Sometimes tcl lib print on standard error for debugging purpose, ignore the data got in this case setting this variable to non nil

Package

nodgui.

Source

wish-communication.lisp.

Function: add-a-month-clsr (date-object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: add-a-year-clsr (date-object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: add-callback (sym fun)

create a callback sym is the name to use for storage, fun is the function to call

Package

nodgui.

Source

nodgui.lisp.

Function: append-wish-args (other-args)
Package

nodgui.

Source

wish-communication.lisp.

Function: autocomplete-click-1-clsr (candidates-widget autocomplete-entry-widget)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: autocomplete-entry-test ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: autocomplete-key-press-clsr (candidates-widget autocomplete-entry-widget autocomplete-function)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: autocomplete-listbox-demo ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: bilinear-interpolation (matrix x y &key interpolate-fn behaivour-on-border-fn)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: break-mainloop ()
Package

nodgui.

Source

wish-communication.lisp.

Function: break-mainloop-p ()
Package

nodgui.

Source

wish-communication.lisp.

Function: build-args (class parents defs)
Package

nodgui.

Source

widget-helpers.lisp.

Function: build-theme-filename (name)
Package

nodgui.

Source

nodgui.lisp.

Function: build-theme-pathfile (name)
Package

nodgui.

Source

nodgui.lisp.

Function: bypass-escape-p (object)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: calc-color-stars (bar progress-value)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: calc-file-matrix-size (fm)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: calc-offset (block-size width x y)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: calculate-milliseconds-elapsed ()
Package

nodgui.

Source

events.lisp.

Function: call-with-read-data (fn)
Package

nodgui.

Source

wish-communication.lisp.

Function: callback (sym arg)

perform the call of the function associated with sym and the args arg

Package

nodgui.

Source

nodgui.lisp.

Function: cget-date-format (calendar)

Convenience function to get the string corresponding to the internal date of widget

Package

nodgui.tklib.calendar.

Source

calendar.lisp.

Function: check-barchart-data (plot)
Package

nodgui.tklib.plot.

Source

plot.lisp.

Function: check-compatibility-type-detail (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: check-different-modifiers (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: check-enqueued-data ()
Package

nodgui.

Source

wish-communication.lisp.

Function: check-enqueued-event ()
Package

nodgui.

Source

wish-communication.lisp.

Function: check-magic-number (data &rest magic-numbers)
Package

nodgui.utils.

Source

utils.lisp.

Function: check-pattern (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: check-spaces (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: check-valid-detail-or-type (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: check-valid-modifiers (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: check-valid-type (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: check-valid-type-or-modifier (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: clear-star-progress-star (bar)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: close-file-matrix (fm)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: close-process-stream (stream)

Close a ’stream open by ’do-execute.

Package

nodgui.

Source

wish-communication.lisp.

Function: cm (tree widget-path)
Package

nodgui.

Source

nodgui.lisp.

Function: colorize-progress-star (progress-widget)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: construct-tk-event (properties)

create an event structure from a list of values as read from tk

Package

nodgui.

Source

events.lisp.

Function: copy-bypass-escape (instance)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: copy-event (instance)
Package

nodgui.

Source

events.lisp.

Function: copy-match (instance)
Package

nodgui.

Source

text.lisp.

Function: copy-modal-toplevel (instance)
Package

nodgui.

Source

nodgui.lisp.

Function: copy-nodgui-connection (instance)
Package

nodgui.

Source

wish-communication.lisp.

Function: copy-pixmap (object)

Make a copy of a pixmap

Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: copy-protect-escape (instance)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: copy-tcl/< (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: copy-tcl/> (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: copy-tcl/code (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: copy-tcl/keyword (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: copy-tcl/list (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: copy-wm-attrib (instance)
Package

nodgui.

Source

wm.lisp.

Function: create-item-command (canvas item stream)

Create the tk command string for creating a canvas item according to the item spec. The item spec has the format ’(itemtype args @rest)
Where itemtype is the type of item to create, args its mandatory arguments and rest any number of option value pairs.
Understood item types are:
:rectangle x0 y0 y1 y2
:arc x0 y0 x1 y1
:line x0 y0 x1 y1
:text x y text
:ctext x y text

Package

nodgui.

Source

canvas.lisp.

Function: create-path (master name)

create pathname from master widget <master> and widget name <name>

Package

nodgui.

Source

nodgui.lisp.

Function: date-build-universal-time (year month day)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-build-universal-time* (date-object day)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-color-by-week (idx)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-format-month (date-object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-format-week-day (date-object &optional day)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-format-year (date-object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-jump-today (date-object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-month-name->month-num (date-object name)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-month-num->month-name (date-object idx)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-picker-demo ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-refresh (date-object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: date-sundayp (index)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: dbg (fmt &rest args)
Package

nodgui.

Source

wish-communication.lisp.

Function: debugger-test (&optional debugger-class)
Package

nodgui.

Source

trivial-debugger.lisp.

Function: demo-autocomplete-entry (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-canvas (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-combo (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-custom-style (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-defwidget (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-escape-text (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-eyes (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-image (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-message-timeout (parent)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-modal (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-multifont-listbox (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-multithread (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-multithread-2 (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-multithread-loop (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-notebook (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-notebook-2 (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-packtest1 (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-packtest2 (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-paned-window (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-sct (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-test-loop ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-test-loop ()
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Function: demo-text (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-tklib-bar-plot (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-tklib-calendar (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-tklib-dot-plot (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-tklib-equalizer-bar (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-tklib-notify (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-tklib-swaplist (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-treeview (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-validate-command (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-widget (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: demo-with-widgets (&key theme)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: dispatch-program-events-or-wait ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: dispatch-program-events-or-wait ()
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Function: draw-error-bar (plot series x y error-value stopper-width color)

The low level drawing procedure for error bar

Package

nodgui.tklib.plot.

Source

plot.lisp.

Function: eggs (radio)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: embedded-theme-names ()
Package

nodgui.

Source

nodgui.lisp.

Function: ensure-validation-type-correct (validation-mode)
Package

nodgui.

Source

entry.lisp.

Function: escape-node-if-not-root (s)
Package

nodgui.

Source

treeview.lisp.

Function: event-got-error-p (event)
Package

nodgui.

Source

wish-communication.lisp.

Reader: event-others (instance)
Writer: (setf event-others) (instance)
Package

nodgui.

Source

events.lisp.

Target Slot

others.

Function: event-p (object)
Package

nodgui.

Source

events.lisp.

Function: events-loop-running-p ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: events-loop-running-p ()
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Function: fill-file-matrix-size (fm)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: filter-keys (desired-keys keyword-arguments)
Package

nodgui.

Source

wish-communication.lisp.

Function: find-style (style-name)
Package

nodgui.

Source

styles.lisp.

Function: fm-vector-type-fn (fm)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: font-chooser-hide ()
Package

nodgui.

Source

nodgui.lisp.

Function: font-chooser-show (&key parent title)
Package

nodgui.

Source

nodgui.lisp.

Function: force-string-read-macro (stream char ign)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: format-number (stream number)
Package

nodgui.

Source

canvas.lisp.

Function: funcall-all (v)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: gen-encode-table ()
Package

nodgui.base64.

Source

base64.lisp.

Function: get-counter ()

incremental counter to create unique numbers

Package

nodgui.

Source

nodgui.lisp.

Function: gtree-demo ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: handle-dead-stream (err stream)
Package

nodgui.

Source

wish-communication.lisp.

Function: iarg-code (arg)
Package

nodgui.

Source

widget-helpers.lisp.

Function: iarg-comment (arg)
Package

nodgui.

Source

widget-helpers.lisp.

Function: iarg-format (arg)
Package

nodgui.

Source

widget-helpers.lisp.

Function: iarg-key (arg)
Package

nodgui.

Source

widget-helpers.lisp.

Function: iarg-name (arg)
Package

nodgui.

Source

widget-helpers.lisp.

Function: indicate-stop-mainloop-threads ()
Package

nodgui.

Source

wish-communication.lisp.

Function: init-tcl (&key debug-tcl)
Package

nodgui.

Source

wish-communication.lisp.

Function: init-tkimg ()
Package

nodgui.

Source

wish-communication.lisp.

Function: init-wish ()
Package

nodgui.

Source

wish-communication.lisp.

Function: insert-image* (text-widget image-resource coordinates)
Package

nodgui.

Source

text.lisp.

Function: int32->bytes (val &optional count res)
Package

nodgui.utils.

Source

utils.lisp.

Function: interpolate (weight px1 px2)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: item-colorize (canvas canvas-item fill outline)
Package

nodgui.

Source

canvas.lisp.

Function: keywordize (a)
Package

nodgui.

Source

styles.lisp.

Function: left-parens-ornament ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: list-select-demo ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: load-rearrange-raw-packet (bgra data)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: make-call-with-condition-handlers-function (handler-class)

Return a function that will call a thunk with the appropriate condition handlers in place.

Package

nodgui.

Source

error-handling.lisp.

Function: make-condition-handler-function (&key class title)

Create a function appropriate for use in a handler-bind.

Package

nodgui.

Source

trivial-debugger.lisp.

Function: make-directory (path)
Package

nodgui.utils.

Source

utils.lisp.

Function: make-error-collecting-thread (error-stream)
Package

nodgui.

Source

wish-communication.lisp.

Function: make-event (&key x y char-code keycode char width height root-x root-y mouse-button unicode-char others)
Package

nodgui.

Source

events.lisp.

Function: make-file-matrix (file width height &key fill block-sz)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: make-image-data (data-bits w h channels &key column-offset)

(make-image-data #( 1 2 3 4 5 6 7 8 9
10 11 12 13 14 15 16 17 18)
3 2 3)
===> [list [list #010203 #040506 #070809 ] [list #0A0B0C #0D0E0F #101112 ] ]

Package

nodgui.

Source

photo-image.lisp.

Function: make-index-modifier (count units &optional submodifier)
Package

nodgui.

Source

text.lisp.

Function: make-indices (indices &rest modifiers)
Package

nodgui.

Source

text.lisp.

Function: make-indices-linechar (line-number char-index)
Package

nodgui.

Source

text.lisp.

Function: make-indices-tag (tagname &key firstp endp)
Package

nodgui.

Source

text.lisp.

Function: make-indices-xy (x y)
Package

nodgui.

Source

text.lisp.

Function: make-list-select-demo (&optional master)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: make-match (&key start end string tag-name)
Package

nodgui.

Source

text.lisp.

Function: make-modal-toplevel (&key lock condvar close-condition root-widget results)
Package

nodgui.

Source

nodgui.lisp.

Function: make-pixmap (w h &optional bg)

Instantiate a pixmap object of width ’w’ and height ’h’ filled with enough copies of the color bg.

Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: make-pixmap-frame (w h &optional bg)

Instantiate a pixmap object of width ’w’ and height ’h’ filled with the color bg. Please note that all the elements of the data slots points to the same memory location (i.e. bg).

Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: make-tcl/< (&key data)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: make-tcl/> (&key data)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: make-tcl/code (&key data)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: make-tcl/keyword (&key data raw-keyword spaces-after as-string-p)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: make-tcl/list (&key data)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: make-wm-attrib (&key alpha fullscreen topmost type zoomed)
Package

nodgui.

Source

wm.lisp.

Function: manage-wish-output (event)
Package

nodgui.

Source

wish-communication.lisp.

Function: match-p (object)
Package

nodgui.

Source

text.lisp.

Reader: modal-toplevel-close-condition (instance)
Writer: (setf modal-toplevel-close-condition) (instance)
Package

nodgui.

Source

nodgui.lisp.

Target Slot

close-condition.

Reader: modal-toplevel-condvar (instance)
Writer: (setf modal-toplevel-condvar) (instance)
Package

nodgui.

Source

nodgui.lisp.

Target Slot

condvar.

Reader: modal-toplevel-lock (instance)
Writer: (setf modal-toplevel-lock) (instance)
Package

nodgui.

Source

nodgui.lisp.

Target Slot

lock.

Function: modal-toplevel-p (object)
Package

nodgui.

Source

nodgui.lisp.

Function: modal-window-test ()
Package

test-nodgui.

Source

test-nodgui.lisp.

Function: multifont-translate-end-tcl->lisp (end-value)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: nodgui-connection-p (object)
Package

nodgui.

Source

wish-communication.lisp.

Function: normalize-error (errors-list)
Package

nodgui.

Source

wish-communication.lisp.

Function: p-column-number (coordinates-spec)
Package

nodgui.

Source

text.lisp.

Function: p-coordinate-number (coordinates-spec)
Package

nodgui.

Source

text.lisp.

Function: p-coordinates (coordinates-spec)
Package

nodgui.

Source

text.lisp.

Function: p-coordinates-offset (modifier-specification)
Package

nodgui.

Source

text.lisp.

Function: p-modifier (modifier-specification sign)
Package

nodgui.

Source

text.lisp.

Function: p-row-number (coordinates-spec)
Package

nodgui.

Source

text.lisp.

Function: p-sign (indices-specification)
Package

nodgui.

Source

text.lisp.

Function: p-tag (coordinates-spec)
Package

nodgui.

Source

text.lisp.

Function: p-x (coordinates-spec)
Package

nodgui.

Source

text.lisp.

Function: p-y (coordinates-spec)
Package

nodgui.

Source

text.lisp.

Function: parse (a)
Package

test-text-indices.

Source

test-text-indices.lisp.

Function: parse-line-char-index (raw-index)
Package

nodgui.

Source

text.lisp.

Function: parse-number-or-0 (n)
Package

nodgui.tklib.plot.

Source

plot.lisp.

Function: password-char-placeholder ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: password-entry-demo ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: pattern->string (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: pattern-detail (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: pattern-type (pattern)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: pop-enqueued-data ()
Package

nodgui.

Source

wish-communication.lisp.

Function: pop-enqueued-event ()
Package

nodgui.

Source

wish-communication.lisp.

Function: pop-event-block ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: pop-mainloop-thread ()
Package

nodgui.

Source

wish-communication.lisp.

Function: pprint-down (stream object colon at)

Print OBJECT to STREAM, downcasing unless OBJECT is a string, and giving the path of tkobjects.

Package

nodgui.

Source

widget.lisp.

Function: print-backtrace (error stream)
Package

nodgui.

Source

trivial-debugger.lisp.

Function: process-layout (line parent)
Package

nodgui.

Source

widget.lisp.

Function: process-one-event (event)
Package

nodgui.

Source

wish-communication.lisp.

Function: progress-star-radius (canvas)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: protect-escape-p (object)
Package

nodgui.sanitize.

Source

sanitize.lisp.

Function: push-enqueued-data (data)
Package

nodgui.

Source

wish-communication.lisp.

Function: push-enqueued-event (event)
Package

nodgui.

Source

wish-communication.lisp.

Function: push-event-unblock (value)
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: push-mainloop-thread ()
Package

nodgui.

Source

wish-communication.lisp.

Function: read-all (stream)
Package

nodgui.

Source

wish-communication.lisp.

Function: read-color-macro (stream char ign)
Package

nodgui.utils.

Source

utils.lisp.

Function: read-event-macro (stream char ign)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: read-keyword ()
Package

nodgui.

Source

wish-communication.lisp.

Function: read-wish ()

Reads from wish. If the next thing in the stream is looks like a lisp-list read it as such, otherwise read one line as a string.

Package

nodgui.

Source

wish-communication.lisp.

Function: regex-search-test ()
Package

test-nodgui.

Source

test-nodgui.lisp.

Function: remove-callback (sym)
Package

nodgui.

Source

nodgui.lisp.

Function: remove-separators (field)
Package

nodgui.event-parser.

Source

event-parser.lisp.

Function: repeat-periodic-coord (val max)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: restart-mainloop ()
Package

nodgui.

Source

wish-communication.lisp.

Function: rgb-struct->tk-color (rgb-struct)
Package

nodgui.utils.

Source

utils.lisp.

Function: right-parens-ornament ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: rle-encode-line (line depth &optional res)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: rotate ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: safe-subseq (sequence start &optional end)

return the whole sequence if end is beyond the length of the sequence

Package

nodgui.utils.

Source

utils.lisp.

Function: scroll-candidates (candidates-widget offset)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: scroll-text-read-only-down (text-widget)
Package

nodgui.

Source

text.lisp.

Function: scroll-text-read-only-go-end-text (text-widget)
Package

nodgui.

Source

text.lisp.

Function: scroll-text-read-only-go-start-text (text-widget)
Package

nodgui.

Source

text.lisp.

Function: scroll-text-read-only-next-page (text-widget)
Package

nodgui.

Source

text.lisp.

Function: scroll-text-read-only-previous-page (text-widget)
Package

nodgui.

Source

text.lisp.

Function: scroll-text-read-only-up (text-widget)
Package

nodgui.

Source

text.lisp.

Function: searchable-listbox-demo ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: send-use-theme (name)
Package

nodgui.

Source

nodgui.lisp.

Function: send-wish (text)
Package

nodgui.

Source

wish-communication.lisp.

Function: send-wish-columns-data (widget switch column-ids)
Package

nodgui.

Source

treeview.lisp.

Function: send-wish-preamble-code ()
Package

nodgui.tklib.plot.

Source

plot.lisp.

Function: senddatastring (tclcmd args)
Package

nodgui.

Source

nodgui.lisp.

Function: serialize-style-name (style)
Package

nodgui.

Source

styles.lisp.

Function: set-date (date-object day)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: set-multifont-listbox-read-only (widget)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: set-scrolled-text-read-only (text-widget)
Package

nodgui.

Source

text.lisp.

Function: set-scrolled-text-read-only-with-cursor (text-widget)
Package

nodgui.

Source

text.lisp.

Function: shift-date (date-object month-shift-fn year-shift-fn)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: show-candidates (candidates)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: star-progress-demo ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: start-events-loop ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: start-events-loop ()
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Function: start-main-loop (&key thread-special-bindings)
Package

nodgui.

Source

wish-communication.lisp.

Function: start-reading-loop (&key thread-special-bindings)
Package

nodgui.

Source

wish-communication.lisp.

Function: start-rotation ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: start-wish-pipe (&optional stream)
Package

nodgui.

Source

wish-communication.lisp.

Function: stop-events-loop ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: stop-events-loop ()
Package

syncronized-queue.

Source

synchronized-queue.lisp.

Function: stop-rotation ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: stream-readable-p (stream)

return t, if there is something to READ on the stream

Package

nodgui.

Source

wish-communication.lisp.

Function: stringify-all (v)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: subtract-a-month-clsr (date-object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: subtract-a-year-clsr (date-object)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: symbol->stylename (a)
Package

nodgui.

Source

styles.lisp.

Function: sync-multifont-data (widget)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: tag (element)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: targa-rle-scanline (line depth)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Function: tcl/<-data (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: (setf tcl/<-data) (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: tcl/<-p (object)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: tcl/>-data (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: (setf tcl/>-data) (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: tcl/>-p (object)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Reader: tcl/code-data (instance)
Writer: (setf tcl/code-data) (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Target Slot

data.

Function: tcl/code-p (object)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Reader: tcl/keyword-as-string-p (instance)
Writer: (setf tcl/keyword-as-string-p) (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Target Slot

as-string-p.

Function: tcl/keyword-data (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: (setf tcl/keyword-data) (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: tcl/keyword-p (object)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Reader: tcl/keyword-raw-keyword (instance)
Writer: (setf tcl/keyword-raw-keyword) (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Target Slot

raw-keyword.

Reader: tcl/keyword-spaces-after (instance)
Writer: (setf tcl/keyword-spaces-after) (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Target Slot

spaces-after.

Function: tcl/list-data (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: (setf tcl/list-data) (instance)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: tcl/list-p (object)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Function: tcldebug (something)
Package

nodgui.

Source

wish-communication.lisp.

Function: tclize-pad (padding-command padding-value)
Package

nodgui.

Source

nodgui.lisp.

Function: test-rotation ()
Package

nodgui.demo.

Source

demo-tests.lisp.

Function: time-as-list (univ-time)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: tk-number (number)

convert number to integer/single float

Package

nodgui.

Source

nodgui.lisp.

Function: tooltip-test ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: treelist-test ()
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Function: treeview-move* (tree item &optional test key parent index)
Package

nodgui.

Source

treeview.lisp.

Function: two-color-star-handle (object accessor)
Package

nodgui.shapes.

Source

canvas-shapes.lisp.

Function: update-idle-tasks ()
Package

nodgui.

Source

nodgui.lisp.

Function: vector-empty-p (v)
Package

nodgui.utils.

Source

utils.lisp.

Function: verify-event (event)
Package

nodgui.

Source

wish-communication.lisp.

Function: wait-mainloop-threads ()
Package

nodgui.

Source

wish-communication.lisp.

Reader: wish-accept-garbage-for-next-event (instance)
Writer: (setf wish-accept-garbage-for-next-event) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

accept-garbage-for-next-event.

Reader: wish-after-counter (instance)
Writer: (setf wish-after-counter) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

after-counter.

Reader: wish-after-ids (instance)
Writer: (setf wish-after-ids) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

after-ids.

Reader: wish-break-mainloop (instance)
Writer: (setf wish-break-mainloop) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

break-mainloop.

Reader: wish-break-mainloop-lock (instance)
Writer: (setf wish-break-mainloop-lock) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

break-mainloop-lock.

Reader: wish-call-with-condition-handlers-function (instance)
Writer: (setf wish-call-with-condition-handlers-function) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

call-with-condition-handlers-function.

Reader: wish-callbacks (instance)
Writer: (setf wish-callbacks) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

callbacks.

Reader: wish-counter (instance)
Writer: (setf wish-counter) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

counter.

Reader: wish-data-queue (instance)
Writer: (setf wish-data-queue) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

data-queue.

Reader: wish-error-collecting-thread (instance)
Writer: (setf wish-error-collecting-thread) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

error-collecting-thread.

Reader: wish-event-queue (instance)
Writer: (setf wish-event-queue) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

event-queue.

Reader: wish-flush-lock (instance)
Writer: (setf wish-flush-lock) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

flush-lock.

Reader: wish-input-collecting-thread (instance)
Writer: (setf wish-input-collecting-thread) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

input-collecting-thread.

Reader: wish-lock (instance)
Writer: (setf wish-lock) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

lock.

Reader: wish-main-loop-thread (instance)
Writer: (setf wish-main-loop-thread) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

main-loop-thread.

Reader: wish-output-buffer (instance)
Writer: (setf wish-output-buffer) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

output-buffer.

Reader: wish-read-data-lock (instance)
Writer: (setf wish-read-data-lock) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

read-data-lock.

Reader: wish-read-lock (instance)
Writer: (setf wish-read-lock) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

read-lock.

Reader: wish-saved-main-loop-threads (instance)
Writer: (setf wish-saved-main-loop-threads) (instance)
Package

nodgui.

Source

wish-communication.lisp.

Target Slot

saved-main-loop-threads.

Function: wm-attrib-p (object)
Package

nodgui.

Source

wm.lisp.


6.2.5 Generic functions

Generic Reader: %widget-path (object)
Generic Writer: (setf %widget-path) (object)
Package

nodgui.

Methods
Reader Method: %widget-path ((widget widget))
Writer Method: (setf %widget-path) ((widget widget))

pathname to refer to the widget

Source

widget.lisp.

Target Slot

widget-path.

Generic Function: ->tcl (code)
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Methods
Method: ->tcl ((code tcl/list))
Method: ->tcl ((code (eql nil)))
Method: ->tcl ((code list))
Method: ->tcl ((code tcl/keyword))
Method: ->tcl ((code symbol))
Method: ->tcl ((code tcl/>))
Method: ->tcl ((code tcl/<))
Method: ->tcl ((code string))
Method: ->tcl (code)
Method: ->tcl ((code bypass-escape))
Generic Reader: a (object)
Package

nodgui.demo.

Methods
Reader Method: a ((test-widget test-widget))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

a.

Generic Writer: (setf a) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf a) ((test-widget test-widget))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

a.

Generic Function: abort-condition-handler (handler)

Get rid of this handler; called, for example, when the user closes the handler’s window. A handler basically has two choices here:

- Call cl:abort, which will abort the Nodgui event that raised this condition.

- Throw to nodgui:modal-toplevel, which will leave the condition unhandled.

Package

nodgui.

Source

trivial-debugger.lisp.

Methods
Method: abort-condition-handler ((handler graphical-condition-handler))
Generic Reader: action (object)
Package

nodgui.

Methods
Reader Method: action ((style style))

automatically generated reader method

Source

styles.lisp.

Target Slot

action.

Generic Writer: (setf action) (object)
Package

nodgui.

Methods
Writer Method: (setf action) ((style style))

automatically generated writer method

Source

styles.lisp.

Target Slot

action.

Generic Reader: all-days-buttons (object)
Package

nodgui.mw.

Methods
Reader Method: all-days-buttons ((date-picker date-picker))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

all-days-buttons.

Generic Writer: (setf all-days-buttons) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf all-days-buttons) ((date-picker date-picker))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

all-days-buttons.

Generic Function: (setf alpha-bits@) (object x y)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: (setf alpha-bits@) ((object pixmap) x y)

Set the alpha component for the ’bits’ slotys only; value is an (unsigned-byte 8)

Generic Writer: (setf applied) (object)
Package

nodgui.

Methods
Writer Method: (setf applied) ((style style))

automatically generated writer method

Source

styles.lisp.

Target Slot

applied.

Generic Reader: appliedp (object)
Package

nodgui.

Methods
Reader Method: appliedp ((style style))

automatically generated reader method

Source

styles.lisp.

Target Slot

applied.

Generic Reader: attached-entry (object)
Package

nodgui.mw.

Methods
Reader Method: attached-entry ((autocomplete-candidates autocomplete-candidates))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

attached-entry.

Generic Writer: (setf attached-entry) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf attached-entry) ((autocomplete-candidates autocomplete-candidates))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

attached-entry.

Generic Reader: b (object)
Package

nodgui.demo.

Methods
Reader Method: b ((test-widget2 test-widget2))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

b.

Reader Method: b ((test-widget test-widget))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

b.

Generic Writer: (setf b) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf b) ((test-widget2 test-widget2))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

b.

Writer Method: (setf b) ((test-widget test-widget))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

b.

Generic Reader: b1 (object)
Package

nodgui.demo.

Methods
Reader Method: b1 ((nbw nbw))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

b1.

Generic Writer: (setf b1) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf b1) ((nbw nbw))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

b1.

Generic Reader: b2 (object)
Package

nodgui.demo.

Methods
Reader Method: b2 ((nbw nbw))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

b2.

Generic Writer: (setf b2) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf b2) ((nbw nbw))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

b2.

Generic Reader: backtrace (object)
Package

nodgui.

Methods
Reader Method: backtrace ((graphical-condition-handler graphical-condition-handler))

automatically generated reader method

Source

trivial-debugger.lisp.

Target Slot

backtrace.

Generic Writer: (setf backtrace) (object)
Package

nodgui.

Methods
Writer Method: (setf backtrace) ((graphical-condition-handler graphical-condition-handler))

automatically generated writer method

Source

trivial-debugger.lisp.

Target Slot

backtrace.

Generic Function: bits-pixel@ (object x y)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: bits-pixel@ ((object pixmap) x y)

Get the color of pixel at specified coordinate from ’bits’ slot

Generic Function: (setf bits-pixel@) (object x y)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: (setf bits-pixel@) ((object pixmap) x y)

Set the color of pixel at specified coordinate for ’bits’ slot

Generic Reader: block-size (object)
Package

nodgui.pixmap.

Methods
Reader Method: block-size ((file-matrix file-matrix))

automatically generated reader method

Source

pixmap.lisp.

Target Slot

block-size.

Generic Writer: (setf block-size) (object)
Package

nodgui.pixmap.

Methods
Writer Method: (setf block-size) ((file-matrix file-matrix))

automatically generated writer method

Source

pixmap.lisp.

Target Slot

block-size.

Generic Reader: bu (object)
Package

nodgui.demo.

Methods
Reader Method: bu ((test-widget test-widget))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

bu.

Generic Writer: (setf bu) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf bu) ((test-widget test-widget))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

bu.

Generic Reader: c (object)
Package

nodgui.demo.

Methods
Reader Method: c ((test-widget test-widget))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

c.

Generic Writer: (setf c) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf c) ((test-widget test-widget))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

c.

Generic Function: colorize (object fill outline)

Paint the object with fill and outline (should be
valid tcl color (a string "#rrggbb", see: ‘rgb->tk’) or nil for transparent.

Package

nodgui.

Source

canvas.lisp.

Methods
Method: colorize ((object canvas-rectangle) fill outline)
Method: colorize ((object canvas-oval) fill outline)
Generic Reader: compare-history-candidate-predicate (object)
Generic Writer: (setf compare-history-candidate-predicate) (object)
Package

nodgui.mw.

Methods
Reader Method: compare-history-candidate-predicate ((history-entry history-entry))
Writer Method: (setf compare-history-candidate-predicate) ((history-entry history-entry))

An new candidate is added to the history only if
(funcall compare-history-candidate-predicate candidate old-entry) is nil for all elements in history

Source

nodgui-mw.lisp.

Target Slot

compare-history-candidate-predicate.

Generic Function: compute-buttons (handler master)

This method should return a list of buttons (generally for invoking restarts) to be packed.

Package

nodgui.

Source

trivial-debugger.lisp.

Methods
Method: compute-buttons ((handler graphical-condition-handler) master)
Generic Reader: condition-variable (object)
Package

syncronized-queue.

Methods
Reader Method: condition-variable ((synchronized-queue synchronized-queue))

automatically generated reader method

Source

synchronized-queue.lisp.

Target Slot

condition-variable.

Generic Writer: (setf condition-variable) (object)
Package

syncronized-queue.

Methods
Writer Method: (setf condition-variable) ((synchronized-queue synchronized-queue))

automatically generated writer method

Source

synchronized-queue.lisp.

Target Slot

condition-variable.

Generic Reader: container (object)
Package

syncronized-queue.

Methods
Reader Method: container ((synchronized-queue synchronized-queue))

automatically generated reader method

Source

synchronized-queue.lisp.

Target Slot

container.

Generic Writer: (setf container) (object)
Package

syncronized-queue.

Methods
Writer Method: (setf container) ((synchronized-queue synchronized-queue))

automatically generated writer method

Source

synchronized-queue.lisp.

Target Slot

container.

Generic Reader: coordinates (object)
Generic Writer: (setf coordinates) (object)
Package

nodgui.shapes.

Methods
Reader Method: coordinates ((shape shape))
Writer Method: (setf coordinates) ((shape shape))

The coordinates of the vertices (or control points) belonging to this shape

Source

canvas-shapes.lisp.

Target Slot

coordinates.

Generic Function: create (w)
Package

nodgui.

Source

widget.lisp.

Methods
Method: create ((widget widget))
Generic Reader: current-month-entry (object)
Package

nodgui.mw.

Methods
Reader Method: current-month-entry ((date-picker date-picker))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

current-month-entry.

Generic Writer: (setf current-month-entry) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf current-month-entry) ((date-picker date-picker))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

current-month-entry.

Generic Reader: current-year-entry (object)
Package

nodgui.mw.

Methods
Reader Method: current-year-entry ((date-picker date-picker))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

current-year-entry.

Generic Writer: (setf current-year-entry) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf current-year-entry) ((date-picker date-picker))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

current-year-entry.

Generic Writer: (setf data-returned-are-list) (object)
Package

nodgui.

Methods
Writer Method: (setf data-returned-are-list) ((tkvariable tkvariable))

automatically generated writer method

Source

tkvariable.lisp.

Target Slot

data-returned-are-list.

Generic Reader: data-returned-are-list-p (object)
Package

nodgui.

Methods
Reader Method: data-returned-are-list-p ((tkvariable tkvariable))

automatically generated reader method

Source

tkvariable.lisp.

Target Slot

data-returned-are-list.

Generic Reader: debugp (handler)

Should this handler offer to send the user into the debugger?

Package

nodgui.

Source

trivial-debugger.lisp.

Methods
Reader Method: debugp ((graphical-condition-handler graphical-condition-handler))

automatically generated reader method

Target Slot

debugp.

Generic Writer: (setf debugp) (object)
Package

nodgui.

Methods
Writer Method: (setf debugp) ((graphical-condition-handler graphical-condition-handler))

automatically generated writer method

Source

trivial-debugger.lisp.

Target Slot

debugp.

Generic Reader: depth (object)
Generic Writer: (setf depth) (object)
Package

nodgui.pixmap.

Methods
Reader Method: depth ((pixmap pixmap))
Writer Method: (setf depth) ((pixmap pixmap))

Number of color channels, It is developer
responsibility that this value’s slot matches the length of each element of the slot ’data’

Source

pixmap.lisp.

Target Slot

depth.

Generic Reader: depth (object)
Package

nodgui.mw.

Methods
Reader Method: depth ((treelist treelist))

number of listboxes to display

Source

nodgui-mw.lisp.

Target Slot

depth.

Generic Function: describe-condition (handler)

A text description of the condition, to be presented to the user.

Package

nodgui.

Source

trivial-debugger.lisp.

Methods
Method: describe-condition ((handler graphical-condition-handler))
Generic Reader: details-pane (object)
Generic Writer: (setf details-pane) (object)
Package

nodgui.

Methods
Reader Method: details-pane ((graphical-condition-handler graphical-condition-handler))
Writer Method: (setf details-pane) ((graphical-condition-handler graphical-condition-handler))

The scrolled-text where we display the stacktrace.

Source

trivial-debugger.lisp.

Target Slot

details-pane.

Generic Reader: displayed (object)
Package

nodgui.mw.

Methods
Reader Method: displayed ((searchable-listbox searchable-listbox))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

displayed.

Generic Writer: (setf displayed) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf displayed) ((searchable-listbox searchable-listbox))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

displayed.

Generic Function: down (object)
Package

nodgui.

Source

widget.lisp.

Methods
Method: down ((object widget))
Method: down ((object tkobject))
Method: down ((object string))
Method: down (object)
Generic Reader: e (object)
Package

nodgui.demo.

Methods
Reader Method: e ((test-widget2 test-widget2))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

e.

Generic Writer: (setf e) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf e) ((test-widget2 test-widget2))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

e.

Generic Function: entry-typed (widget keycode)
Package

nodgui.demo.

Source

demo-tests.lisp.

Methods
Method: entry-typed ((self test-widget2) keycode)
Generic Reader: f1 (object)
Package

nodgui.demo.

Methods
Reader Method: f1 ((test-widget test-widget))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

f1.

Reader Method: f1 ((nbw nbw))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

f1.

Generic Writer: (setf f1) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf f1) ((test-widget test-widget))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

f1.

Writer Method: (setf f1) ((nbw nbw))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

f1.

Generic Reader: f2 (object)
Package

nodgui.demo.

Methods
Reader Method: f2 ((nbw nbw))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

f2.

Generic Writer: (setf f2) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf f2) ((nbw nbw))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

f2.

Generic Reader: file (object)
Package

nodgui.mw.

Methods
Reader Method: file ((list-select-demo-entry list-select-demo-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

file.

Generic Writer: (setf file) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf file) ((list-select-demo-entry list-select-demo-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

file.

Generic Reader: file (object)
Package

nodgui.

Methods
Reader Method: file ((photo-image photo-image))

automatically generated reader method

Source

photo-image.lisp.

Target Slot

file.

Generic Writer: (setf file) (object)
Package

nodgui.

Methods
Writer Method: (setf file) ((photo-image photo-image))

automatically generated writer method

Source

photo-image.lisp.

Target Slot

file.

Generic Reader: file-path (object)
Package

nodgui.pixmap.

Methods
Reader Method: file-path ((file-matrix file-matrix))

automatically generated reader method

Source

pixmap.lisp.

Target Slot

file-path.

Generic Writer: (setf file-path) (object)
Package

nodgui.pixmap.

Methods
Writer Method: (setf file-path) ((file-matrix file-matrix))

automatically generated writer method

Source

pixmap.lisp.

Target Slot

file-path.

Generic Function: firstline (widget)
Package

nodgui.demo.

Source

demo-tests.lisp.

Methods
Method: firstline ((this test-widget2))
Generic Function: (setf firstline) (widget)
Package

nodgui.demo.

Source

demo-tests.lisp.

Methods
Method: (setf firstline) ((this test-widget2))
Generic Reader: frame-class (object)
Package

nodgui.

Methods
Reader Method: frame-class ((scrolled-frame scrolled-frame))

automatically generated reader method

Source

nodgui.lisp.

Target Slot

frame-class.

Generic Writer: (setf frame-class) (object)
Package

nodgui.

Methods
Writer Method: (setf frame-class) ((scrolled-frame scrolled-frame))

automatically generated writer method

Source

nodgui.lisp.

Target Slot

frame-class.

Generic Reader: full-colored-star-count (object)
Generic Writer: (setf full-colored-star-count) (object)
Package

nodgui.mw.

Methods
Reader Method: full-colored-star-count ((progress-bar-star progress-bar-star))
Writer Method: (setf full-colored-star-count) ((progress-bar-star progress-bar-star))

The number of star fully painted

Source

nodgui-mw.lisp.

Target Slot

full-colored-star-count.

Generic Function: get-searchable-listbox-data (lb)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: get-searchable-listbox-data ((lb searchable-listbox))
Generic Reader: group (object)
Package

nodgui.

Methods
Reader Method: group ((menuradiobutton menuradiobutton))

automatically generated reader method

Source

menuradiobutton.lisp.

Target Slot

group.

Generic Writer: (setf group) (object)
Package

nodgui.

Methods
Writer Method: (setf group) ((menuradiobutton menuradiobutton))

automatically generated writer method

Source

menuradiobutton.lisp.

Target Slot

group.

Generic Function: gtree-children (gtree node)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: gtree-children ((d gtree-demo) (node list))
Generic Function: gtree-content (gtree node)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: gtree-content ((d gtree-demo) (node list))
Generic Function: gtree-render-node (gtree node)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: gtree-render-node ((d gtree-demo) node)
Generic Function: handle-condition-p (handler condition)

Handlers will be asked about all signalled conditions, errors, warnings or otherwise. They may choose to handle or decline them via this method.

Package

nodgui.

Source

trivial-debugger.lisp.

Methods
Method: handle-condition-p ((handler graphical-condition-handler) condition)
Generic Function: handle-output (key params)
Package

nodgui.

Source

wish-communication.lisp.

Methods
Method: handle-output (key params)
Generic Reader: handler-condition (handler)

An accessor for the condition that this handler is handling. May be nil.

Package

nodgui.

Source

trivial-debugger.lisp.

Methods
Reader Method: handler-condition ((nodgui-condition-handler nodgui-condition-handler))

automatically generated reader method

Target Slot

condition.

Generic Writer: (setf handler-condition) (object)
Package

nodgui.

Methods
Writer Method: (setf handler-condition) ((nodgui-condition-handler nodgui-condition-handler))

automatically generated writer method

Source

trivial-debugger.lisp.

Target Slot

condition.

Generic Function: height-in-chars (object)
Package

nodgui.

Source

text.lisp.

Methods
Method: height-in-chars ((object scrolled-text))
Method: height-in-chars ((object text))
Generic Reader: history-pos (object)
Package

nodgui.mw.

Methods
Reader Method: history-pos ((history-entry history-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

history-pos.

Generic Writer: (setf history-pos) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf history-pos) ((history-entry history-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

history-pos.

Generic Reader: idx (condition)
Package

nodgui.conditions.

Methods
Reader Method: idx ((condition out-of-bounds))
Source

conditions.lisp.

Target Slot

idx.

Generic Reader: init-command (object)
Package

nodgui.

Methods
Reader Method: init-command ((widget widget))

automatically generated reader method

Source

widget.lisp.

Target Slot

init-command.

Generic Writer: (setf init-command) (object)
Package

nodgui.

Methods
Writer Method: (setf init-command) ((widget widget))

automatically generated writer method

Source

widget.lisp.

Target Slot

init-command.

Generic Function: item-bind (canvas w event fun)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: item-bind ((canvas canvas) (item integer) event fun)

bind fun to event of the widget w

Method: item-bind ((canvas canvas) (item canvas-item) event fun)
Generic Function: item-lower (widget item &optional below)
Package

nodgui.

Source

canvas.lisp.

Methods
Method: item-lower ((widget canvas) item &optional below)
Generic Reader: keepinput (object)
Package

nodgui.mw.

Methods
Reader Method: keepinput ((history-entry history-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

keepinput.

Generic Writer: (setf keepinput) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf keepinput) ((history-entry history-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

keepinput.

Generic Reader: key (object)
Generic Writer: (setf key) (object)
Package

nodgui.mw.

Methods
Reader Method: key ((searchable-listbox searchable-listbox))
Writer Method: (setf key) ((searchable-listbox searchable-listbox))

This function is applied to every element in ’data’ before the actual match is performed

Source

nodgui-mw.lisp.

Target Slot

key.

Generic Reader: lb (object)
Package

nodgui.demo.

Methods
Reader Method: lb ((test-widget test-widget))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

lb.

Generic Writer: (setf lb) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf lb) ((test-widget test-widget))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

lb.

Generic Reader: lock (object)
Package

syncronized-queue.

Methods
Reader Method: lock ((synchronized-queue synchronized-queue))

automatically generated reader method

Source

synchronized-queue.lisp.

Target Slot

lock.

Generic Writer: (setf lock) (object)
Package

syncronized-queue.

Methods
Writer Method: (setf lock) ((synchronized-queue synchronized-queue))

automatically generated writer method

Source

synchronized-queue.lisp.

Target Slot

lock.

Generic Reader: magic-number (object)
Generic Writer: (setf magic-number) (object)
Package

nodgui.pixmap.

Methods
Reader Method: magic-number ((pixmap-file pixmap-file))
Writer Method: (setf magic-number) ((pixmap-file pixmap-file))

The number that identify this file format

Source

pixmap.lisp.

Target Slot

magic-number.

Generic Reader: menu-help (object)
Package

nodgui.

Methods
Reader Method: menu-help ((menu menu))

automatically generated reader method

Source

menu.lisp.

Target Slot

help.

Generic Writer: (setf menu-help) (object)
Package

nodgui.

Methods
Writer Method: (setf menu-help) ((menu menu))

automatically generated writer method

Source

menu.lisp.

Target Slot

help.

Generic Function: menu-label (menu old new)
Package

nodgui.

Source

menu.lisp.

Methods
Method: menu-label ((a menu) old new)
Generic Reader: message (condition)
Package

nodgui.conditions.

Methods
Reader Method: message ((condition event-parsing-error))
Source

conditions.lisp.

Target Slot

message.

Reader Method: message ((condition tk-error))
Source

conditions.lisp.

Target Slot

message.

Generic Reader: minimum (object)
Generic Writer: (setf minimum) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: minimum ((axis-conf axis-conf))
Writer Method: (setf minimum) ((axis-conf axis-conf))

minimum value for the axis

Source

plot.lisp.

Target Slot

minimum.

Generic Reader: months-name (object)
Generic Writer: (setf months-name) (object)
Package

nodgui.mw.

Methods
Reader Method: months-name ((date-picker date-picker))
Writer Method: (setf months-name) ((date-picker date-picker))

List of labels for months names

Source

nodgui-mw.lisp.

Target Slot

months-name.

Generic Reader: mw (object)
Package

nodgui.demo.

Methods
Reader Method: mw ((test-widget2 test-widget2))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

mw.

Generic Writer: (setf mw) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf mw) ((test-widget2 test-widget2))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

mw.

Generic Reader: mw2 (object)
Package

nodgui.demo.

Methods
Reader Method: mw2 ((test-widget2 test-widget2))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

mw2.

Generic Writer: (setf mw2) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf mw2) ((test-widget2 test-widget2))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

mw2.

Generic Reader: nb (object)
Package

nodgui.demo.

Methods
Reader Method: nb ((nbw nbw))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

nb.

Generic Writer: (setf nb) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf nb) ((nbw nbw))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

nb.

Generic Reader: nodes (object)
Package

nodgui.mw.

Methods
Reader Method: nodes ((tree-entry tree-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

nodes.

Generic Writer: (setf nodes) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf nodes) ((tree-entry tree-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

nodes.

Generic Reader: not-reached-color (object)
Generic Writer: (setf not-reached-color) (object)
Package

nodgui.mw.

Methods
Reader Method: not-reached-color ((progress-bar-star progress-bar-star))
Writer Method: (setf not-reached-color) ((progress-bar-star progress-bar-star))

The color of star when not reached

Source

nodgui-mw.lisp.

Target Slot

not-reached-color.

Generic Reader: offset (object)
Generic Writer: (setf offset) (object)
Package

nodgui.mw.

Methods
Reader Method: offset ((treelist treelist))
Writer Method: (setf offset) ((treelist treelist))

index difference between data depth position and listbox position

Source

nodgui-mw.lisp.

Target Slot

offset.

Generic Reader: parent-node (object)
Package

nodgui.mw.

Methods
Reader Method: parent-node ((tree-entry tree-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

parent-node.

Generic Writer: (setf parent-node) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf parent-node) ((tree-entry tree-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

parent-node.

Generic Function: parse-colormap-specs (tga stream)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: parse-colormap-specs ((object tga) stream)
Generic Function: parse-image-id-len (tga stream)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: parse-image-id-len ((object tga) stream)
Generic Function: parse-image-specs (tga stream)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: parse-image-specs ((object tga) stream)
Generic Function: parse-image-type (tga stream)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: parse-image-type ((object tga) stream)
Generic Reader: partial-colored-star-count (object)
Generic Writer: (setf partial-colored-star-count) (object)
Package

nodgui.mw.

Methods
Reader Method: partial-colored-star-count ((progress-bar-star progress-bar-star))
Writer Method: (setf partial-colored-star-count) ((progress-bar-star progress-bar-star))

The number of star partially painted

Source

nodgui-mw.lisp.

Target Slot

partial-colored-star-count.

Generic Reader: pattern (condition)
Package

nodgui.conditions.

Methods
Reader Method: pattern ((condition event-parsing-error))
Source

conditions.lisp.

Target Slot

pattern.

Generic Function: pixmap-load (object file)

load a fixmap form file ’file’

Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: pixmap-load ((object jpeg) (file string))
Method: pixmap-load ((object tga) (file string))
Generic Function: popup-tooltip (tooltip)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: popup-tooltip ((tooltip tooltip))
Generic Reader: pre-application-function (object)
Package

nodgui.

Methods
Reader Method: pre-application-function ((style style))

automatically generated reader method

Source

styles.lisp.

Target Slot

pre-application-function.

Generic Writer: (setf pre-application-function) (object)
Package

nodgui.

Methods
Writer Method: (setf pre-application-function) ((style style))

automatically generated writer method

Source

styles.lisp.

Target Slot

pre-application-function.

Generic Reader: protocol-destroy (object)
Package

nodgui.

Methods
Reader Method: protocol-destroy ((toplevel toplevel))

automatically generated reader method

Source

toplevel.lisp.

Target Slot

protocol-destroy.

Generic Writer: (setf protocol-destroy) (object)
Package

nodgui.

Methods
Writer Method: (setf protocol-destroy) ((toplevel toplevel))

automatically generated writer method

Source

toplevel.lisp.

Target Slot

protocol-destroy.

Generic Reader: radio-button-value (object)
Package

nodgui.

Methods
Reader Method: radio-button-value ((radio-button radio-button))

automatically generated reader method

Source

radiobutton.lisp.

Target Slot

val.

Generic Writer: (setf radio-button-value) (object)
Package

nodgui.

Methods
Writer Method: (setf radio-button-value) ((radio-button radio-button))

automatically generated writer method

Source

radiobutton.lisp.

Target Slot

val.

Generic Reader: radio-button-variable (object)
Package

nodgui.

Methods
Reader Method: radio-button-variable ((radio-button radio-button))

automatically generated reader method

Source

radiobutton.lisp.

Target Slot

var.

Generic Writer: (setf radio-button-variable) (object)
Package

nodgui.

Methods
Writer Method: (setf radio-button-variable) ((radio-button radio-button))

automatically generated writer method

Source

radiobutton.lisp.

Target Slot

var.

Generic Reader: reached-color (object)
Generic Writer: (setf reached-color) (object)
Package

nodgui.mw.

Methods
Reader Method: reached-color ((progress-bar-star progress-bar-star))
Writer Method: (setf reached-color) ((progress-bar-star progress-bar-star))

The color of star when reached

Source

nodgui-mw.lisp.

Target Slot

reached-color.

Generic Function: rearrange-scanline-by-pixmap-origin (object origin)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: rearrange-scanline-by-pixmap-origin ((object tga) origin)
Generic Function: redraw (widget)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Generic Reader: remove-non-matching-p (object)
Generic Writer: (setf remove-non-matching-p) (object)
Package

nodgui.mw.

Methods
Reader Method: remove-non-matching-p ((searchable-listbox searchable-listbox))
Writer Method: (setf remove-non-matching-p) ((searchable-listbox searchable-listbox))

If true (generalized boolean) non-matching item are removed from the listbox, if nil just unselected

Source

nodgui-mw.lisp.

Target Slot

remove-non-matching-p.

Generic Function: render-tree (g d x y)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: render-tree ((g gtree) data x y)
Generic Function: report-bug (handler)

Report this condition as a bug to the developer.

Package

nodgui.

Source

trivial-debugger.lisp.

Methods
Method: report-bug ((handler graphical-condition-handler))
Generic Function: root-style-p (object)
Package

nodgui.

Source

styles.lisp.

Methods
Method: root-style-p ((object style))
Generic Function: rotate-pixmap-180-degree (object fill-value pivot)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: rotate-pixmap-180-degree ((object pixmap) fill-value pivot)

Rotate a pixmap 180 degrees

Generic Function: rotate-pixmap-90-degree-ccw (object fill-value pivot)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: rotate-pixmap-90-degree-ccw ((object pixmap) fill-value pivot)

Rotate a pixmap 90° counterclockwise

Generic Function: rotate-pixmap-90-degree-cw (object fill-value pivot)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: rotate-pixmap-90-degree-cw ((object pixmap) fill-value pivot)

Rotate a pixmap 90° clockwise

Generic Function: rotate-pixmap-w-repeat (object angle &key fill-value pivot rounding-fn)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: rotate-pixmap-w-repeat ((object pixmap) angle &key fill-value pivot rounding-fn)
Generic Function: save-pixmap (object path)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: save-pixmap ((object pixmap) path)

Save bitmap in TARGA bitmap format

Generic Reader: scrollregion-x0 (object)
Package

nodgui.

Methods
Reader Method: scrollregion-x0 ((canvas canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

scrollregion-x0.

Generic Writer: (setf scrollregion-x0) (object)
Package

nodgui.

Methods
Writer Method: (setf scrollregion-x0) ((canvas canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

scrollregion-x0.

Generic Reader: scrollregion-x1 (object)
Package

nodgui.

Methods
Reader Method: scrollregion-x1 ((canvas canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

scrollregion-x1.

Generic Writer: (setf scrollregion-x1) (object)
Package

nodgui.

Methods
Writer Method: (setf scrollregion-x1) ((canvas canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

scrollregion-x1.

Generic Reader: scrollregion-y0 (object)
Package

nodgui.

Methods
Reader Method: scrollregion-y0 ((canvas canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

scrollregion-y0.

Generic Writer: (setf scrollregion-y0) (object)
Package

nodgui.

Methods
Writer Method: (setf scrollregion-y0) ((canvas canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

scrollregion-y0.

Generic Reader: scrollregion-y1 (object)
Package

nodgui.

Methods
Reader Method: scrollregion-y1 ((canvas canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

scrollregion-y1.

Generic Writer: (setf scrollregion-y1) (object)
Package

nodgui.

Methods
Writer Method: (setf scrollregion-y1) ((canvas canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

scrollregion-y1.

Generic Function: secondline (widget)
Package

nodgui.demo.

Source

demo-tests.lisp.

Methods
Method: secondline ((this test-widget2))
Generic Function: (setf secondline) (widget)
Package

nodgui.demo.

Source

demo-tests.lisp.

Methods
Method: (setf secondline) ((this test-widget2))
Generic Reader: selected-node (object)
Package

nodgui.mw.

Methods
Reader Method: selected-node ((tree-entry tree-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

selected-node.

Generic Writer: (setf selected-node) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf selected-node) ((tree-entry tree-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

selected-node.

Generic Reader: selected-tag (object)
Package

nodgui.mw.

Methods
Reader Method: selected-tag ((multifont-listbox multifont-listbox))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

selected-tag.

Generic Writer: (setf selected-tag) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf selected-tag) ((multifont-listbox multifont-listbox))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

selected-tag.

Generic Function: selection (object)
Package

nodgui.mw.

Methods
Method: selection ((lb searchable-listbox))
Source

nodgui-mw.lisp.

Reader Method: selection ((treelist treelist))

list of selected values

Source

nodgui-mw.lisp.

Target Slot

selection.

Generic Writer: (setf selection) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf selection) ((treelist treelist))

list of selected values

Source

nodgui-mw.lisp.

Target Slot

selection.

Generic Reader: seq (condition)
Package

nodgui.conditions.

Methods
Reader Method: seq ((condition out-of-bounds))
Source

conditions.lisp.

Target Slot

seq.

Generic Function: set-wm-attrib (toplevel attributes)
Package

nodgui.

Source

wm.lisp.

Methods
Method: set-wm-attrib ((toplevel string) (attributes wm-attrib))
Method: set-wm-attrib ((toplevel toplevel) (attributes wm-attrib))
Generic Reader: show-password-p (object)
Package

nodgui.mw.

Methods
Reader Method: show-password-p ((password-entry password-entry))

Show the password if double click on the entry? Default is nil

Source

nodgui-mw.lisp.

Target Slot

show-password.

Generic Reader: size (object)
Package

nodgui.mw.

Methods
Reader Method: size ((list-select-demo-entry list-select-demo-entry))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

size.

Generic Writer: (setf size) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf size) ((list-select-demo-entry list-select-demo-entry))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

size.

Generic Reader: star-num (object)
Generic Writer: (setf star-num) (object)
Package

nodgui.mw.

Methods
Reader Method: star-num ((progress-bar-star progress-bar-star))
Writer Method: (setf star-num) ((progress-bar-star progress-bar-star))

The number of stars forming this bar

Source

nodgui-mw.lisp.

Target Slot

star-num.

Generic Reader: stars (object)
Generic Writer: (setf stars) (object)
Package

nodgui.mw.

Methods
Reader Method: stars ((progress-bar-star progress-bar-star))
Writer Method: (setf stars) ((progress-bar-star progress-bar-star))

The single star-shaped item in canvas (as instance of bicolor-star)

Source

nodgui-mw.lisp.

Target Slot

stars.

Generic Function: state (menu menu-label state)
Package

nodgui.

Source

menu.lisp.

Methods
Method: state ((a menu) menu-label state)
Generic Reader: stream-handle (object)
Package

nodgui.pixmap.

Methods
Reader Method: stream-handle ((file-matrix file-matrix))

automatically generated reader method

Source

pixmap.lisp.

Target Slot

stream-handle.

Generic Writer: (setf stream-handle) (object)
Package

nodgui.pixmap.

Methods
Writer Method: (setf stream-handle) ((file-matrix file-matrix))

automatically generated writer method

Source

pixmap.lisp.

Target Slot

stream-handle.

Generic Function: swap-elements (object row column row2 column2 &key destructive)
Package

nodgui.pixmap.

Source

pixmap.lisp.

Methods
Method: swap-elements ((object pixmap) row column row2 column2 &key destructive)
Generic Reader: t1 (object)
Package

nodgui.demo.

Methods
Reader Method: t1 ((nbw nbw))

automatically generated reader method

Source

demo-tests.lisp.

Target Slot

t1.

Generic Writer: (setf t1) (object)
Package

nodgui.demo.

Methods
Writer Method: (setf t1) ((nbw nbw))

automatically generated writer method

Source

demo-tests.lisp.

Target Slot

t1.

Generic Function: tcl-bind (w event code &key append exclusive)
Package

nodgui.

Methods
Method: tcl-bind ((w canvas-item) event code &key append exclusive)
Source

canvas.lisp.

Generic Function: text-in-range (object start-index &optional end-index)
Package

nodgui.

Source

text.lisp.

Methods
Method: text-in-range ((object scrolled-text) start-index &optional end-index)
Method: text-in-range ((object text) start-index &optional end-index)
Generic Reader: tick-length (object)
Generic Writer: (setf tick-length) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: tick-length ((axis-conf axis-conf))
Writer Method: (setf tick-length) ((axis-conf axis-conf))

length of the axis tick

Source

plot.lisp.

Target Slot

tick-length.

Generic Reader: ticks-step (object)
Generic Writer: (setf ticks-step) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: ticks-step ((axis-conf axis-conf))
Writer Method: (setf ticks-step) ((axis-conf axis-conf))

Tick’s step

Source

plot.lisp.

Target Slot

ticks-step.

Generic Reader: tooltip-label (object)
Package

nodgui.mw.

Methods
Reader Method: tooltip-label ((tooltip tooltip))

automatically generated reader method

Source

nodgui-mw.lisp.

Target Slot

label.

Generic Writer: (setf tooltip-label) (object)
Package

nodgui.mw.

Methods
Writer Method: (setf tooltip-label) ((tooltip tooltip))

automatically generated writer method

Source

nodgui-mw.lisp.

Target Slot

label.

Generic Function: treelist-clearlist (tree index)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: treelist-clearlist ((tree treelist) index)
Generic Function: treelist-listbox-select (tree nr)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: treelist-listbox-select ((tree treelist) nr)
Generic Function: treelist-set-root-node (tree node)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: treelist-set-root-node ((tree treelist) node)
Generic Function: treelist-setlist (tree parent-node nr)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: treelist-setlist ((tree treelist) parent-node nr)
Generic Function: treeview-test-item (a b)
Package

nodgui.

Source

treeview.lisp.

Methods
Method: treeview-test-item ((a tree-item) b)
Method: treeview-test-item (a (b tree-item))
Method: treeview-test-item ((a tree-item) (b tree-item))
Method: treeview-test-item ((a number) (b string))
Method: treeview-test-item ((a string) (b number))
Method: treeview-test-item ((a number) (b number))
Method: treeview-test-item ((a string) (b string))
Generic Function: update-search (lb string)
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Methods
Method: update-search ((lb searchable-listbox) searchstring)
Generic Reader: value-symbol (object)
Generic Writer: (setf value-symbol) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: value-symbol ((dot-series dot-series))
Writer Method: (setf value-symbol) ((dot-series dot-series))

The symbol drawn for each point of this series, allowed values are: :plus, :cross, :circle, :up :down :dot :upfilled :downfilled. Default is :dot

Source

plot.lisp.

Target Slot

value-symbol.

Generic Reader: weekday-names (object)
Generic Writer: (setf weekday-names) (object)
Package

nodgui.mw.

Methods
Reader Method: weekday-names ((date-picker date-picker))
Writer Method: (setf weekday-names) ((date-picker date-picker))

List of labels for the days of the abbreviated week names

Source

nodgui-mw.lisp.

Target Slot

weekday-names.

Generic Reader: widget-rectangle (object)
Generic Writer: (setf widget-rectangle) (object)
Package

nodgui.mw.

Methods
Reader Method: widget-rectangle ((tooltip tooltip))
Writer Method: (setf widget-rectangle) ((tooltip tooltip))

a list of x y w h

Source

nodgui-mw.lisp.

Target Slot

widget-rectangle.

Generic Reader: x-axis-conf (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: x-axis-conf ((xy-plot xy-plot))

automatically generated reader method

Source

plot.lisp.

Target Slot

x-axis-conf.

Generic Writer: (setf x-axis-conf) (object)
Package

nodgui.tklib.plot.

Methods
Writer Method: (setf x-axis-conf) ((xy-plot xy-plot))

automatically generated writer method

Source

plot.lisp.

Target Slot

x-axis-conf.

Generic Reader: x-subtext (object)
Generic Writer: (setf x-subtext) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: x-subtext ((plot plot))
Writer Method: (setf x-subtext) ((plot plot))

(broken do not use)

Source

plot.lisp.

Target Slot

x-subtext.

Generic Reader: xscroll (object)
Package

nodgui.

Methods
Reader Method: xscroll ((canvas canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

xscroll.

Reader Method: xscroll ((text text))

automatically generated reader method

Source

text.lisp.

Target Slot

xscroll.

Reader Method: xscroll ((listbox listbox))

automatically generated reader method

Source

listbox.lisp.

Target Slot

xscroll.

Reader Method: xscroll ((treeview treeview))

automatically generated reader method

Source

treeview.lisp.

Target Slot

xscroll.

Generic Writer: (setf xscroll) (object)
Package

nodgui.

Methods
Writer Method: (setf xscroll) ((canvas canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

xscroll.

Writer Method: (setf xscroll) ((text text))

automatically generated writer method

Source

text.lisp.

Target Slot

xscroll.

Writer Method: (setf xscroll) ((listbox listbox))

automatically generated writer method

Source

listbox.lisp.

Target Slot

xscroll.

Writer Method: (setf xscroll) ((treeview treeview))

automatically generated writer method

Source

treeview.lisp.

Target Slot

xscroll.

Generic Reader: y-axis-conf (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: y-axis-conf ((bar-chart bar-chart))

automatically generated reader method

Source

plot.lisp.

Target Slot

y-axis-conf.

Reader Method: y-axis-conf ((xy-plot xy-plot))

automatically generated reader method

Source

plot.lisp.

Target Slot

y-axis-conf.

Generic Writer: (setf y-axis-conf) (object)
Package

nodgui.tklib.plot.

Methods
Writer Method: (setf y-axis-conf) ((bar-chart bar-chart))

automatically generated writer method

Source

plot.lisp.

Target Slot

y-axis-conf.

Writer Method: (setf y-axis-conf) ((xy-plot xy-plot))

automatically generated writer method

Source

plot.lisp.

Target Slot

y-axis-conf.

Generic Reader: y-subtext (object)
Generic Writer: (setf y-subtext) (object)
Package

nodgui.tklib.plot.

Methods
Reader Method: y-subtext ((plot plot))
Writer Method: (setf y-subtext) ((plot plot))

(broken do not use)

Source

plot.lisp.

Target Slot

y-subtext.

Generic Reader: yscroll (object)
Package

nodgui.

Methods
Reader Method: yscroll ((canvas canvas))

automatically generated reader method

Source

canvas.lisp.

Target Slot

yscroll.

Reader Method: yscroll ((text text))

automatically generated reader method

Source

text.lisp.

Target Slot

yscroll.

Reader Method: yscroll ((listbox listbox))

automatically generated reader method

Source

listbox.lisp.

Target Slot

yscroll.

Reader Method: yscroll ((treeview treeview))

automatically generated reader method

Source

treeview.lisp.

Target Slot

yscroll.

Generic Writer: (setf yscroll) (object)
Package

nodgui.

Methods
Writer Method: (setf yscroll) ((canvas canvas))

automatically generated writer method

Source

canvas.lisp.

Target Slot

yscroll.

Writer Method: (setf yscroll) ((text text))

automatically generated writer method

Source

text.lisp.

Target Slot

yscroll.

Writer Method: (setf yscroll) ((listbox listbox))

automatically generated writer method

Source

listbox.lisp.

Target Slot

yscroll.

Writer Method: (setf yscroll) ((treeview treeview))

automatically generated writer method

Source

treeview.lisp.

Target Slot

yscroll.


6.2.6 Conditions

Condition: event-parsing-error
Package

nodgui.conditions.

Source

conditions.lisp.

Direct superclasses

error.

Direct subclasses
Direct methods
Direct slots
Slot: message
Initargs

:message

Readers

message.

Writers

This slot is read-only.

Slot: pattern
Initargs

:pattern

Readers

pattern.

Writers

This slot is read-only.

Condition: plot-error
Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct superclasses

simple-error.


6.2.7 Structures

Structure: match
Package

nodgui.

Source

text.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: start
Readers

match-start.

Writers

(setf match-start).

Slot: end
Readers

match-end.

Writers

(setf match-end).

Slot: string
Package

common-lisp.

Readers

match-string.

Writers

(setf match-string).

Slot: tag-name
Readers

match-tag-name.

Writers

(setf match-tag-name).

Structure: modal-toplevel
Package

nodgui.

Source

nodgui.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: lock
Initform

(bordeaux-threads:make-lock)

Readers

modal-toplevel-lock.

Writers

(setf modal-toplevel-lock).

Slot: condvar
Initform

(bordeaux-threads:make-condition-variable)

Readers

modal-toplevel-condvar.

Writers

(setf modal-toplevel-condvar).

Slot: close-condition
Readers

modal-toplevel-close-condition.

Writers

(setf modal-toplevel-close-condition).

Slot: root-widget
Readers

modal-toplevel-root-widget.

Writers

(setf modal-toplevel-root-widget).

Slot: results
Readers

modal-toplevel-results.

Writers

(setf modal-toplevel-results).

Structure: nodgui-connection
Package

nodgui.

Source

wish-communication.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: stream
Package

common-lisp.

Readers

wish-stream.

Writers

(setf wish-stream).

Slot: callbacks
Initform

(make-hash-table :test (function equal))

Readers

wish-callbacks.

Writers

(setf wish-callbacks).

Slot: after-ids
Initform

(make-hash-table :test (function equal))

Readers

wish-after-ids.

Writers

(setf wish-after-ids).

Slot: counter
Initform

1

Readers

wish-counter.

Writers

(setf wish-counter).

Slot: after-counter
Initform

1

Readers

wish-after-counter.

Writers

(setf wish-after-counter).

Slot: data-queue
Initform

(make-instance (quote syncronized-queue:synchronized-queue))

Readers

wish-data-queue.

Writers

(setf wish-data-queue).

Slot: event-queue
Initform

(make-instance (quote syncronized-queue:synchronized-queue))

Readers

wish-event-queue.

Writers

(setf wish-event-queue).

Slot: lock
Initform

(bordeaux-threads:make-lock "lock")

Readers

wish-lock.

Writers

(setf wish-lock).

Slot: read-data-lock
Initform

(bordeaux-threads:make-lock "read-data")

Readers

wish-read-data-lock.

Writers

(setf wish-read-data-lock).

Slot: flush-lock
Initform

(bordeaux-threads:make-lock "flush")

Readers

wish-flush-lock.

Writers

(setf wish-flush-lock).

Slot: read-lock
Initform

(bordeaux-threads:make-lock "read")

Readers

wish-read-lock.

Writers

(setf wish-read-lock).

Slot: break-mainloop-lock
Initform

(bordeaux-threads:make-lock "break mainloop")

Readers

wish-break-mainloop-lock.

Writers

(setf wish-break-mainloop-lock).

Slot: break-mainloop
Readers

wish-break-mainloop.

Writers

(setf wish-break-mainloop).

Slot: accept-garbage-for-next-event
Readers

wish-accept-garbage-for-next-event.

Writers

(setf wish-accept-garbage-for-next-event).

Slot: call-with-condition-handlers-function
Initform

(lambda (nodgui::f) (funcall nodgui::f))

Readers

wish-call-with-condition-handlers-function.

Writers

(setf wish-call-with-condition-handlers-function).

Slot: output-buffer
Readers

wish-output-buffer.

Writers

(setf wish-output-buffer).

Slot: error-collecting-thread
Readers

wish-error-collecting-thread.

Writers

(setf wish-error-collecting-thread).

Slot: input-collecting-thread
Readers

wish-input-collecting-thread.

Writers

(setf wish-input-collecting-thread).

Slot: main-loop-thread
Readers

wish-main-loop-thread.

Writers

(setf wish-main-loop-thread).

Slot: saved-main-loop-threads
Initform

(quote nil)

Readers

wish-saved-main-loop-threads.

Writers

(setf wish-saved-main-loop-threads).

Slot: variables
Initform

(make-hash-table :test (function equal))

Readers

wish-variables.

Writers

(setf wish-variables).

Structure: protect-escape
Package

nodgui.sanitize.

Source

sanitize.lisp.

Direct superclasses

structure-object.

Direct subclasses

bypass-escape.

Direct methods

sanitize.

Direct slots
Slot: data
Readers

protect-escape-data.

Writers

(setf protect-escape-data).

Structure: tcl/<
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Direct superclasses

tcl/code.

Direct methods

->tcl.

Structure: tcl/>
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Direct superclasses

tcl/code.

Direct methods

->tcl.

Structure: tcl/code
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct slots
Slot: data
Readers

tcl/code-data.

Writers

(setf tcl/code-data).

Structure: tcl/keyword
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Direct superclasses

tcl/code.

Direct methods

->tcl.

Direct slots
Slot: raw-keyword
Initform

:none

Readers

tcl/keyword-raw-keyword.

Writers

(setf tcl/keyword-raw-keyword).

Slot: spaces-after
Initform

""

Readers

tcl/keyword-spaces-after.

Writers

(setf tcl/keyword-spaces-after).

Slot: as-string-p
Readers

tcl/keyword-as-string-p.

Writers

(setf tcl/keyword-as-string-p).

Structure: tcl/list
Package

nodgui.tcl-emitter.

Source

tcl-emitter.lisp.

Direct superclasses

tcl/code.

Direct methods

->tcl.


6.2.8 Classes

Class: autocomplete-candidates
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

toplevel.

Direct methods
Direct slots
Slot: listbox
Package

nodgui.

Initargs

:listbox

Readers

listbox.

Writers

(setf listbox).

Slot: attached-entry
Initargs

:attached-entry

Readers

attached-entry.

Writers

(setf attached-entry).

Class: axis-conf

represents an axis

Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct methods
Direct slots
Slot: minimum

minimum value for the axis

Initform

0.0

Initargs

:minimum

Readers

minimum.

Writers

(setf minimum).

Slot: maximum

maximum value for the axis

Package

nodgui.

Initform

1.0

Initargs

:maximum

Readers

maximum.

Writers

(setf maximum).

Slot: ticks-step

Tick’s step

Initform

0.1

Initargs

:ticks-step

Readers

ticks-step.

Writers

(setf ticks-step).

Slot: tick-length

length of the axis tick

Initform

5

Initargs

:tick-length

Readers

tick-length.

Writers

(setf tick-length).

Class: classic-frame
Package

nodgui.

Source

frame.lisp.

Direct superclasses

widget.

Direct methods
Direct slots
Slot: widget-class-name
Allocation

:class

Initform

"frame"

Readers

widget-class-name.

Writers

(setf widget-class-name).

Class: control-widget
Package

nodgui.tklib.misc-widget.

Source

misc-widget.lisp.

Direct superclasses

widget.

Direct subclasses

equalizer-bar.

Direct methods
Class: demo-tree
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

treelist.

Direct methods
Class: equalizer-bar
Package

nodgui.tklib.misc-widget.

Source

misc-widget.lisp.

Direct superclasses

control-widget.

Direct methods

initialize-instance.

Class: event-responsive-series

A series that respond to user events (e.g. ckick with a mouse button)

Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct subclasses

dot-series.

Direct methods
Direct slots
Slot: bind-event

the event a point of a series is reactve to

Initform

"<buttonpress-1>"

Initargs

:bind-event

Readers

bind-event.

Writers

(setf bind-event).

Slot: callback

the function called (with an ’event’ struct as parameter) when a bind-event is fired.

Initargs

:callback

Readers

callback.

Writers

(setf callback).

Class: file-matrix
Package

nodgui.pixmap.

Source

pixmap.lisp.

Direct superclasses

pixmap.

Direct methods
Direct slots
Slot: file-path
Initform

""

Initargs

:file-path

Readers

file-path.

Writers

(setf file-path).

Slot: stream-handle
Initargs

:stream-handle

Readers

stream-handle.

Writers

(setf stream-handle).

Slot: block-size
Type

integer

Initform

4

Initargs

:block-size

Readers

block-size.

Writers

(setf block-size).

Class: gtree-demo
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct superclasses

gtree.

Direct methods
Class: handle-holder
Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: handle

The internal identifier of this series (do not touch it!)

Package

nodgui.

Readers

handle.

Writers

(setf handle).

Class: list-select-demo-entry
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct methods
Direct slots
Slot: file
Initargs

:file

Readers

file.

Writers

(setf file).

Slot: size
Initform

0

Initargs

:size

Readers

size.

Writers

(setf size).

Class: menuentry

An abstract base class for menu entries. These
"widgets" have to be handled specially by some methods, e.g. ’configure’.

Package

nodgui.

Source

menubutton.lisp.

Direct superclasses

widget.

Direct subclasses
Direct methods
Direct slots
Slot: text
Initform

""

Initargs

:text

Readers

text.

Writers

(setf text).

Class: nbw
Package

nodgui.demo.

Source

demo-tests.lisp.

Direct superclasses

frame.

Direct methods
Direct slots
Slot: nb
Initargs

:nb

Readers

nb.

Writers

(setf nb).

Slot: f1
Initargs

:f1

Readers

f1.

Writers

(setf f1).

Slot: t1
Initargs

:t1

Readers

t1.

Writers

(setf t1).

Slot: b1
Initargs

:b1

Readers

b1.

Writers

(setf b1).

Slot: f2
Initargs

:f2

Readers

f2.

Writers

(setf f2).

Slot: b2
Initargs

:b2

Readers

b2.

Writers

(setf b2).

Class: nodgui-condition-handler
Package

nodgui.

Source

trivial-debugger.lisp.

Direct superclasses

frame.

Direct subclasses

graphical-condition-handler.

Direct methods
Direct slots
Slot: prototypep

When set, do not actually create a Tk widget, this instance exists for purposes of generic-function dispatch only.

Initargs

:prototype

Slot: condition
Package

common-lisp.

Initargs

:condition

Readers

handler-condition.

Writers

(setf handler-condition).

Class: pixmap-file

A file that contain a pixmap

Package

nodgui.pixmap.

Source

pixmap.lisp.

Direct superclasses

pixmap.

Direct subclasses
Direct methods
Direct slots
Slot: magic-number

The number that identify this file format

Initform

""

Initargs

:magic-number

Readers

magic-number.

Writers

(setf magic-number).

Slot: errors
Initargs

:errors

Readers

errors.

Writers

(setf errors).

Class: series-holder
Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: all-series

The data of this plot, must be instance of the struct ’series’ or derived

Initform

(quote nil)

Initargs

:all-series

Readers

all-series.

Writers

(setf all-series).

Class: swaplist
Package

nodgui.tklib.swaplist.

Source

swaplist.lisp.

Direct superclasses
Direct methods

initialize-instance.

Class: test-widget
Package

nodgui.demo.

Source

demo-tests.lisp.

Direct superclasses

frame.

Direct methods
Direct slots
Slot: a
Initargs

:a

Readers

a.

Writers

(setf a).

Slot: b
Initargs

:b

Readers

b.

Writers

(setf b).

Slot: c
Initargs

:c

Readers

c.

Writers

(setf c).

Slot: bu
Initargs

:bu

Readers

bu.

Writers

(setf bu).

Slot: f1
Initargs

:f1

Readers

f1.

Writers

(setf f1).

Slot: lb
Initargs

:lb

Readers

lb.

Writers

(setf lb).

Slot: entry
Package

nodgui.

Initargs

:entry

Readers

entry.

Writers

(setf entry).

Class: test-widget2
Package

nodgui.demo.

Source

demo-tests.lisp.

Direct superclasses

frame.

Direct methods
Direct slots
Slot: mw
Initargs

:mw

Readers

mw.

Writers

(setf mw).

Slot: mw2
Initargs

:mw2

Readers

mw2.

Writers

(setf mw2).

Slot: b
Initargs

:b

Readers

b.

Writers

(setf b).

Slot: e
Initargs

:e

Readers

e.

Writers

(setf e).

Class: title-holder
Package

nodgui.tklib.plot.

Source

plot.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: title

A descriptive text of the plot

Package

nodgui.

Initform

"plot title"

Initargs

:title

Readers

title.

Writers

(setf title).

Class: tree-entry
Package

nodgui.mw.

Source

nodgui-mw.lisp.

Direct methods
Direct slots
Slot: nodes
Initargs

:nodes

Readers

nodes.

Writers

(setf nodes).

Slot: index
Package

nodgui.

Initargs

:index

Readers

index.

Writers

(setf index).

Slot: parent-node
Initargs

:parent-node

Readers

parent-node.

Writers

(setf parent-node).

Slot: selected-node
Initargs

:selected-node

Readers

selected-node.

Writers

(setf selected-node).

Class: treeviewtest
Package

nodgui.demo.

Source

demo-tests.lisp.

Direct superclasses

frame.

Direct methods
Direct slots
Slot: tree
Package

nodgui.

Initargs

:tree

Readers

tree.

Writers

(setf tree).


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (   -  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   R   S   T   U   V   W   X   Y  
Index Entry  Section

%
%autocomplete: Private ordinary functions
%deiconify: Private ordinary functions
%evl: Private macros
%find: Private ordinary functions
%iconify: Private ordinary functions
%join: Private ordinary functions
%make-font: Private ordinary functions
%make-progress-star: Private ordinary functions
%multifont-listbox-highlight-selected: Private ordinary functions
%multifont-listbox-shift-selected-index: Private ordinary functions
%offset-bits: Private ordinary functions
%tkescape: Private ordinary functions
%to-safe-format-string: Private ordinary functions
%widget-path: Private generic functions
%widget-path: Private generic functions

(
(setf %widget-path): Private generic functions
(setf %widget-path): Private generic functions
(setf a): Private generic functions
(setf a): Private generic functions
(setf action): Private generic functions
(setf action): Private generic functions
(setf all-days-buttons): Private generic functions
(setf all-days-buttons): Private generic functions
(setf all-series): Public generic functions
(setf all-series): Public generic functions
(setf alpha-bits@): Private generic functions
(setf alpha-bits@): Private generic functions
(setf applied): Private generic functions
(setf applied): Private generic functions
(setf attached-entry): Private generic functions
(setf attached-entry): Private generic functions
(setf autocomplete-entry-widget): Public generic functions
(setf autocomplete-entry-widget): Public generic functions
(setf autocomplete-function): Public generic functions
(setf autocomplete-function): Public generic functions
(setf autocomplete-function-hook): Public generic functions
(setf autocomplete-function-hook): Public generic functions
(setf b): Private generic functions
(setf b): Private generic functions
(setf b): Private generic functions
(setf b1): Private generic functions
(setf b1): Private generic functions
(setf b2): Private generic functions
(setf b2): Private generic functions
(setf backtrace): Private generic functions
(setf backtrace): Private generic functions
(setf bbox-fix): Public generic functions
(setf bbox-fix): Public generic functions
(setf bind-event): Public generic functions
(setf bind-event): Public generic functions
(setf bits): Public generic functions
(setf bits): Public generic functions
(setf bits-pixel@): Private generic functions
(setf bits-pixel@): Private generic functions
(setf block-size): Private generic functions
(setf block-size): Private generic functions
(setf bu): Private generic functions
(setf bu): Private generic functions
(setf bypass-escape-data): Public ordinary functions
(setf c): Private generic functions
(setf c): Private generic functions
(setf callback): Public generic functions
(setf callback): Public generic functions
(setf candidates-widget): Public generic functions
(setf candidates-widget): Public generic functions
(setf canvas): Public generic functions
(setf canvas): Public generic functions
(setf canvas): Public generic functions
(setf canvas): Public generic functions
(setf children): Public generic functions
(setf children): Public generic functions
(setf children): Public generic functions
(setf children): Public generic functions
(setf color): Public generic functions
(setf color): Public generic functions
(setf column-values): Public generic functions
(setf column-values): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf command): Public generic functions
(setf compare-history-candidate-predicate): Private generic functions
(setf compare-history-candidate-predicate): Private generic functions
(setf condition-variable): Private generic functions
(setf condition-variable): Private generic functions
(setf container): Private generic functions
(setf container): Private generic functions
(setf coordinates): Private generic functions
(setf coordinates): Private generic functions
(setf coords): Public generic functions
(setf coords): Public generic functions
(setf current-month-entry): Private generic functions
(setf current-month-entry): Private generic functions
(setf current-year-entry): Private generic functions
(setf current-year-entry): Private generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data-returned-are-list): Private generic functions
(setf data-returned-are-list): Private generic functions
(setf debugp): Private generic functions
(setf debugp): Private generic functions
(setf depth): Private generic functions
(setf depth): Private generic functions
(setf details-pane): Private generic functions
(setf details-pane): Private generic functions
(setf displayed): Private generic functions
(setf displayed): Private generic functions
(setf e): Private generic functions
(setf e): Private generic functions
(setf entries): Public generic functions
(setf entries): Public generic functions
(setf entry): Public generic functions
(setf entry): Public generic functions
(setf entry): Public generic functions
(setf entry-label): Public generic functions
(setf entry-label): Public generic functions
(setf errors): Public generic functions
(setf errors): Public generic functions
(setf errors): Public generic functions
(setf errors): Public generic functions
(setf event-char): Public ordinary functions
(setf event-char-code): Public ordinary functions
(setf event-height): Public ordinary functions
(setf event-keycode): Public ordinary functions
(setf event-mouse-button): Public ordinary functions
(setf event-others): Private ordinary functions
(setf event-root-x): Public ordinary functions
(setf event-root-y): Public ordinary functions
(setf event-unicode-char): Public ordinary functions
(setf event-width): Public ordinary functions
(setf event-x): Public ordinary functions
(setf event-y): Public ordinary functions
(setf f1): Private generic functions
(setf f1): Private generic functions
(setf f1): Private generic functions
(setf f2): Private generic functions
(setf f2): Private generic functions
(setf file): Private generic functions
(setf file): Private generic functions
(setf file): Private generic functions
(setf file): Private generic functions
(setf file-path): Private generic functions
(setf file-path): Private generic functions
(setf fill-color): Public generic functions
(setf fill-color): Public generic functions
(setf firstline): Private generic functions
(setf firstline): Private generic functions
(setf frame-class): Private generic functions
(setf frame-class): Private generic functions
(setf full-colored-star-count): Private generic functions
(setf full-colored-star-count): Private generic functions
(setf geometry): Public generic functions
(setf geometry): Public generic functions
(setf group): Private generic functions
(setf group): Private generic functions
(setf handle): Public generic functions
(setf handle): Public generic functions
(setf handle): Public generic functions
(setf handle): Public generic functions
(setf handle): Public generic functions
(setf handler-condition): Private generic functions
(setf handler-condition): Private generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf history): Public generic functions
(setf history): Public generic functions
(setf history-pos): Private generic functions
(setf history-pos): Private generic functions
(setf hscroll): Public generic functions
(setf hscroll): Public generic functions
(setf hscroll): Public generic functions
(setf hscroll): Public generic functions
(setf hscroll): Public generic functions
(setf hscroll): Public generic functions
(setf id): Public generic functions
(setf id): Public generic functions
(setf image): Public generic functions
(setf image): Public generic functions
(setf image): Public generic functions
(setf index): Public generic functions
(setf index): Public generic functions
(setf index): Public generic functions
(setf init-command): Private generic functions
(setf init-command): Private generic functions
(setf inner-text): Public generic functions
(setf inner-text): Public generic functions
(setf interior): Public generic functions
(setf interior): Public generic functions
(setf items): Public generic functions
(setf items): Public generic functions
(setf items): Public generic functions
(setf items): Public generic functions
(setf keepinput): Private generic functions
(setf keepinput): Private generic functions
(setf key): Private generic functions
(setf key): Private generic functions
(setf lb): Private generic functions
(setf lb): Private generic functions
(setf left-side): Public generic functions
(setf left-side): Public generic functions
(setf legend): Public generic functions
(setf legend): Public generic functions
(setf listbox): Public generic functions
(setf listbox): Public generic functions
(setf listbox): Public generic functions
(setf listbox): Public generic functions
(setf listbox): Public generic functions
(setf lock): Private generic functions
(setf lock): Private generic functions
(setf magic-number): Private generic functions
(setf magic-number): Private generic functions
(setf master): Public generic functions
(setf master): Public generic functions
(setf match-end): Public ordinary functions
(setf match-start): Public ordinary functions
(setf match-string): Public ordinary functions
(setf match-tag-name): Public ordinary functions
(setf matching-fn): Public generic functions
(setf matching-fn): Public generic functions
(setf maximum): Public generic functions
(setf maximum): Public generic functions
(setf menu-help): Private generic functions
(setf menu-help): Private generic functions
(setf minimum): Private generic functions
(setf minimum): Private generic functions
(setf modal-toplevel-close-condition): Private ordinary functions
(setf modal-toplevel-condvar): Private ordinary functions
(setf modal-toplevel-lock): Private ordinary functions
(setf modal-toplevel-results): Public ordinary functions
(setf modal-toplevel-root-widget): Public ordinary functions
(setf months-name): Private generic functions
(setf months-name): Private generic functions
(setf mw): Private generic functions
(setf mw): Private generic functions
(setf mw2): Private generic functions
(setf mw2): Private generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf nb): Private generic functions
(setf nb): Private generic functions
(setf nodes): Private generic functions
(setf nodes): Private generic functions
(setf not-reached-color): Private generic functions
(setf not-reached-color): Private generic functions
(setf offset): Private generic functions
(setf offset): Private generic functions
(setf on-pressed-cb): Public generic functions
(setf on-pressed-cb): Public generic functions
(setf options): Public generic functions
(setf options): Public generic functions
(setf options): Public generic functions
(setf outline-color): Public generic functions
(setf outline-color): Public generic functions
(setf outline-width): Public generic functions
(setf outline-width): Public generic functions
(setf parent): Public generic functions
(setf parent): Public generic functions
(setf parent): Public generic functions
(setf parent-node): Private generic functions
(setf parent-node): Private generic functions
(setf partial-colored-star-count): Private generic functions
(setf partial-colored-star-count): Private generic functions
(setf pixel@): Public generic functions
(setf pixel@): Public generic functions
(setf pixel@): Public generic functions
(setf popup-time): Public generic functions
(setf popup-time): Public generic functions
(setf pre-application-function): Private generic functions
(setf pre-application-function): Private generic functions
(setf protect-escape-data): Public ordinary functions
(setf protocol-destroy): Private generic functions
(setf protocol-destroy): Private generic functions
(setf radio-button-value): Private generic functions
(setf radio-button-value): Private generic functions
(setf radio-button-variable): Private generic functions
(setf radio-button-variable): Private generic functions
(setf reached-color): Private generic functions
(setf reached-color): Private generic functions
(setf remove-non-matching-p): Private generic functions
(setf remove-non-matching-p): Private generic functions
(setf right-side): Public generic functions
(setf right-side): Public generic functions
(setf scrolled-listbox): Public generic functions
(setf scrolled-listbox): Public generic functions
(setf scrollregion-x0): Private generic functions
(setf scrollregion-x0): Private generic functions
(setf scrollregion-x1): Private generic functions
(setf scrollregion-x1): Private generic functions
(setf scrollregion-y0): Private generic functions
(setf scrollregion-y0): Private generic functions
(setf scrollregion-y1): Private generic functions
(setf scrollregion-y1): Private generic functions
(setf secondline): Private generic functions
(setf secondline): Private generic functions
(setf secret-string): Public generic functions
(setf secret-string): Public generic functions
(setf selected-index): Public generic functions
(setf selected-index): Public generic functions
(setf selected-node): Private generic functions
(setf selected-node): Private generic functions
(setf selected-tag): Private generic functions
(setf selected-tag): Private generic functions
(setf selection): Private generic functions
(setf selection): Private generic functions
(setf show-password): Public generic functions
(setf show-password): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Private generic functions
(setf size): Private generic functions
(setf star-num): Private generic functions
(setf star-num): Private generic functions
(setf stars): Private generic functions
(setf stars): Private generic functions
(setf stream-handle): Private generic functions
(setf stream-handle): Private generic functions
(setf subtitle): Public generic functions
(setf subtitle): Public generic functions
(setf t1): Private generic functions
(setf t1): Private generic functions
(setf tag): Public generic functions
(setf tag): Public generic functions
(setf tcl/<-data): Private ordinary functions
(setf tcl/>-data): Private ordinary functions
(setf tcl/code-data): Private ordinary functions
(setf tcl/keyword-as-string-p): Private ordinary functions
(setf tcl/keyword-data): Private ordinary functions
(setf tcl/keyword-raw-keyword): Private ordinary functions
(setf tcl/keyword-spaces-after): Private ordinary functions
(setf tcl/list-data): Private ordinary functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf tick-length): Private generic functions
(setf tick-length): Private generic functions
(setf ticks-step): Private generic functions
(setf ticks-step): Private generic functions
(setf title): Public generic functions
(setf title): Public generic functions
(setf title): Public generic functions
(setf title): Public generic functions
(setf tooltip-label): Private generic functions
(setf tooltip-label): Private generic functions
(setf tree): Public generic functions
(setf tree): Public generic functions
(setf tree): Public generic functions
(setf treeview): Public generic functions
(setf treeview): Public generic functions
(setf treeview-focus): Public generic functions
(setf treeview-focus): Public generic functions
(setf treeview-focus): Public generic functions
(setf universal-timestamp): Public generic functions
(setf universal-timestamp): Public generic functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf value-symbol): Private generic functions
(setf value-symbol): Private generic functions
(setf vscroll): Public generic functions
(setf vscroll): Public generic functions
(setf vscroll): Public generic functions
(setf vscroll): Public generic functions
(setf vscroll): Public generic functions
(setf vscroll): Public generic functions
(setf weekday-names): Private generic functions
(setf weekday-names): Private generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-class-name): Public generic functions
(setf widget-rectangle): Private generic functions
(setf widget-rectangle): Private generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf wish-accept-garbage-for-next-event): Private ordinary functions
(setf wish-after-counter): Private ordinary functions
(setf wish-after-ids): Private ordinary functions
(setf wish-break-mainloop): Private ordinary functions
(setf wish-break-mainloop-lock): Private ordinary functions
(setf wish-call-with-condition-handlers-function): Private ordinary functions
(setf wish-callbacks): Private ordinary functions
(setf wish-counter): Private ordinary functions
(setf wish-data-queue): Private ordinary functions
(setf wish-error-collecting-thread): Private ordinary functions
(setf wish-event-queue): Private ordinary functions
(setf wish-flush-lock): Private ordinary functions
(setf wish-input-collecting-thread): Private ordinary functions
(setf wish-lock): Private ordinary functions
(setf wish-main-loop-thread): Private ordinary functions
(setf wish-output-buffer): Private ordinary functions
(setf wish-read-data-lock): Private ordinary functions
(setf wish-read-lock): Private ordinary functions
(setf wish-saved-main-loop-threads): Private ordinary functions
(setf wish-stream): Public ordinary functions
(setf wish-variable): Public generic functions
(setf wish-variable): Public generic functions
(setf wish-variables): Public ordinary functions
(setf wm-attrib-alpha): Public ordinary functions
(setf wm-attrib-fullscreen): Public ordinary functions
(setf wm-attrib-topmost): Public ordinary functions
(setf wm-attrib-type): Public ordinary functions
(setf wm-attrib-zoomed): Public ordinary functions
(setf wm-state): Public generic functions
(setf wm-state): Public generic functions
(setf x-axis-conf): Private generic functions
(setf x-axis-conf): Private generic functions
(setf x-label-angle): Public generic functions
(setf x-label-angle): Public generic functions
(setf x-labels): Public generic functions
(setf x-labels): Public generic functions
(setf x-subtext): Private generic functions
(setf x-subtext): Private generic functions
(setf x-text): Public generic functions
(setf x-text): Public generic functions
(setf xs): Public generic functions
(setf xs): Public generic functions
(setf xscroll): Private generic functions
(setf xscroll): Private generic functions
(setf xscroll): Private generic functions
(setf xscroll): Private generic functions
(setf xscroll): Private generic functions
(setf y-axis-conf): Private generic functions
(setf y-axis-conf): Private generic functions
(setf y-axis-conf): Private generic functions
(setf y-subtext): Private generic functions
(setf y-subtext): Private generic functions
(setf y-text): Public generic functions
(setf y-text): Public generic functions
(setf ys): Public generic functions
(setf ys): Public generic functions
(setf yscroll): Private generic functions
(setf yscroll): Private generic functions
(setf yscroll): Private generic functions
(setf yscroll): Private generic functions
(setf yscroll): Private generic functions

-
->f: Public ordinary functions
->tcl: Private generic functions
->tcl: Private generic functions
->tcl: Private generic functions
->tcl: Private generic functions
->tcl: Private generic functions
->tcl: Private generic functions
->tcl: Private generic functions
->tcl: Private generic functions
->tcl: Private generic functions
->tcl: Private generic functions
->tcl: Private generic functions

A
a: Private generic functions
a: Private generic functions
abort-condition-handler: Private generic functions
abort-condition-handler: Private generic functions
accept-garbage-for-next-event-p: Private ordinary functions
action: Private generic functions
action: Private generic functions
add-a-month-clsr: Private ordinary functions
add-a-year-clsr: Private ordinary functions
add-callback: Private ordinary functions
add-epsilon-rel: Public ordinary functions
add-history: Public generic functions
add-history: Public generic functions
add-pane: Public generic functions
add-pane: Public generic functions
add-separator: Public ordinary functions
after: Public ordinary functions
after-cancel: Public ordinary functions
after-idle: Public ordinary functions
all-days-buttons: Private generic functions
all-days-buttons: Private generic functions
all-series: Public generic functions
all-series: Public generic functions
append-line: Public generic functions
append-line: Public generic functions
append-line: Public generic functions
append-newline: Public ordinary functions
append-text: Public generic functions
append-text: Public generic functions
append-text: Public generic functions
append-wish-args: Private ordinary functions
appliedp: Private generic functions
appliedp: Private generic functions
apply-style: Public generic functions
apply-style: Public generic functions
ask-okcancel: Public ordinary functions
ask-yesno: Public ordinary functions
attached-entry: Private generic functions
attached-entry: Private generic functions
autocomplete-click-1-clsr: Private ordinary functions
autocomplete-entry-test: Private ordinary functions
autocomplete-entry-widget: Public generic functions
autocomplete-entry-widget: Public generic functions
autocomplete-function: Public generic functions
autocomplete-function: Public generic functions
autocomplete-function-hook: Public generic functions
autocomplete-function-hook: Public generic functions
autocomplete-key-press-clsr: Private ordinary functions
autocomplete-listbox-demo: Private ordinary functions

B
b: Private generic functions
b: Private generic functions
b: Private generic functions
b1: Private generic functions
b1: Private generic functions
b2: Private generic functions
b2: Private generic functions
backtrace: Private generic functions
backtrace: Private generic functions
bbox: Public generic functions
bbox: Public generic functions
bbox: Public generic functions
bbox-fix: Public generic functions
bbox-fix: Public generic functions
bbox-h: Public ordinary functions
bbox-max-x: Public ordinary functions
bbox-max-y: Public ordinary functions
bbox-min-x: Public ordinary functions
bbox-min-y: Public ordinary functions
bbox-w: Public ordinary functions
bell: Public ordinary functions
big-dot: Public ordinary functions
bilinear-interpolation: Private ordinary functions
bind: Public generic functions
bind: Public generic functions
bind: Public generic functions
bind: Public generic functions
bind: Public generic functions
bind-event: Public generic functions
bind-event: Public generic functions
bind-last: Public generic functions
bind-last: Public generic functions
bind-quick-choice: Private macros
bind-quick-choices: Private macros
bind-series: Public generic functions
bind-series: Public generic functions
bits: Public generic functions
bits: Public generic functions
bits-pixel@: Private generic functions
bits-pixel@: Private generic functions
block-size: Private generic functions
block-size: Private generic functions
boldify-multifont-item: Public ordinary functions
break-mainloop: Private ordinary functions
break-mainloop-p: Private ordinary functions
bu: Private generic functions
bu: Private generic functions
build-args: Private ordinary functions
build-theme-filename: Private ordinary functions
build-theme-pathfile: Private ordinary functions
bullet: Public ordinary functions
busy-forget: Public generic functions
busy-forget: Public generic functions
busy-hold: Public generic functions
busy-hold: Public generic functions
bypass-escape-data: Public ordinary functions
bypass-escape-p: Private ordinary functions
byte->int: Public ordinary functions

C
c: Private generic functions
c: Private generic functions
calc-color-stars: Private ordinary functions
calc-file-matrix-size: Private ordinary functions
calc-offset: Private ordinary functions
calc-scroll-region: Public generic functions
calc-scroll-region: Public generic functions
calculate-internal-time-scaling-millis: Public ordinary functions
calculate-milliseconds-elapsed: Private ordinary functions
call-with-nodgui: Public ordinary functions
call-with-read-data: Private ordinary functions
callback: Public generic functions
callback: Public generic functions
callback: Private ordinary functions
camel-case->snail-case: Public ordinary functions
cancel-tooltip: Public generic functions
cancel-tooltip: Public generic functions
candidates-widget: Public generic functions
candidates-widget: Public generic functions
canvas: Public generic functions
canvas: Public generic functions
canvas: Public generic functions
canvas: Public generic functions
canvas: Public generic functions
canvas-bbox: Public ordinary functions
canvas-h: Public generic functions
canvas-h: Public generic functions
canvas-item-bbox: Public ordinary functions
canvas-w: Public generic functions
canvas-w: Public generic functions
canvas-x: Public generic functions
canvas-x: Public generic functions
canvas-y: Public generic functions
canvas-y: Public generic functions
canvasx: Public generic functions
canvasx: Public generic functions
canvasy: Public generic functions
canvasy: Public generic functions
cget: Public generic functions
cget: Public generic functions
cget: Public generic functions
cget-date-format: Private ordinary functions
check-barchart-data: Private ordinary functions
check-compatibility-type-detail: Private ordinary functions
check-different-modifiers: Private ordinary functions
check-enqueued-data: Private ordinary functions
check-enqueued-event: Private ordinary functions
check-magic-number: Private ordinary functions
check-pattern: Private ordinary functions
check-spaces: Private ordinary functions
check-valid-detail-or-type: Private ordinary functions
check-valid-modifiers: Private ordinary functions
check-valid-type: Private ordinary functions
check-valid-type-or-modifier: Private ordinary functions
children: Public generic functions
children: Public generic functions
children: Public generic functions
children: Public generic functions
children: Public generic functions
children-pathname: Public ordinary functions
choose-color: Public ordinary functions
choose-directory: Public ordinary functions
clear: Public generic functions
clear: Public generic functions
clear: Public generic functions
clear-history: Public generic functions
clear-history: Public generic functions
clear-selection: Public generic functions
clear-selection: Public generic functions
clear-star-progress-star: Private ordinary functions
clear-text: Public generic functions
clear-text: Public generic functions
clear-text: Public generic functions
clipboard-append: Public ordinary functions
clipboard-clear: Public ordinary functions
clipboard-get: Public ordinary functions
close-file-matrix: Private ordinary functions
close-process-stream: Private ordinary functions
cm: Private ordinary functions
color: Public generic functions
color: Public generic functions
colorize: Private generic functions
colorize: Private generic functions
colorize: Private generic functions
colorize-progress-star: Private ordinary functions
column-configure: Public generic functions
column-configure: Public generic functions
column-configure: Public generic functions
column-values: Public generic functions
column-values: Public generic functions
command: Public generic functions
command: Public generic functions
command: Public generic functions
command: Public generic functions
common-prefix: Public ordinary functions
compare-events: Private macros
compare-history-candidate-predicate: Private generic functions
compare-history-candidate-predicate: Private generic functions
compute-buttons: Private generic functions
compute-buttons: Private generic functions
condition-variable: Private generic functions
condition-variable: Private generic functions
configure: Public generic functions
configure: Public generic functions
configure: Public generic functions
configure: Public generic functions
configure: Public generic functions
configure: Public generic functions
configure: Public generic functions
configure: Public generic functions
configure: Public generic functions
configure: Public generic functions
configure-mouse-pointer: Public ordinary functions
configure-plot-style: Public ordinary functions
construct-tk-event: Private ordinary functions
container: Private generic functions
container: Private generic functions
coordinates: Private generic functions
coordinates: Private generic functions
coords: Public generic functions
coords: Public generic functions
copy-bypass-escape: Private ordinary functions
copy-event: Private ordinary functions
copy-match: Private ordinary functions
copy-modal-toplevel: Private ordinary functions
copy-nodgui-connection: Private ordinary functions
copy-pixmap: Private ordinary functions
copy-protect-escape: Private ordinary functions
copy-tcl/<: Private ordinary functions
copy-tcl/>: Private ordinary functions
copy-tcl/code: Private ordinary functions
copy-tcl/keyword: Private ordinary functions
copy-tcl/list: Private ordinary functions
copy-ubvec4: Public ordinary functions
copy-vec2: Public ordinary functions
copy-wm-attrib: Private ordinary functions
create: Private generic functions
create: Private generic functions
create-arc: Public ordinary functions
create-bitmap: Public ordinary functions
create-file: Public ordinary functions
create-image: Public ordinary functions
create-item-command: Private ordinary functions
create-items: Public ordinary functions
create-line: Public ordinary functions
create-line*: Public ordinary functions
create-menu2: Public ordinary functions
create-name: Public ordinary functions
create-oval: Public ordinary functions
create-path: Private ordinary functions
create-polygon: Public ordinary functions
create-rectangle: Public ordinary functions
create-root-styles: Private macros
create-tag-name: Public ordinary functions
create-text: Public ordinary functions
create-window: Public ordinary functions
current-month-entry: Private generic functions
current-month-entry: Private generic functions
current-year-entry: Private generic functions
current-year-entry: Private generic functions
cursor-index: Public generic functions
cursor-index: Public generic functions
cursor-index: Public generic functions
cursor-index: Public generic functions

D
data: Public generic functions
data: Public generic functions
data: Public generic functions
data: Public generic functions
data: Public generic functions
data: Public generic functions
data: Public generic functions
data: Public generic functions
data-returned-are-list-p: Private generic functions
data-returned-are-list-p: Private generic functions
date-build-universal-time: Private ordinary functions
date-build-universal-time*: Private ordinary functions
date-color-by-week: Private ordinary functions
date-format-month: Private ordinary functions
date-format-week-day: Private ordinary functions
date-format-year: Private ordinary functions
date-jump-today: Private ordinary functions
date-month-name->month-num: Private ordinary functions
date-month-num->month-name: Private ordinary functions
date-picker-demo: Private ordinary functions
date-refresh: Private ordinary functions
date-sundayp: Private ordinary functions
dbg: Private ordinary functions
debugger-test: Private ordinary functions
debugp: Private generic functions
debugp: Private generic functions
decode: Public ordinary functions
defargs: Public macros
default-theme: Public ordinary functions
defcode-test: Private macros
define-offset-size: Public macros
define-parse-header-chunk: Public macros
defproc: Public macros
defwidget: Public macros
defwrapper: Public macros
deg->rad: Public ordinary functions
deiconify: Public generic functions
deiconify: Public generic functions
deiconify: Public generic functions
delete-in-range: Public generic functions
delete-in-range: Public generic functions
delete-in-range: Public generic functions
delete@: Public generic functions
delete@: Public generic functions
delete@: Public generic functions
demo: Public ordinary functions
demo-autocomplete-entry: Private ordinary functions
demo-canvas: Private ordinary functions
demo-combo: Private ordinary functions
demo-custom-style: Private ordinary functions
demo-defwidget: Private ordinary functions
demo-escape-text: Private ordinary functions
demo-eyes: Private ordinary functions
demo-image: Private ordinary functions
demo-message-timeout: Private ordinary functions
demo-modal: Private ordinary functions
demo-multifont-listbox: Private ordinary functions
demo-multithread: Private ordinary functions
demo-multithread-2: Private ordinary functions
demo-multithread-loop: Private ordinary functions
demo-notebook: Private ordinary functions
demo-notebook-2: Private ordinary functions
demo-packtest1: Private ordinary functions
demo-packtest2: Private ordinary functions
demo-paned-window: Private ordinary functions
demo-sct: Private ordinary functions
demo-test-loop: Private ordinary functions
demo-test-loop: Private ordinary functions
demo-text: Private ordinary functions
demo-tklib-bar-plot: Private ordinary functions
demo-tklib-calendar: Private ordinary functions
demo-tklib-dot-plot: Private ordinary functions
demo-tklib-equalizer-bar: Private ordinary functions
demo-tklib-notify: Private ordinary functions
demo-tklib-swaplist: Private ordinary functions
demo-treeview: Private ordinary functions
demo-validate-command: Private ordinary functions
demo-widget: Private ordinary functions
demo-with-widgets: Private ordinary functions
depth: Private generic functions
depth: Private generic functions
depth: Private generic functions
depth: Private generic functions
describe-condition: Private generic functions
describe-condition: Private generic functions
destroy: Public ordinary functions
details-pane: Private generic functions
details-pane: Private generic functions
dictionary-plist: Public ordinary functions
directory-exists-p: Public ordinary functions
dispatch-program-events-or-wait: Private ordinary functions
dispatch-program-events-or-wait: Private ordinary functions
displayed: Private generic functions
displayed: Private generic functions
do-execute: Public ordinary functions
do-msg: Public ordinary functions
double-left-arrow: Public ordinary functions
double-right-arrow: Public ordinary functions
down: Private generic functions
down: Private generic functions
down: Private generic functions
down: Private generic functions
down: Private generic functions
down-arrow: Public ordinary functions
draw-error-bar: Private ordinary functions
draw-on-canvas: Public generic functions
draw-on-canvas: Public generic functions
draw-on-canvas: Public generic functions
draw-on-canvas: Public generic functions

E
e: Private generic functions
e: Private generic functions
eggs: Private ordinary functions
embedded-theme-names: Private ordinary functions
empty-string-if-nil: Public macros
emptyp: Public generic functions
emptyp: Public generic functions
encode: Public ordinary functions
encode-base-52: Public ordinary functions
ensure-validation-type-correct: Private ordinary functions
entries: Public generic functions
entries: Public generic functions
entry: Public generic functions
entry: Public generic functions
entry: Public generic functions
entry-label: Public generic functions
entry-label: Public generic functions
entry-select: Public ordinary functions
entry-typed: Private generic functions
entry-typed: Private generic functions
epsilon<=: Public ordinary functions
epsilon=: Public ordinary functions
epsilon>=: Public ordinary functions
erase-plot: Public generic functions
erase-plot: Public generic functions
errors: Public generic functions
errors: Public generic functions
errors: Public generic functions
errors: Public generic functions
escape-node-if-not-root: Private ordinary functions
escape-~: Public ordinary functions
eval-tcl-file: Public generic functions
eval-tcl-file: Public generic functions
eval-tcl-file: Public generic functions
event-char: Public ordinary functions
event-char-code: Public ordinary functions
event-got-error-p: Private ordinary functions
event-height: Public ordinary functions
event-keycode: Public ordinary functions
event-mouse-button: Public ordinary functions
event-others: Private ordinary functions
event-p: Private ordinary functions
event-root-x: Public ordinary functions
event-root-y: Public ordinary functions
event-unicode-char: Public ordinary functions
event-width: Public ordinary functions
event-x: Public ordinary functions
event-y: Public ordinary functions
events-loop-running-p: Private ordinary functions
events-loop-running-p: Private ordinary functions
exit-from-modal-toplevel: Public generic functions
exit-from-modal-toplevel: Public generic functions
exit-from-toplevel: Public ordinary functions
exit-nodgui: Public ordinary functions
exit-wish: Public ordinary functions

F
f1: Private generic functions
f1: Private generic functions
f1: Private generic functions
f2: Private generic functions
f2: Private generic functions
fetch-layout: Public generic functions
fetch-layout: Public generic functions
fetch-layout: Public generic functions
fetch-layout: Public generic functions
file: Private generic functions
file: Private generic functions
file: Private generic functions
file: Private generic functions
file-exists-p: Public ordinary functions
file-path: Private generic functions
file-path: Private generic functions
fill-color: Public generic functions
fill-color: Public generic functions
fill-file-matrix-size: Private ordinary functions
filter-keys: Private ordinary functions
find-cursor: Public generic functions
find-cursor: Public generic functions
find-cursor: Public generic functions
find-style: Private ordinary functions
firstline: Private generic functions
firstline: Private generic functions
fit-line: Public ordinary functions
fit-words-to-text-widget: Public generic functions
fit-words-to-text-widget: Public generic functions
flush-wish: Public ordinary functions
fm-vector-type-fn: Private ordinary functions
focus: Public ordinary functions
font-actual: Public ordinary functions
font-chooser-hide: Private ordinary functions
font-chooser-show: Private ordinary functions
font-configure: Public ordinary functions
font-create: Public ordinary functions
font-delete: Public ordinary functions
font-families: Public ordinary functions
font-measure: Public ordinary functions
font-metrics: Public ordinary functions
for-list: Public macros
force-focus: Public ordinary functions
force-string-read-macro: Private ordinary functions
forget-pane: Public generic functions
forget-pane: Public generic functions
format-fn-symbol: Public macros
format-keyword: Public ordinary functions
format-number: Private ordinary functions
format-wish: Public ordinary functions
frame-class: Private generic functions
frame-class: Private generic functions
full-colored-star-count: Private generic functions
full-colored-star-count: Private generic functions
funcall-all: Private ordinary functions
Function, %autocomplete: Private ordinary functions
Function, %deiconify: Private ordinary functions
Function, %find: Private ordinary functions
Function, %iconify: Private ordinary functions
Function, %join: Private ordinary functions
Function, %make-font: Private ordinary functions
Function, %make-progress-star: Private ordinary functions
Function, %multifont-listbox-highlight-selected: Private ordinary functions
Function, %multifont-listbox-shift-selected-index: Private ordinary functions
Function, %offset-bits: Private ordinary functions
Function, %tkescape: Private ordinary functions
Function, %to-safe-format-string: Private ordinary functions
Function, (setf bypass-escape-data): Public ordinary functions
Function, (setf event-char): Public ordinary functions
Function, (setf event-char-code): Public ordinary functions
Function, (setf event-height): Public ordinary functions
Function, (setf event-keycode): Public ordinary functions
Function, (setf event-mouse-button): Public ordinary functions
Function, (setf event-others): Private ordinary functions
Function, (setf event-root-x): Public ordinary functions
Function, (setf event-root-y): Public ordinary functions
Function, (setf event-unicode-char): Public ordinary functions
Function, (setf event-width): Public ordinary functions
Function, (setf event-x): Public ordinary functions
Function, (setf event-y): Public ordinary functions
Function, (setf match-end): Public ordinary functions
Function, (setf match-start): Public ordinary functions
Function, (setf match-string): Public ordinary functions
Function, (setf match-tag-name): Public ordinary functions
Function, (setf modal-toplevel-close-condition): Private ordinary functions
Function, (setf modal-toplevel-condvar): Private ordinary functions
Function, (setf modal-toplevel-lock): Private ordinary functions
Function, (setf modal-toplevel-results): Public ordinary functions
Function, (setf modal-toplevel-root-widget): Public ordinary functions
Function, (setf protect-escape-data): Public ordinary functions
Function, (setf tcl/<-data): Private ordinary functions
Function, (setf tcl/>-data): Private ordinary functions
Function, (setf tcl/code-data): Private ordinary functions
Function, (setf tcl/keyword-as-string-p): Private ordinary functions
Function, (setf tcl/keyword-data): Private ordinary functions
Function, (setf tcl/keyword-raw-keyword): Private ordinary functions
Function, (setf tcl/keyword-spaces-after): Private ordinary functions
Function, (setf tcl/list-data): Private ordinary functions
Function, (setf wish-accept-garbage-for-next-event): Private ordinary functions
Function, (setf wish-after-counter): Private ordinary functions
Function, (setf wish-after-ids): Private ordinary functions
Function, (setf wish-break-mainloop): Private ordinary functions
Function, (setf wish-break-mainloop-lock): Private ordinary functions
Function, (setf wish-call-with-condition-handlers-function): Private ordinary functions
Function, (setf wish-callbacks): Private ordinary functions
Function, (setf wish-counter): Private ordinary functions
Function, (setf wish-data-queue): Private ordinary functions
Function, (setf wish-error-collecting-thread): Private ordinary functions
Function, (setf wish-event-queue): Private ordinary functions
Function, (setf wish-flush-lock): Private ordinary functions
Function, (setf wish-input-collecting-thread): Private ordinary functions
Function, (setf wish-lock): Private ordinary functions
Function, (setf wish-main-loop-thread): Private ordinary functions
Function, (setf wish-output-buffer): Private ordinary functions
Function, (setf wish-read-data-lock): Private ordinary functions
Function, (setf wish-read-lock): Private ordinary functions
Function, (setf wish-saved-main-loop-threads): Private ordinary functions
Function, (setf wish-stream): Public ordinary functions
Function, (setf wish-variables): Public ordinary functions
Function, (setf wm-attrib-alpha): Public ordinary functions
Function, (setf wm-attrib-fullscreen): Public ordinary functions
Function, (setf wm-attrib-topmost): Public ordinary functions
Function, (setf wm-attrib-type): Public ordinary functions
Function, (setf wm-attrib-zoomed): Public ordinary functions
Function, ->f: Public ordinary functions
Function, accept-garbage-for-next-event-p: Private ordinary functions
Function, add-a-month-clsr: Private ordinary functions
Function, add-a-year-clsr: Private ordinary functions
Function, add-callback: Private ordinary functions
Function, add-epsilon-rel: Public ordinary functions
Function, add-separator: Public ordinary functions
Function, after: Public ordinary functions
Function, after-cancel: Public ordinary functions
Function, after-idle: Public ordinary functions
Function, append-newline: Public ordinary functions
Function, append-wish-args: Private ordinary functions
Function, ask-okcancel: Public ordinary functions
Function, ask-yesno: Public ordinary functions
Function, autocomplete-click-1-clsr: Private ordinary functions
Function, autocomplete-entry-test: Private ordinary functions
Function, autocomplete-key-press-clsr: Private ordinary functions
Function, autocomplete-listbox-demo: Private ordinary functions
Function, bbox-h: Public ordinary functions
Function, bbox-max-x: Public ordinary functions
Function, bbox-max-y: Public ordinary functions
Function, bbox-min-x: Public ordinary functions
Function, bbox-min-y: Public ordinary functions
Function, bbox-w: Public ordinary functions
Function, bell: Public ordinary functions
Function, big-dot: Public ordinary functions
Function, bilinear-interpolation: Private ordinary functions
Function, boldify-multifont-item: Public ordinary functions
Function, break-mainloop: Private ordinary functions
Function, break-mainloop-p: Private ordinary functions
Function, build-args: Private ordinary functions
Function, build-theme-filename: Private ordinary functions
Function, build-theme-pathfile: Private ordinary functions
Function, bullet: Public ordinary functions
Function, bypass-escape-data: Public ordinary functions
Function, bypass-escape-p: Private ordinary functions
Function, byte->int: Public ordinary functions
Function, calc-color-stars: Private ordinary functions
Function, calc-file-matrix-size: Private ordinary functions
Function, calc-offset: Private ordinary functions
Function, calculate-internal-time-scaling-millis: Public ordinary functions
Function, calculate-milliseconds-elapsed: Private ordinary functions
Function, call-with-nodgui: Public ordinary functions
Function, call-with-read-data: Private ordinary functions
Function, callback: Private ordinary functions
Function, camel-case->snail-case: Public ordinary functions
Function, canvas-bbox: Public ordinary functions
Function, canvas-item-bbox: Public ordinary functions
Function, cget-date-format: Private ordinary functions
Function, check-barchart-data: Private ordinary functions
Function, check-compatibility-type-detail: Private ordinary functions
Function, check-different-modifiers: Private ordinary functions
Function, check-enqueued-data: Private ordinary functions
Function, check-enqueued-event: Private ordinary functions
Function, check-magic-number: Private ordinary functions
Function, check-pattern: Private ordinary functions
Function, check-spaces: Private ordinary functions
Function, check-valid-detail-or-type: Private ordinary functions
Function, check-valid-modifiers: Private ordinary functions
Function, check-valid-type: Private ordinary functions
Function, check-valid-type-or-modifier: Private ordinary functions
Function, children-pathname: Public ordinary functions
Function, choose-color: Public ordinary functions
Function, choose-directory: Public ordinary functions
Function, clear-star-progress-star: Private ordinary functions
Function, clipboard-append: Public ordinary functions
Function, clipboard-clear: Public ordinary functions
Function, clipboard-get: Public ordinary functions
Function, close-file-matrix: Private ordinary functions
Function, close-process-stream: Private ordinary functions
Function, cm: Private ordinary functions
Function, colorize-progress-star: Private ordinary functions
Function, common-prefix: Public ordinary functions
Function, configure-mouse-pointer: Public ordinary functions
Function, configure-plot-style: Public ordinary functions
Function, construct-tk-event: Private ordinary functions
Function, copy-bypass-escape: Private ordinary functions
Function, copy-event: Private ordinary functions
Function, copy-match: Private ordinary functions
Function, copy-modal-toplevel: Private ordinary functions
Function, copy-nodgui-connection: Private ordinary functions
Function, copy-pixmap: Private ordinary functions
Function, copy-protect-escape: Private ordinary functions
Function, copy-tcl/<: Private ordinary functions
Function, copy-tcl/>: Private ordinary functions
Function, copy-tcl/code: Private ordinary functions
Function, copy-tcl/keyword: Private ordinary functions
Function, copy-tcl/list: Private ordinary functions
Function, copy-ubvec4: Public ordinary functions
Function, copy-vec2: Public ordinary functions
Function, copy-wm-attrib: Private ordinary functions
Function, create-arc: Public ordinary functions
Function, create-bitmap: Public ordinary functions
Function, create-file: Public ordinary functions
Function, create-image: Public ordinary functions
Function, create-item-command: Private ordinary functions
Function, create-items: Public ordinary functions
Function, create-line: Public ordinary functions
Function, create-line*: Public ordinary functions
Function, create-menu2: Public ordinary functions
Function, create-name: Public ordinary functions
Function, create-oval: Public ordinary functions
Function, create-path: Private ordinary functions
Function, create-polygon: Public ordinary functions
Function, create-rectangle: Public ordinary functions
Function, create-tag-name: Public ordinary functions
Function, create-text: Public ordinary functions
Function, create-window: Public ordinary functions
Function, date-build-universal-time: Private ordinary functions
Function, date-build-universal-time*: Private ordinary functions
Function, date-color-by-week: Private ordinary functions
Function, date-format-month: Private ordinary functions
Function, date-format-week-day: Private ordinary functions
Function, date-format-year: Private ordinary functions
Function, date-jump-today: Private ordinary functions
Function, date-month-name->month-num: Private ordinary functions
Function, date-month-num->month-name: Private ordinary functions
Function, date-picker-demo: Private ordinary functions
Function, date-refresh: Private ordinary functions
Function, date-sundayp: Private ordinary functions
Function, dbg: Private ordinary functions
Function, debugger-test: Private ordinary functions
Function, decode: Public ordinary functions
Function, default-theme: Public ordinary functions
Function, deg->rad: Public ordinary functions
Function, demo: Public ordinary functions
Function, demo-autocomplete-entry: Private ordinary functions
Function, demo-canvas: Private ordinary functions
Function, demo-combo: Private ordinary functions
Function, demo-custom-style: Private ordinary functions
Function, demo-defwidget: Private ordinary functions
Function, demo-escape-text: Private ordinary functions
Function, demo-eyes: Private ordinary functions
Function, demo-image: Private ordinary functions
Function, demo-message-timeout: Private ordinary functions
Function, demo-modal: Private ordinary functions
Function, demo-multifont-listbox: Private ordinary functions
Function, demo-multithread: Private ordinary functions
Function, demo-multithread-2: Private ordinary functions
Function, demo-multithread-loop: Private ordinary functions
Function, demo-notebook: Private ordinary functions
Function, demo-notebook-2: Private ordinary functions
Function, demo-packtest1: Private ordinary functions
Function, demo-packtest2: Private ordinary functions
Function, demo-paned-window: Private ordinary functions
Function, demo-sct: Private ordinary functions
Function, demo-test-loop: Private ordinary functions
Function, demo-test-loop: Private ordinary functions
Function, demo-text: Private ordinary functions
Function, demo-tklib-bar-plot: Private ordinary functions
Function, demo-tklib-calendar: Private ordinary functions
Function, demo-tklib-dot-plot: Private ordinary functions
Function, demo-tklib-equalizer-bar: Private ordinary functions
Function, demo-tklib-notify: Private ordinary functions
Function, demo-tklib-swaplist: Private ordinary functions
Function, demo-treeview: Private ordinary functions
Function, demo-validate-command: Private ordinary functions
Function, demo-widget: Private ordinary functions
Function, demo-with-widgets: Private ordinary functions
Function, destroy: Public ordinary functions
Function, dictionary-plist: Public ordinary functions
Function, directory-exists-p: Public ordinary functions
Function, dispatch-program-events-or-wait: Private ordinary functions
Function, dispatch-program-events-or-wait: Private ordinary functions
Function, do-execute: Public ordinary functions
Function, do-msg: Public ordinary functions
Function, double-left-arrow: Public ordinary functions
Function, double-right-arrow: Public ordinary functions
Function, down-arrow: Public ordinary functions
Function, draw-error-bar: Private ordinary functions
Function, eggs: Private ordinary functions
Function, embedded-theme-names: Private ordinary functions
Function, encode: Public ordinary functions
Function, encode-base-52: Public ordinary functions
Function, ensure-validation-type-correct: Private ordinary functions
Function, entry-select: Public ordinary functions
Function, epsilon<=: Public ordinary functions
Function, epsilon=: Public ordinary functions
Function, epsilon>=: Public ordinary functions
Function, escape-node-if-not-root: Private ordinary functions
Function, escape-~: Public ordinary functions
Function, event-char: Public ordinary functions
Function, event-char-code: Public ordinary functions
Function, event-got-error-p: Private ordinary functions
Function, event-height: Public ordinary functions
Function, event-keycode: Public ordinary functions
Function, event-mouse-button: Public ordinary functions
Function, event-others: Private ordinary functions
Function, event-p: Private ordinary functions
Function, event-root-x: Public ordinary functions
Function, event-root-y: Public ordinary functions
Function, event-unicode-char: Public ordinary functions
Function, event-width: Public ordinary functions
Function, event-x: Public ordinary functions
Function, event-y: Public ordinary functions
Function, events-loop-running-p: Private ordinary functions
Function, events-loop-running-p: Private ordinary functions
Function, exit-from-toplevel: Public ordinary functions
Function, exit-nodgui: Public ordinary functions
Function, exit-wish: Public ordinary functions
Function, file-exists-p: Public ordinary functions
Function, fill-file-matrix-size: Private ordinary functions
Function, filter-keys: Private ordinary functions
Function, find-style: Private ordinary functions
Function, fit-line: Public ordinary functions
Function, flush-wish: Public ordinary functions
Function, fm-vector-type-fn: Private ordinary functions
Function, focus: Public ordinary functions
Function, font-actual: Public ordinary functions
Function, font-chooser-hide: Private ordinary functions
Function, font-chooser-show: Private ordinary functions
Function, font-configure: Public ordinary functions
Function, font-create: Public ordinary functions
Function, font-delete: Public ordinary functions
Function, font-families: Public ordinary functions
Function, font-measure: Public ordinary functions
Function, font-metrics: Public ordinary functions
Function, force-focus: Public ordinary functions
Function, force-string-read-macro: Private ordinary functions
Function, format-keyword: Public ordinary functions
Function, format-number: Private ordinary functions
Function, format-wish: Public ordinary functions
Function, funcall-all: Private ordinary functions
Function, gen-encode-table: Private ordinary functions
Function, get-counter: Private ordinary functions
Function, get-open-file: Public ordinary functions
Function, get-save-file: Public ordinary functions
Function, gifp: Public ordinary functions
Function, gtree-demo: Private ordinary functions
Function, handle-dead-stream: Private ordinary functions
Function, iarg-code: Private ordinary functions
Function, iarg-comment: Private ordinary functions
Function, iarg-format: Private ordinary functions
Function, iarg-key: Private ordinary functions
Function, iarg-name: Private ordinary functions
Function, image-setpixel: Public ordinary functions
Function, indicate-stop-mainloop-threads: Private ordinary functions
Function, init-tcl: Private ordinary functions
Function, init-tkimg: Private ordinary functions
Function, init-wish: Private ordinary functions
Function, insert-image*: Private ordinary functions
Function, insert-layout: Public ordinary functions
Function, int16->bytes: Public ordinary functions
Function, int32->bytes: Private ordinary functions
Function, interpolate: Private ordinary functions
Function, item-cget: Public ordinary functions
Function, item-colorize: Private ordinary functions
Function, join-with-strings*: Public ordinary functions
Function, jpgp: Public ordinary functions
Function, keysym-printable-p: Public ordinary functions
Function, keyword->tcl: Public ordinary functions
Function, keywordize: Private ordinary functions
Function, left-arrow: Public ordinary functions
Function, left-parens-ornament: Private ordinary functions
Function, lisp-bool->tcl: Public ordinary functions
Function, list-select-demo: Private ordinary functions
Function, listbox-dialog: Public ordinary functions
Function, load-rearrange-raw-packet: Private ordinary functions
Function, make-adjustable-string: Public ordinary functions
Function, make-array-frame: Public ordinary functions
Function, make-bits-array: Public ordinary functions
Function, make-bypass-escape: Public ordinary functions
Function, make-calendar: Public ordinary functions
Function, make-call-with-condition-handlers-function: Private ordinary functions
Function, make-canvas: Public ordinary functions
Function, make-circle: Public ordinary functions
Function, make-condition-handler-function: Private ordinary functions
Function, make-directory: Private ordinary functions
Function, make-equalizer-bar: Public ordinary functions
Function, make-error-collecting-thread: Private ordinary functions
Function, make-event: Private ordinary functions
Function, make-file-matrix: Private ordinary functions
Function, make-fresh-array: Public ordinary functions
Function, make-fresh-list: Public ordinary functions
Function, make-fresh-ubvec4: Public ordinary functions
Function, make-fresh-vec2: Public ordinary functions
Function, make-image-data: Private ordinary functions
Function, make-index-modifier: Private ordinary functions
Function, make-indices: Private ordinary functions
Function, make-indices-end: Public ordinary functions
Function, make-indices-linechar: Private ordinary functions
Function, make-indices-start: Public ordinary functions
Function, make-indices-tag: Private ordinary functions
Function, make-indices-xy: Private ordinary functions
Function, make-items: Public ordinary functions
Function, make-line: Public ordinary functions
Function, make-list-select-demo: Private ordinary functions
Function, make-match: Private ordinary functions
Function, make-menu: Public ordinary functions
Function, make-menubar: Public ordinary functions
Function, make-menubutton: Public ordinary functions
Function, make-modal-toplevel: Private ordinary functions
Function, make-nodgui-connection: Public ordinary functions
Function, make-oval: Public ordinary functions
Function, make-pixmap: Private ordinary functions
Function, make-pixmap-frame: Private ordinary functions
Function, make-polygon: Public ordinary functions
Function, make-protect-escape: Public ordinary functions
Function, make-rectangle: Public ordinary functions
Function, make-scrollbar: Public ordinary functions
Function, make-scrolled-canvas: Public ordinary functions
Function, make-scrolled-text: Public ordinary functions
Function, make-star: Public ordinary functions
Function, make-swaplist: Public ordinary functions
Function, make-tcl/<: Private ordinary functions
Function, make-tcl/>: Private ordinary functions
Function, make-tcl/code: Private ordinary functions
Function, make-tcl/keyword: Private ordinary functions
Function, make-tcl/list: Private ordinary functions
Function, make-text: Public ordinary functions
Function, make-toplevel: Public ordinary functions
Function, make-two-color-star: Public ordinary functions
Function, make-wm-attrib: Private ordinary functions
Function, manage-wish-output: Private ordinary functions
Function, match-end: Public ordinary functions
Function, match-p: Private ordinary functions
Function, match-start: Public ordinary functions
Function, match-string: Public ordinary functions
Function, match-tag-name: Public ordinary functions
Function, message-box: Public ordinary functions
Function, message-with-timeout: Public ordinary functions
Function, message-with-timeout-callback: Public ordinary functions
Function, modal-toplevel-close-condition: Private ordinary functions
Function, modal-toplevel-condvar: Private ordinary functions
Function, modal-toplevel-lock: Private ordinary functions
Function, modal-toplevel-p: Private ordinary functions
Function, modal-toplevel-results: Public ordinary functions
Function, modal-toplevel-root-widget: Public ordinary functions
Function, modal-window-test: Private ordinary functions
Function, move-all: Public ordinary functions
Function, multifont-translate-end-tcl->lisp: Private ordinary functions
Function, namestring->pathname: Public ordinary functions
Function, nodgui-connection-p: Private ordinary functions
Function, nodgui-error: Public ordinary functions
Function, normalize-error: Private ordinary functions
Function, notebook-events: Public ordinary functions
Function, notify-window: Public ordinary functions
Function, p-column-number: Private ordinary functions
Function, p-coordinate-number: Private ordinary functions
Function, p-coordinates: Private ordinary functions
Function, p-coordinates-offset: Private ordinary functions
Function, p-modifier: Private ordinary functions
Function, p-row-number: Private ordinary functions
Function, p-sign: Private ordinary functions
Function, p-tag: Private ordinary functions
Function, p-x: Private ordinary functions
Function, p-y: Private ordinary functions
Function, parent-pathname: Public ordinary functions
Function, parse: Private ordinary functions
Function, parse-event: Public ordinary functions
Function, parse-layout: Public ordinary functions
Function, parse-line-char-index: Private ordinary functions
Function, parse-number-or-0: Private ordinary functions
Function, parse-selected-date: Public ordinary functions
Function, password-char-placeholder: Private ordinary functions
Function, password-entry-demo: Private ordinary functions
Function, path-last-element: Public ordinary functions
Function, pattern->string: Private ordinary functions
Function, pattern-detail: Private ordinary functions
Function, pattern-type: Private ordinary functions
Function, pngp: Public ordinary functions
Function, pop-enqueued-data: Private ordinary functions
Function, pop-enqueued-event: Private ordinary functions
Function, pop-event-block: Private ordinary functions
Function, pop-mainloop-thread: Private ordinary functions
Function, postscript: Public ordinary functions
Function, pprint-down: Private ordinary functions
Function, print-backtrace: Private ordinary functions
Function, process-coords: Public ordinary functions
Function, process-layout: Private ordinary functions
Function, process-one-event: Private ordinary functions
Function, progress-star-radius: Private ordinary functions
Function, protect-escape-data: Public ordinary functions
Function, protect-escape-p: Private ordinary functions
Function, push-enqueued-data: Private ordinary functions
Function, push-enqueued-event: Private ordinary functions
Function, push-event-unblock: Private ordinary functions
Function, push-mainloop-thread: Private ordinary functions
Function, rad->deg: Public ordinary functions
Function, raw-coordinates: Public ordinary functions
Function, read-all: Private ordinary functions
Function, read-color-macro: Private ordinary functions
Function, read-data: Public ordinary functions
Function, read-event: Public ordinary functions
Function, read-event-macro: Private ordinary functions
Function, read-into-array: Public ordinary functions
Function, read-keyword: Private ordinary functions
Function, read-wish: Private ordinary functions
Function, regex-search-test: Private ordinary functions
Function, relative-x: Public ordinary functions
Function, relative-y: Public ordinary functions
Function, rem-trouble-chars-and-then-wrap: Public ordinary functions
Function, remove-callback: Private ordinary functions
Function, remove-separators: Private ordinary functions
Function, repeat-periodic-coord: Private ordinary functions
Function, require-tcl-package: Public ordinary functions
Function, restart-mainloop: Private ordinary functions
Function, rgb->tk: Public ordinary functions
Function, rgb-struct->tk-color: Private ordinary functions
Function, right-arrow: Public ordinary functions
Function, right-parens-ornament: Private ordinary functions
Function, rle-encode-line: Private ordinary functions
Function, root-toplevel: Public ordinary functions
Function, root-toplevel-title: Public ordinary functions
Function, root-x: Public ordinary functions
Function, root-y: Public ordinary functions
Function, rootx: Public ordinary functions
Function, rooty: Public ordinary functions
Function, rotate: Private ordinary functions
Function, run-all-tests: Public ordinary functions
Function, safe-parse-number: Public ordinary functions
Function, safe-subseq: Private ordinary functions
Function, screen-height: Public ordinary functions
Function, screen-height-mm: Public ordinary functions
Function, screen-mouse: Public ordinary functions
Function, screen-mouse-x: Public ordinary functions
Function, screen-mouse-y: Public ordinary functions
Function, screen-width: Public ordinary functions
Function, screen-width-mm: Public ordinary functions
Function, scroll-candidates: Private ordinary functions
Function, scroll-text-read-only-down: Private ordinary functions
Function, scroll-text-read-only-go-end-text: Private ordinary functions
Function, scroll-text-read-only-go-start-text: Private ordinary functions
Function, scroll-text-read-only-next-page: Private ordinary functions
Function, scroll-text-read-only-previous-page: Private ordinary functions
Function, scroll-text-read-only-up: Private ordinary functions
Function, searchable-listbox-demo: Private ordinary functions
Function, send-use-theme: Private ordinary functions
Function, send-wish: Private ordinary functions
Function, send-wish-columns-data: Private ordinary functions
Function, send-wish-line: Public ordinary functions
Function, send-wish-preamble-code: Private ordinary functions
Function, senddatastring: Private ordinary functions
Function, sequence->vec2: Public ordinary functions
Function, serialize->layout: Public ordinary functions
Function, serialize-style-name: Private ordinary functions
Function, set-date: Private ordinary functions
Function, set-focus-next: Public ordinary functions
Function, set-multifont-listbox-read-only: Private ordinary functions
Function, set-root-toplevel-title: Public ordinary functions
Function, set-scrolled-text-read-only: Private ordinary functions
Function, set-scrolled-text-read-only-with-cursor: Private ordinary functions
Function, shift-date: Private ordinary functions
Function, show-candidates: Private ordinary functions
Function, slurp-pixmap: Public ordinary functions
Function, split-path-elements: Public ordinary functions
Function, split-sequence: Public ordinary functions
Function, split-words: Public ordinary functions
Function, star-progress-demo: Private ordinary functions
Function, start-events-loop: Private ordinary functions
Function, start-events-loop: Private ordinary functions
Function, start-main-loop: Private ordinary functions
Function, start-reading-loop: Private ordinary functions
Function, start-rotation: Private ordinary functions
Function, start-wish: Public ordinary functions
Function, start-wish-pipe: Private ordinary functions
Function, stop-events-loop: Private ordinary functions
Function, stop-events-loop: Private ordinary functions
Function, stop-rotation: Private ordinary functions
Function, strcat: Public ordinary functions
Function, strcat*: Public ordinary functions
Function, stream-readable-p: Private ordinary functions
Function, string-empty-p: Public ordinary functions
Function, stringify-all: Private ordinary functions
Function, strip-prefix: Public ordinary functions
Function, strip-withespaces: Public ordinary functions
Function, subdirectories: Public ordinary functions
Function, subtract-a-month-clsr: Private ordinary functions
Function, subtract-a-year-clsr: Private ordinary functions
Function, symbol->stylename: Private ordinary functions
Function, sync-multifont-data: Private ordinary functions
Function, tag: Private ordinary functions
Function, targa-rle-scanline: Private ordinary functions
Function, tcl-error->boolean: Public ordinary functions
Function, tcl-init-code: Public ordinary functions
Function, tcl-send-data-code: Public ordinary functions
Function, tcl/<-data: Private ordinary functions
Function, tcl/<-p: Private ordinary functions
Function, tcl/>-data: Private ordinary functions
Function, tcl/>-p: Private ordinary functions
Function, tcl/code-data: Private ordinary functions
Function, tcl/code-p: Private ordinary functions
Function, tcl/keyword-as-string-p: Private ordinary functions
Function, tcl/keyword-data: Private ordinary functions
Function, tcl/keyword-p: Private ordinary functions
Function, tcl/keyword-raw-keyword: Private ordinary functions
Function, tcl/keyword-spaces-after: Private ordinary functions
Function, tcl/list-data: Private ordinary functions
Function, tcl/list-p: Private ordinary functions
Function, tcldebug: Private ordinary functions
Function, tclize-pad: Private ordinary functions
Function, test-rotation: Private ordinary functions
Function, text-input-dialog: Public ordinary functions
Function, theme-names: Public ordinary functions
Function, time-as-list: Private ordinary functions
Function, time-date-of: Public ordinary functions
Function, time-day-of: Public ordinary functions
Function, time-daylight-p-of: Public ordinary functions
Function, time-hour-of: Public ordinary functions
Function, time-minutes-of: Public ordinary functions
Function, time-month-of: Public ordinary functions
Function, time-second-of: Public ordinary functions
Function, time-year-of: Public ordinary functions
Function, time-zone-of: Public ordinary functions
Function, tk-number: Private ordinary functions
Function, tkescape: Public ordinary functions
Function, tkescape2: Public ordinary functions
Function, to-s: Public ordinary functions
Function, to-stderr: Public ordinary functions
Function, tooltip-test: Private ordinary functions
Function, toplevel-pathname: Public ordinary functions
Function, treelist-test: Private ordinary functions
Function, treeview-column: Public ordinary functions
Function, treeview-item: Public ordinary functions
Function, treeview-move*: Private ordinary functions
Function, trim: Public ordinary functions
Function, try-to-load-tcl-package: Public ordinary functions
Function, two-color-star-handle: Private ordinary functions
Function, ubvec4: Public ordinary functions
Function, ubvec4*: Public ordinary functions
Function, ubvec4+: Public ordinary functions
Function, ubvec4-: Public ordinary functions
Function, ubvec4-dot-product: Public ordinary functions
Function, ubvec4-length: Public ordinary functions
Function, ubvec4-normalize: Public ordinary functions
Function, ubvec4/: Public ordinary functions
Function, ubvec4=: Public ordinary functions
Function, ubvec4p: Public ordinary functions
Function, ubvec4~: Public ordinary functions
Function, up-arrow: Public ordinary functions
Function, update-idle-tasks: Private ordinary functions
Function, use-theme: Public ordinary functions
Function, vec2: Public ordinary functions
Function, vec2*: Public ordinary functions
Function, vec2+: Public ordinary functions
Function, vec2-: Public ordinary functions
Function, vec2-dot-product: Public ordinary functions
Function, vec2-length: Public ordinary functions
Function, vec2-negate: Public ordinary functions
Function, vec2-normalize: Public ordinary functions
Function, vec2-perp-dot-product: Public ordinary functions
Function, vec2-perpendicular: Public ordinary functions
Function, vec2-rotate: Public ordinary functions
Function, vec2-x: Public ordinary functions
Function, vec2-y: Public ordinary functions
Function, vec2/: Public ordinary functions
Function, vec2=: Public ordinary functions
Function, vec2p: Public ordinary functions
Function, vec2~: Public ordinary functions
Function, vector-empty-p: Private ordinary functions
Function, verify-event: Private ordinary functions
Function, wait-complete-redraw: Public ordinary functions
Function, wait-mainloop-threads: Private ordinary functions
Function, window-height: Public ordinary functions
Function, window-id: Public ordinary functions
Function, window-transient: Public ordinary functions
Function, window-width: Public ordinary functions
Function, window-x: Public ordinary functions
Function, window-y: Public ordinary functions
Function, wish-accept-garbage-for-next-event: Private ordinary functions
Function, wish-after-counter: Private ordinary functions
Function, wish-after-ids: Private ordinary functions
Function, wish-break-mainloop: Private ordinary functions
Function, wish-break-mainloop-lock: Private ordinary functions
Function, wish-call-with-condition-handlers-function: Private ordinary functions
Function, wish-callbacks: Private ordinary functions
Function, wish-counter: Private ordinary functions
Function, wish-data-queue: Private ordinary functions
Function, wish-error-collecting-thread: Private ordinary functions
Function, wish-event-queue: Private ordinary functions
Function, wish-flush-lock: Private ordinary functions
Function, wish-init-code: Public ordinary functions
Function, wish-input-collecting-thread: Private ordinary functions
Function, wish-lock: Private ordinary functions
Function, wish-main-loop-thread: Private ordinary functions
Function, wish-output-buffer: Private ordinary functions
Function, wish-read-data-lock: Private ordinary functions
Function, wish-read-lock: Private ordinary functions
Function, wish-saved-main-loop-threads: Private ordinary functions
Function, wish-stream: Public ordinary functions
Function, wish-variables: Public ordinary functions
Function, wm-attrib-alpha: Public ordinary functions
Function, wm-attrib-fullscreen: Public ordinary functions
Function, wm-attrib-p: Private ordinary functions
Function, wm-attrib-topmost: Public ordinary functions
Function, wm-attrib-type: Public ordinary functions
Function, wm-attrib-zoomed: Public ordinary functions
Function, wrap-with: Public ordinary functions

G
gen-all-time-access: Private macros
gen-check-magic-number: Private macros
gen-colorize: Private macros
gen-delete@: Private macros
gen-encode-table: Private ordinary functions
gen-intn->bytes: Private macros
gen-key-capital-symbol: Private macros
gen-key-capital-symbols: Private macros
gen-key-symbol: Private macros
gen-key-symbols: Private macros
gen-plot-component: Private macros
gen-time-access: Private macros
gen-wm-constant: Private macros
gen-wm-type-constants: Private macros
Generic Function, %widget-path: Private generic functions
Generic Function, (setf %widget-path): Private generic functions
Generic Function, (setf a): Private generic functions
Generic Function, (setf action): Private generic functions
Generic Function, (setf all-days-buttons): Private generic functions
Generic Function, (setf all-series): Public generic functions
Generic Function, (setf alpha-bits@): Private generic functions
Generic Function, (setf applied): Private generic functions
Generic Function, (setf attached-entry): Private generic functions
Generic Function, (setf autocomplete-entry-widget): Public generic functions
Generic Function, (setf autocomplete-function): Public generic functions
Generic Function, (setf autocomplete-function-hook): Public generic functions
Generic Function, (setf b): Private generic functions
Generic Function, (setf b1): Private generic functions
Generic Function, (setf b2): Private generic functions
Generic Function, (setf backtrace): Private generic functions
Generic Function, (setf bbox-fix): Public generic functions
Generic Function, (setf bind-event): Public generic functions
Generic Function, (setf bits): Public generic functions
Generic Function, (setf bits-pixel@): Private generic functions
Generic Function, (setf block-size): Private generic functions
Generic Function, (setf bu): Private generic functions
Generic Function, (setf c): Private generic functions
Generic Function, (setf callback): Public generic functions
Generic Function, (setf candidates-widget): Public generic functions
Generic Function, (setf canvas): Public generic functions
Generic Function, (setf children): Public generic functions
Generic Function, (setf color): Public generic functions
Generic Function, (setf column-values): Public generic functions
Generic Function, (setf command): Public generic functions
Generic Function, (setf compare-history-candidate-predicate): Private generic functions
Generic Function, (setf condition-variable): Private generic functions
Generic Function, (setf container): Private generic functions
Generic Function, (setf coordinates): Private generic functions
Generic Function, (setf coords): Public generic functions
Generic Function, (setf current-month-entry): Private generic functions
Generic Function, (setf current-year-entry): Private generic functions
Generic Function, (setf data): Public generic functions
Generic Function, (setf data): Public generic functions
Generic Function, (setf data-returned-are-list): Private generic functions
Generic Function, (setf debugp): Private generic functions
Generic Function, (setf depth): Private generic functions
Generic Function, (setf details-pane): Private generic functions
Generic Function, (setf displayed): Private generic functions
Generic Function, (setf e): Private generic functions
Generic Function, (setf entries): Public generic functions
Generic Function, (setf entry): Public generic functions
Generic Function, (setf entry-label): Public generic functions
Generic Function, (setf errors): Public generic functions
Generic Function, (setf errors): Public generic functions
Generic Function, (setf f1): Private generic functions
Generic Function, (setf f2): Private generic functions
Generic Function, (setf file): Private generic functions
Generic Function, (setf file): Private generic functions
Generic Function, (setf file-path): Private generic functions
Generic Function, (setf fill-color): Public generic functions
Generic Function, (setf firstline): Private generic functions
Generic Function, (setf frame-class): Private generic functions
Generic Function, (setf full-colored-star-count): Private generic functions
Generic Function, (setf geometry): Public generic functions
Generic Function, (setf group): Private generic functions
Generic Function, (setf handle): Public generic functions
Generic Function, (setf handler-condition): Private generic functions
Generic Function, (setf height): Public generic functions
Generic Function, (setf history): Public generic functions
Generic Function, (setf history-pos): Private generic functions
Generic Function, (setf hscroll): Public generic functions
Generic Function, (setf id): Public generic functions
Generic Function, (setf image): Public generic functions
Generic Function, (setf index): Public generic functions
Generic Function, (setf init-command): Private generic functions
Generic Function, (setf inner-text): Public generic functions
Generic Function, (setf interior): Public generic functions
Generic Function, (setf items): Public generic functions
Generic Function, (setf keepinput): Private generic functions
Generic Function, (setf key): Private generic functions
Generic Function, (setf lb): Private generic functions
Generic Function, (setf left-side): Public generic functions
Generic Function, (setf legend): Public generic functions
Generic Function, (setf listbox): Public generic functions
Generic Function, (setf lock): Private generic functions
Generic Function, (setf magic-number): Private generic functions
Generic Function, (setf master): Public generic functions
Generic Function, (setf matching-fn): Public generic functions
Generic Function, (setf maximum): Public generic functions
Generic Function, (setf menu-help): Private generic functions
Generic Function, (setf minimum): Private generic functions
Generic Function, (setf months-name): Private generic functions
Generic Function, (setf mw): Private generic functions
Generic Function, (setf mw2): Private generic functions
Generic Function, (setf name): Public generic functions
Generic Function, (setf nb): Private generic functions
Generic Function, (setf nodes): Private generic functions
Generic Function, (setf not-reached-color): Private generic functions
Generic Function, (setf offset): Private generic functions
Generic Function, (setf on-pressed-cb): Public generic functions
Generic Function, (setf options): Public generic functions
Generic Function, (setf outline-color): Public generic functions
Generic Function, (setf outline-width): Public generic functions
Generic Function, (setf parent): Public generic functions
Generic Function, (setf parent-node): Private generic functions
Generic Function, (setf partial-colored-star-count): Private generic functions
Generic Function, (setf pixel@): Public generic functions
Generic Function, (setf popup-time): Public generic functions
Generic Function, (setf pre-application-function): Private generic functions
Generic Function, (setf protocol-destroy): Private generic functions
Generic Function, (setf radio-button-value): Private generic functions
Generic Function, (setf radio-button-variable): Private generic functions
Generic Function, (setf reached-color): Private generic functions
Generic Function, (setf remove-non-matching-p): Private generic functions
Generic Function, (setf right-side): Public generic functions
Generic Function, (setf scrolled-listbox): Public generic functions
Generic Function, (setf scrollregion-x0): Private generic functions
Generic Function, (setf scrollregion-x1): Private generic functions
Generic Function, (setf scrollregion-y0): Private generic functions
Generic Function, (setf scrollregion-y1): Private generic functions
Generic Function, (setf secondline): Private generic functions
Generic Function, (setf secret-string): Public generic functions
Generic Function, (setf selected-index): Public generic functions
Generic Function, (setf selected-node): Private generic functions
Generic Function, (setf selected-tag): Private generic functions
Generic Function, (setf selection): Private generic functions
Generic Function, (setf show-password): Public generic functions
Generic Function, (setf size): Public generic functions
Generic Function, (setf size): Private generic functions
Generic Function, (setf star-num): Private generic functions
Generic Function, (setf stars): Private generic functions
Generic Function, (setf stream-handle): Private generic functions
Generic Function, (setf subtitle): Public generic functions
Generic Function, (setf t1): Private generic functions
Generic Function, (setf tag): Public generic functions
Generic Function, (setf text): Public generic functions
Generic Function, (setf tick-length): Private generic functions
Generic Function, (setf ticks-step): Private generic functions
Generic Function, (setf title): Public generic functions
Generic Function, (setf tooltip-label): Private generic functions
Generic Function, (setf tree): Public generic functions
Generic Function, (setf treeview): Public generic functions
Generic Function, (setf treeview-focus): Public generic functions
Generic Function, (setf universal-timestamp): Public generic functions
Generic Function, (setf value): Public generic functions
Generic Function, (setf value-symbol): Private generic functions
Generic Function, (setf vscroll): Public generic functions
Generic Function, (setf weekday-names): Private generic functions
Generic Function, (setf widget-class-name): Public generic functions
Generic Function, (setf widget-rectangle): Private generic functions
Generic Function, (setf width): Public generic functions
Generic Function, (setf wish-variable): Public generic functions
Generic Function, (setf wm-state): Public generic functions
Generic Function, (setf x-axis-conf): Private generic functions
Generic Function, (setf x-label-angle): Public generic functions
Generic Function, (setf x-labels): Public generic functions
Generic Function, (setf x-subtext): Private generic functions
Generic Function, (setf x-text): Public generic functions
Generic Function, (setf xs): Public generic functions
Generic Function, (setf xscroll): Private generic functions
Generic Function, (setf y-axis-conf): Private generic functions
Generic Function, (setf y-subtext): Private generic functions
Generic Function, (setf y-text): Public generic functions
Generic Function, (setf ys): Public generic functions
Generic Function, (setf yscroll): Private generic functions
Generic Function, ->tcl: Private generic functions
Generic Function, a: Private generic functions
Generic Function, abort-condition-handler: Private generic functions
Generic Function, action: Private generic functions
Generic Function, add-history: Public generic functions
Generic Function, add-pane: Public generic functions
Generic Function, all-days-buttons: Private generic functions
Generic Function, all-series: Public generic functions
Generic Function, append-line: Public generic functions
Generic Function, append-text: Public generic functions
Generic Function, appliedp: Private generic functions
Generic Function, apply-style: Public generic functions
Generic Function, attached-entry: Private generic functions
Generic Function, autocomplete-entry-widget: Public generic functions
Generic Function, autocomplete-function: Public generic functions
Generic Function, autocomplete-function-hook: Public generic functions
Generic Function, b: Private generic functions
Generic Function, b1: Private generic functions
Generic Function, b2: Private generic functions
Generic Function, backtrace: Private generic functions
Generic Function, bbox: Public generic functions
Generic Function, bbox-fix: Public generic functions
Generic Function, bind: Public generic functions
Generic Function, bind-event: Public generic functions
Generic Function, bind-last: Public generic functions
Generic Function, bind-series: Public generic functions
Generic Function, bits: Public generic functions
Generic Function, bits-pixel@: Private generic functions
Generic Function, block-size: Private generic functions
Generic Function, bu: Private generic functions
Generic Function, busy-forget: Public generic functions
Generic Function, busy-hold: Public generic functions
Generic Function, c: Private generic functions
Generic Function, calc-scroll-region: Public generic functions
Generic Function, callback: Public generic functions
Generic Function, cancel-tooltip: Public generic functions
Generic Function, candidates-widget: Public generic functions
Generic Function, canvas: Public generic functions
Generic Function, canvas-h: Public generic functions
Generic Function, canvas-w: Public generic functions
Generic Function, canvas-x: Public generic functions
Generic Function, canvas-y: Public generic functions
Generic Function, canvasx: Public generic functions
Generic Function, canvasy: Public generic functions
Generic Function, cget: Public generic functions
Generic Function, children: Public generic functions
Generic Function, clear: Public generic functions
Generic Function, clear-history: Public generic functions
Generic Function, clear-selection: Public generic functions
Generic Function, clear-text: Public generic functions
Generic Function, color: Public generic functions
Generic Function, colorize: Private generic functions
Generic Function, column-configure: Public generic functions
Generic Function, column-values: Public generic functions
Generic Function, command: Public generic functions
Generic Function, compare-history-candidate-predicate: Private generic functions
Generic Function, compute-buttons: Private generic functions
Generic Function, condition-variable: Private generic functions
Generic Function, configure: Public generic functions
Generic Function, container: Private generic functions
Generic Function, coordinates: Private generic functions
Generic Function, coords: Public generic functions
Generic Function, create: Private generic functions
Generic Function, current-month-entry: Private generic functions
Generic Function, current-year-entry: Private generic functions
Generic Function, cursor-index: Public generic functions
Generic Function, data: Public generic functions
Generic Function, data: Public generic functions
Generic Function, data-returned-are-list-p: Private generic functions
Generic Function, debugp: Private generic functions
Generic Function, deiconify: Public generic functions
Generic Function, delete-in-range: Public generic functions
Generic Function, delete@: Public generic functions
Generic Function, depth: Private generic functions
Generic Function, depth: Private generic functions
Generic Function, describe-condition: Private generic functions
Generic Function, details-pane: Private generic functions
Generic Function, displayed: Private generic functions
Generic Function, down: Private generic functions
Generic Function, draw-on-canvas: Public generic functions
Generic Function, e: Private generic functions
Generic Function, emptyp: Public generic functions
Generic Function, entries: Public generic functions
Generic Function, entry: Public generic functions
Generic Function, entry-label: Public generic functions
Generic Function, entry-typed: Private generic functions
Generic Function, erase-plot: Public generic functions
Generic Function, errors: Public generic functions
Generic Function, errors: Public generic functions
Generic Function, eval-tcl-file: Public generic functions
Generic Function, exit-from-modal-toplevel: Public generic functions
Generic Function, f1: Private generic functions
Generic Function, f2: Private generic functions
Generic Function, fetch-layout: Public generic functions
Generic Function, file: Private generic functions
Generic Function, file: Private generic functions
Generic Function, file-path: Private generic functions
Generic Function, fill-color: Public generic functions
Generic Function, find-cursor: Public generic functions
Generic Function, firstline: Private generic functions
Generic Function, fit-words-to-text-widget: Public generic functions
Generic Function, forget-pane: Public generic functions
Generic Function, frame-class: Private generic functions
Generic Function, full-colored-star-count: Private generic functions
Generic Function, geometry: Public generic functions
Generic Function, get-searchable-listbox-data: Private generic functions
Generic Function, grab: Public generic functions
Generic Function, grab-release: Public generic functions
Generic Function, grid: Public generic functions
Generic Function, grid-columnconfigure: Public generic functions
Generic Function, grid-configure: Public generic functions
Generic Function, grid-forget: Public generic functions
Generic Function, grid-rowconfigure: Public generic functions
Generic Function, group: Private generic functions
Generic Function, gtree-children: Private generic functions
Generic Function, gtree-content: Private generic functions
Generic Function, gtree-render-node: Private generic functions
Generic Function, h-mirror: Public generic functions
Generic Function, handle: Public generic functions
Generic Function, handle-condition-p: Private generic functions
Generic Function, handle-output: Private generic functions
Generic Function, handler-condition: Private generic functions
Generic Function, height: Public generic functions
Generic Function, height-in-chars: Private generic functions
Generic Function, hide-candidates: Public generic functions
Generic Function, highlight-text: Public generic functions
Generic Function, highlight-text-line: Public generic functions
Generic Function, history: Public generic functions
Generic Function, history-pos: Private generic functions
Generic Function, hscroll: Public generic functions
Generic Function, icon-photo: Public generic functions
Generic Function, icon-window: Public generic functions
Generic Function, iconify: Public generic functions
Generic Function, iconwindow: Public generic functions
Generic Function, id: Public generic functions
Generic Function, idx: Private generic functions
Generic Function, image: Public generic functions
Generic Function, image-load: Public generic functions
Generic Function, index: Public generic functions
Generic Function, init-command: Private generic functions
Generic Function, inner-text: Public generic functions
Generic Function, insert-image: Public generic functions
Generic Function, insert-object: Public generic functions
Generic Function, insert-text: Public generic functions
Generic Function, insert-window: Public generic functions
Generic Function, interior: Public generic functions
Generic Function, item-bind: Private generic functions
Generic Function, item-configure: Public generic functions
Generic Function, item-delete: Public generic functions
Generic Function, item-lower: Private generic functions
Generic Function, item-move: Public generic functions
Generic Function, item-move-to: Public generic functions
Generic Function, item-raise: Public generic functions
Generic Function, itembind: Public generic functions
Generic Function, itemconfigure: Public generic functions
Generic Function, itemdelete: Public generic functions
Generic Function, itemlower: Public generic functions
Generic Function, itemmove: Public generic functions
Generic Function, itemraise: Public generic functions
Generic Function, items: Public generic functions
Generic Function, join-with-strings: Public generic functions
Generic Function, keepinput: Private generic functions
Generic Function, key: Private generic functions
Generic Function, launch-autocompletion: Public generic functions
Generic Function, layout-configure: Public generic functions
Generic Function, lb: Private generic functions
Generic Function, left-side: Public generic functions
Generic Function, left-side-handle: Public generic functions
Generic Function, legend: Public generic functions
Generic Function, line-info: Public generic functions
Generic Function, list-select-display: Public generic functions
Generic Function, listbox: Public generic functions
Generic Function, listbox-all-values: Public generic functions
Generic Function, listbox-append: Public generic functions
Generic Function, listbox-clear: Public generic functions
Generic Function, listbox-colorize-item: Public generic functions
Generic Function, listbox-configure: Public generic functions
Generic Function, listbox-delete: Public generic functions
Generic Function, listbox-export-selection: Public generic functions
Generic Function, listbox-get-selection: Public generic functions
Generic Function, listbox-get-selection-index: Public generic functions
Generic Function, listbox-get-selection-value: Public generic functions
Generic Function, listbox-insert: Public generic functions
Generic Function, listbox-move-selection: Public generic functions
Generic Function, listbox-nearest: Public generic functions
Generic Function, listbox-select: Public generic functions
Generic Function, listbox-select-mode: Public generic functions
Generic Function, listbox-size: Public generic functions
Generic Function, listbox-values-in-range: Public generic functions
Generic Function, load-from-stream: Public generic functions
Generic Function, load-text: Public generic functions
Generic Function, lock: Private generic functions
Generic Function, lower: Public generic functions
Generic Function, magic-number: Private generic functions
Generic Function, make-image: Public generic functions
Generic Function, make-link-button: Public generic functions
Generic Function, make-text-tag-button: Public generic functions
Generic Function, master: Public generic functions
Generic Function, matching-fn: Public generic functions
Generic Function, maximum: Public generic functions
Generic Function, maximum-lines-number: Public generic functions
Generic Function, maxsize: Public generic functions
Generic Function, menu-delete: Public generic functions
Generic Function, menu-help: Private generic functions
Generic Function, menu-label: Private generic functions
Generic Function, message: Private generic functions
Generic Function, minimum: Private generic functions
Generic Function, minsize: Public generic functions
Generic Function, months-name: Private generic functions
Generic Function, move: Public generic functions
Generic Function, move-cursor-next-char: Public generic functions
Generic Function, move-cursor-next-line: Public generic functions
Generic Function, move-cursor-previous-char: Public generic functions
Generic Function, move-cursor-previous-line: Public generic functions
Generic Function, move-cursor-to: Public generic functions
Generic Function, move-cursor-to-first-visible-line: Public generic functions
Generic Function, move-cursor-to-last-line: Public generic functions
Generic Function, move-cursor-to-last-visible-line: Public generic functions
Generic Function, move-to: Public generic functions
Generic Function, mw: Private generic functions
Generic Function, mw2: Private generic functions
Generic Function, name: Public generic functions
Generic Function, nb: Private generic functions
Generic Function, nodes: Private generic functions
Generic Function, normalize: Public generic functions
Generic Function, not-reached-color: Private generic functions
Generic Function, notebook-add: Public generic functions
Generic Function, notebook-enable-traversal: Public generic functions
Generic Function, notebook-forget: Public generic functions
Generic Function, notebook-hide: Public generic functions
Generic Function, notebook-identify: Public generic functions
Generic Function, notebook-index: Public generic functions
Generic Function, notebook-select: Public generic functions
Generic Function, notebook-tab: Public generic functions
Generic Function, offset: Private generic functions
Generic Function, on-close: Public generic functions
Generic Function, on-focus: Public generic functions
Generic Function, on-pressed-cb: Public generic functions
Generic Function, options: Public generic functions
Generic Function, outline-color: Public generic functions
Generic Function, outline-width: Public generic functions
Generic Function, pack: Public generic functions
Generic Function, pack-forget: Public generic functions
Generic Function, pack-forget-all: Public generic functions
Generic Function, pack-propagate: Public generic functions
Generic Function, parent: Public generic functions
Generic Function, parent-node: Private generic functions
Generic Function, parse-colormap-specs: Private generic functions
Generic Function, parse-image-id-len: Private generic functions
Generic Function, parse-image-specs: Private generic functions
Generic Function, parse-image-type: Private generic functions
Generic Function, parse-indices: Public generic functions
Generic Function, partial-colored-star-count: Private generic functions
Generic Function, pattern: Private generic functions
Generic Function, pixel@: Public generic functions
Generic Function, pixmap->tga-file: Public generic functions
Generic Function, pixmap-load: Private generic functions
Generic Function, place: Public generic functions
Generic Function, place-forget: Public generic functions
Generic Function, place-line: Public generic functions
Generic Function, pop-block: Public generic functions
Generic Function, popup: Public generic functions
Generic Function, popup-time: Public generic functions
Generic Function, popup-tooltip: Private generic functions
Generic Function, pre-application-function: Private generic functions
Generic Function, protocol-destroy: Private generic functions
Generic Function, push-unblock: Public generic functions
Generic Function, radio-button-value: Private generic functions
Generic Function, radio-button-variable: Private generic functions
Generic Function, raise: Public generic functions
Generic Function, reached-color: Private generic functions
Generic Function, rearrange-scanline-by-pixmap-origin: Private generic functions
Generic Function, redraw: Private generic functions
Generic Function, register-tooltip: Public generic functions
Generic Function, remove-non-matching-p: Private generic functions
Generic Function, render-tree: Private generic functions
Generic Function, replace-in-range: Public generic functions
Generic Function, report-bug: Private generic functions
Generic Function, reset-scroll: Public generic functions
Generic Function, resizable: Public generic functions
Generic Function, right-side: Public generic functions
Generic Function, right-side-handle: Public generic functions
Generic Function, root-style-p: Private generic functions
Generic Function, rotate-pixmap: Public generic functions
Generic Function, rotate-pixmap-180-degree: Private generic functions
Generic Function, rotate-pixmap-90-degree-ccw: Private generic functions
Generic Function, rotate-pixmap-90-degree-cw: Private generic functions
Generic Function, rotate-pixmap-w-repeat: Private generic functions
Generic Function, round-all: Public generic functions
Generic Function, safe-delete@: Public generic functions
Generic Function, sanitize: Public generic functions
Generic Function, sanitize-remove: Public generic functions
Generic Function, sash-coord: Public generic functions
Generic Function, sash-place: Public generic functions
Generic Function, save-pixmap: Private generic functions
Generic Function, save-text: Public generic functions
Generic Function, scale: Public generic functions
Generic Function, scale-bilinear: Public generic functions
Generic Function, scale-nearest: Public generic functions
Generic Function, schedule-tooltip: Public generic functions
Generic Function, scroll-to-top: Public generic functions
Generic Function, scroll-until-line-on-top: Public generic functions
Generic Function, scrolled-listbox: Public generic functions
Generic Function, scrollregion: Public generic functions
Generic Function, scrollregion-x0: Private generic functions
Generic Function, scrollregion-x1: Private generic functions
Generic Function, scrollregion-y0: Private generic functions
Generic Function, scrollregion-y1: Private generic functions
Generic Function, search-all-text: Public generic functions
Generic Function, search-regexp: Public generic functions
Generic Function, search-text: Public generic functions
Generic Function, secondline: Private generic functions
Generic Function, secret-string: Public generic functions
Generic Function, see: Public generic functions
Generic Function, selected-elements: Public generic functions
Generic Function, selected-index: Public generic functions
Generic Function, selected-node: Private generic functions
Generic Function, selected-tag: Private generic functions
Generic Function, selection: Private generic functions
Generic Function, seq: Private generic functions
Generic Function, set-coords: Public generic functions
Generic Function, set-coords*: Public generic functions
Generic Function, set-cursor-index: Public generic functions
Generic Function, set-date: Public generic functions
Generic Function, set-date*: Public generic functions
Generic Function, set-geometry: Public generic functions
Generic Function, set-geometry-wh: Public generic functions
Generic Function, set-geometry-xy: Public generic functions
Generic Function, set-selection: Public generic functions
Generic Function, set-wm-attrib: Private generic functions
Generic Function, set-wm-overrideredirect: Public generic functions
Generic Function, setup-columns: Public generic functions
Generic Function, setup-display-columns: Public generic functions
Generic Function, shape-delete: Public generic functions
Generic Function, shape-move: Public generic functions
Generic Function, shape-move-to: Public generic functions
Generic Function, show: Public generic functions
Generic Function, show-password-p: Private generic functions
Generic Function, size: Public generic functions
Generic Function, size: Private generic functions
Generic Function, star-num: Private generic functions
Generic Function, stars: Private generic functions
Generic Function, state: Private generic functions
Generic Function, stream-handle: Private generic functions
Generic Function, style-configure: Public generic functions
Generic Function, subtitle: Public generic functions
Generic Function, swap-elements: Private generic functions
Generic Function, sync-bits-to-data: Public generic functions
Generic Function, sync-data-to-bits: Public generic functions
Generic Function, sync-text-metrics: Public generic functions
Generic Function, t1: Private generic functions
Generic Function, tag: Public generic functions
Generic Function, tag-bind: Public generic functions
Generic Function, tag-configure: Public generic functions
Generic Function, tag-create: Public generic functions
Generic Function, tag-delete: Public generic functions
Generic Function, tag-lower: Public generic functions
Generic Function, tag-raise: Public generic functions
Generic Function, tag-ranges: Public generic functions
Generic Function, tagbind: Public generic functions
Generic Function, tcl-bind: Private generic functions
Generic Function, tcl-bool->lisp: Public generic functions
Generic Function, text: Public generic functions
Generic Function, text-in-range: Private generic functions
Generic Function, tick-length: Private generic functions
Generic Function, ticks-step: Private generic functions
Generic Function, title: Public generic functions
Generic Function, tooltip-label: Private generic functions
Generic Function, transient: Public generic functions
Generic Function, tree: Public generic functions
Generic Function, treelist-children: Public generic functions
Generic Function, treelist-clearlist: Private generic functions
Generic Function, treelist-has-children: Public generic functions
Generic Function, treelist-listbox-select: Private generic functions
Generic Function, treelist-name: Public generic functions
Generic Function, treelist-select: Public generic functions
Generic Function, treelist-set-root-node: Private generic functions
Generic Function, treelist-setlist: Private generic functions
Generic Function, treeview: Public generic functions
Generic Function, treeview-delete: Public generic functions
Generic Function, treeview-delete-all: Public generic functions
Generic Function, treeview-exists: Public generic functions
Generic Function, treeview-find-item: Public generic functions
Generic Function, treeview-focus: Public generic functions
Generic Function, treeview-get-selection: Public generic functions
Generic Function, treeview-heading: Public generic functions
Generic Function, treeview-identify-item: Public generic functions
Generic Function, treeview-insert-item: Public generic functions
Generic Function, treeview-insert-item-new: Public generic functions
Generic Function, treeview-move: Public generic functions
Generic Function, treeview-refit-columns-width: Public generic functions
Generic Function, treeview-set-selection: Public generic functions
Generic Function, treeview-test-item: Private generic functions
Generic Function, unbind: Public generic functions
Generic Function, universal-timestamp: Public generic functions
Generic Function, update-search: Private generic functions
Generic Function, v-mirror: Public generic functions
Generic Function, value: Public generic functions
Generic Function, value-symbol: Private generic functions
Generic Function, vscroll: Public generic functions
Generic Function, weekday-names: Private generic functions
Generic Function, widget-class-name: Public generic functions
Generic Function, widget-path: Public generic functions
Generic Function, widget-rectangle: Private generic functions
Generic Function, width: Public generic functions
Generic Function, width-in-chars: Public generic functions
Generic Function, wish-variable: Public generic functions
Generic Function, withdraw: Public generic functions
Generic Function, wm-forget: Public generic functions
Generic Function, wm-manage: Public generic functions
Generic Function, wm-state: Public generic functions
Generic Function, wm-title: Public generic functions
Generic Function, x-axis-conf: Private generic functions
Generic Function, x-label-angle: Public generic functions
Generic Function, x-labels: Public generic functions
Generic Function, x-subtext: Private generic functions
Generic Function, x-text: Public generic functions
Generic Function, xs: Public generic functions
Generic Function, xscroll: Private generic functions
Generic Function, y-axis-conf: Private generic functions
Generic Function, y-subtext: Private generic functions
Generic Function, y-text: Public generic functions
Generic Function, ys: Public generic functions
Generic Function, yscroll: Private generic functions
geometry: Public generic functions
geometry: Public generic functions
get-counter: Private ordinary functions
get-open-file: Public ordinary functions
get-save-file: Public ordinary functions
get-searchable-listbox-data: Private generic functions
get-searchable-listbox-data: Private generic functions
gifp: Public ordinary functions
grab: Public generic functions
grab: Public generic functions
grab-release: Public generic functions
grab-release: Public generic functions
grid: Public generic functions
grid: Public generic functions
grid: Public generic functions
grid-columnconfigure: Public generic functions
grid-columnconfigure: Public generic functions
grid-configure: Public generic functions
grid-configure: Public generic functions
grid-forget: Public generic functions
grid-forget: Public generic functions
grid-rowconfigure: Public generic functions
grid-rowconfigure: Public generic functions
group: Private generic functions
group: Private generic functions
gtree-children: Private generic functions
gtree-children: Private generic functions
gtree-content: Private generic functions
gtree-content: Private generic functions
gtree-demo: Private ordinary functions
gtree-render-node: Private generic functions
gtree-render-node: Private generic functions

H
h-mirror: Public generic functions
h-mirror: Public generic functions
handle: Public generic functions
handle: Public generic functions
handle: Public generic functions
handle: Public generic functions
handle: Public generic functions
handle-condition-p: Private generic functions
handle-condition-p: Private generic functions
handle-dead-stream: Private ordinary functions
handle-output: Private generic functions
handle-output: Private generic functions
handler-condition: Private generic functions
handler-condition: Private generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
height-in-chars: Private generic functions
height-in-chars: Private generic functions
height-in-chars: Private generic functions
hide-candidates: Public generic functions
hide-candidates: Public generic functions
hide-candidates: Public generic functions
hide-candidates: Public generic functions
highlight-text: Public generic functions
highlight-text: Public generic functions
highlight-text: Public generic functions
highlight-text-line: Public generic functions
highlight-text-line: Public generic functions
highlight-text-line: Public generic functions
history: Public generic functions
history: Public generic functions
history-pos: Private generic functions
history-pos: Private generic functions
hscroll: Public generic functions
hscroll: Public generic functions
hscroll: Public generic functions
hscroll: Public generic functions
hscroll: Public generic functions
hscroll: Public generic functions

I
iarg-code: Private ordinary functions
iarg-comment: Private ordinary functions
iarg-format: Private ordinary functions
iarg-key: Private ordinary functions
iarg-name: Private ordinary functions
icon-photo: Public generic functions
icon-photo: Public generic functions
icon-window: Public generic functions
icon-window: Public generic functions
iconify: Public generic functions
iconify: Public generic functions
iconify: Public generic functions
iconwindow: Public generic functions
iconwindow: Public generic functions
id: Public generic functions
id: Public generic functions
idx: Private generic functions
idx: Private generic functions
image: Public generic functions
image: Public generic functions
image-load: Public generic functions
image-load: Public generic functions
image-setpixel: Public ordinary functions
index: Public generic functions
index: Public generic functions
index: Public generic functions
indicate-stop-mainloop-threads: Private ordinary functions
init-command: Private generic functions
init-command: Private generic functions
init-tcl: Private ordinary functions
init-tkimg: Private ordinary functions
init-wish: Private ordinary functions
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
inner-text: Public generic functions
inner-text: Public generic functions
insert-image: Public generic functions
insert-image: Public generic functions
insert-image: Public generic functions
insert-image: Public generic functions
insert-image: Public generic functions
insert-image: Public generic functions
insert-image*: Private ordinary functions
insert-layout: Public ordinary functions
insert-object: Public generic functions
insert-object: Public generic functions
insert-object: Public generic functions
insert-text: Public generic functions
insert-text: Public generic functions
insert-text: Public generic functions
insert-window: Public generic functions
insert-window: Public generic functions
insert-window: Public generic functions
int16->bytes: Public ordinary functions
int32->bytes: Private ordinary functions
interior: Public generic functions
interior: Public generic functions
interpolate: Private ordinary functions
item-bind: Private generic functions
item-bind: Private generic functions
item-bind: Private generic functions
item-cget: Public ordinary functions
item-colorize: Private ordinary functions
item-configure: Public generic functions
item-configure: Public generic functions
item-configure: Public generic functions
item-delete: Public generic functions
item-delete: Public generic functions
item-delete: Public generic functions
item-delete: Public generic functions
item-lower: Private generic functions
item-lower: Private generic functions
item-move: Public generic functions
item-move: Public generic functions
item-move: Public generic functions
item-move-to: Public generic functions
item-move-to: Public generic functions
item-raise: Public generic functions
item-raise: Public generic functions
itembind: Public generic functions
itembind: Public generic functions
itembind: Public generic functions
itemconfigure: Public generic functions
itemconfigure: Public generic functions
itemconfigure: Public generic functions
itemdelete: Public generic functions
itemdelete: Public generic functions
itemdelete: Public generic functions
itemlower: Public generic functions
itemlower: Public generic functions
itemmove: Public generic functions
itemmove: Public generic functions
itemmove: Public generic functions
itemmove: Public generic functions
itemraise: Public generic functions
itemraise: Public generic functions
items: Public generic functions
items: Public generic functions
items: Public generic functions
items: Public generic functions

J
join-with-strings: Public generic functions
join-with-strings: Public generic functions
join-with-strings: Public generic functions
join-with-strings*: Public ordinary functions
jpgp: Public ordinary functions

K
keepinput: Private generic functions
keepinput: Private generic functions
key: Private generic functions
key: Private generic functions
keysym-printable-p: Public ordinary functions
keyword->tcl: Public ordinary functions
keywordize: Private ordinary functions

L
lambda-debounce: Public macros
launch-autocompletion: Public generic functions
launch-autocompletion: Public generic functions
layout-configure: Public generic functions
layout-configure: Public generic functions
layout-configure: Public generic functions
layout-configure: Public generic functions
lb: Private generic functions
lb: Private generic functions
left-arrow: Public ordinary functions
left-parens-ornament: Private ordinary functions
left-side: Public generic functions
left-side: Public generic functions
left-side-handle: Public generic functions
left-side-handle: Public generic functions
legend: Public generic functions
legend: Public generic functions
line-info: Public generic functions
line-info: Public generic functions
line-info: Public generic functions
lisp-bool->tcl: Public ordinary functions
list-select-demo: Private ordinary functions
list-select-display: Public generic functions
list-select-display: Public generic functions
list-select-display: Public generic functions
listbox: Public generic functions
listbox: Public generic functions
listbox: Public generic functions
listbox: Public generic functions
listbox: Public generic functions
listbox-all-values: Public generic functions
listbox-all-values: Public generic functions
listbox-all-values: Public generic functions
listbox-all-values: Public generic functions
listbox-all-values: Public generic functions
listbox-all-values: Public generic functions
listbox-append: Public generic functions
listbox-append: Public generic functions
listbox-append: Public generic functions
listbox-append: Public generic functions
listbox-append: Public generic functions
listbox-append: Public generic functions
listbox-append: Public generic functions
listbox-clear: Public generic functions
listbox-clear: Public generic functions
listbox-clear: Public generic functions
listbox-clear: Public generic functions
listbox-clear: Public generic functions
listbox-clear: Public generic functions
listbox-colorize-item: Public generic functions
listbox-colorize-item: Public generic functions
listbox-colorize-item: Public generic functions
listbox-configure: Public generic functions
listbox-configure: Public generic functions
listbox-delete: Public generic functions
listbox-delete: Public generic functions
listbox-delete: Public generic functions
listbox-delete: Public generic functions
listbox-delete: Public generic functions
listbox-delete: Public generic functions
listbox-dialog: Public ordinary functions
listbox-export-selection: Public generic functions
listbox-export-selection: Public generic functions
listbox-export-selection: Public generic functions
listbox-export-selection: Public generic functions
listbox-export-selection: Public generic functions
listbox-get-selection: Public generic functions
listbox-get-selection: Public generic functions
listbox-get-selection: Public generic functions
listbox-get-selection: Public generic functions
listbox-get-selection: Public generic functions
listbox-get-selection-index: Public generic functions
listbox-get-selection-index: Public generic functions
listbox-get-selection-index: Public generic functions
listbox-get-selection-index: Public generic functions
listbox-get-selection-index: Public generic functions
listbox-get-selection-index: Public generic functions
listbox-get-selection-value: Public generic functions
listbox-get-selection-value: Public generic functions
listbox-get-selection-value: Public generic functions
listbox-get-selection-value: Public generic functions
listbox-get-selection-value: Public generic functions
listbox-get-selection-value: Public generic functions
listbox-insert: Public generic functions
listbox-insert: Public generic functions
listbox-move-selection: Public generic functions
listbox-move-selection: Public generic functions
listbox-move-selection: Public generic functions
listbox-move-selection: Public generic functions
listbox-move-selection: Public generic functions
listbox-nearest: Public generic functions
listbox-nearest: Public generic functions
listbox-select: Public generic functions
listbox-select: Public generic functions
listbox-select: Public generic functions
listbox-select: Public generic functions
listbox-select: Public generic functions
listbox-select: Public generic functions
listbox-select: Public generic functions
listbox-select-mode: Public generic functions
listbox-select-mode: Public generic functions
listbox-select-mode: Public generic functions
listbox-select-mode: Public generic functions
listbox-select-mode: Public generic functions
listbox-size: Public generic functions
listbox-size: Public generic functions
listbox-size: Public generic functions
listbox-size: Public generic functions
listbox-size: Public generic functions
listbox-values-in-range: Public generic functions
listbox-values-in-range: Public generic functions
listbox-values-in-range: Public generic functions
listbox-values-in-range: Public generic functions
listbox-values-in-range: Public generic functions
listbox-values-in-range: Public generic functions
load-from-stream: Public generic functions
load-from-stream: Public generic functions
load-from-stream: Public generic functions
load-rearrange-raw-packet: Private ordinary functions
load-text: Public generic functions
load-text: Public generic functions
lock: Private generic functions
lock: Private generic functions
loop-matrix: Private macros
lower: Public generic functions
lower: Public generic functions
lower: Public generic functions

M
Macro, %evl: Private macros
Macro, bind-quick-choice: Private macros
Macro, bind-quick-choices: Private macros
Macro, compare-events: Private macros
Macro, create-root-styles: Private macros
Macro, defargs: Public macros
Macro, defcode-test: Private macros
Macro, define-offset-size: Public macros
Macro, define-parse-header-chunk: Public macros
Macro, defproc: Public macros
Macro, defwidget: Public macros
Macro, defwrapper: Public macros
Macro, empty-string-if-nil: Public macros
Macro, for-list: Public macros
Macro, format-fn-symbol: Public macros
Macro, gen-all-time-access: Private macros
Macro, gen-check-magic-number: Private macros
Macro, gen-colorize: Private macros
Macro, gen-delete@: Private macros
Macro, gen-intn->bytes: Private macros
Macro, gen-key-capital-symbol: Private macros
Macro, gen-key-capital-symbols: Private macros
Macro, gen-key-symbol: Private macros
Macro, gen-key-symbols: Private macros
Macro, gen-plot-component: Private macros
Macro, gen-time-access: Private macros
Macro, gen-wm-constant: Private macros
Macro, gen-wm-type-constants: Private macros
Macro, lambda-debounce: Public macros
Macro, loop-matrix: Private macros
Macro, make-font-constant: Private macros
Macro, make-font-constants: Private macros
Macro, make-style: Public macros
Macro, send-lazy: Public macros
Macro, tcl: Public macros
Macro, tcl-str: Public macros
Macro, tclize: Public macros
Macro, try-unicode: Public macros
Macro, with-atomic: Public macros
Macro, with-busy: Public macros
Macro, with-canvas-path: Private macros
Macro, with-check-borders: Private macros
Macro, with-check-matrix-borders: Private macros
Macro, with-default-on-error: Public macros
Macro, with-epsilon: Public macros
Macro, with-file-matrix: Public macros
Macro, with-flush: Public macros
Macro, with-flush-server: Public macros
Macro, with-hourglass: Public macros
Macro, with-inner-text: Public macros
Macro, with-inner-treeview: Public macros
Macro, with-lazy: Public macros
Macro, with-main-loop-lock: Public macros
Macro, with-modal-toplevel: Public macros
Macro, with-no-emitted-newline: Public macros
Macro, with-no-emitted-spaces: Public macros
Macro, with-no-escape-tilde: Public macros
Macro, with-nodgui: Public macros
Macro, with-nodgui-handlers: Private macros
Macro, with-read-data: Public macros
Macro, with-stringify-keyword: Public macros
Macro, with-sync-data: Private macros
Macro, with-time-as-list: Private macros
Macro, with-toplevel: Public macros
Macro, with-widgets: Public macros
magic-number: Private generic functions
magic-number: Private generic functions
make-adjustable-string: Public ordinary functions
make-array-frame: Public ordinary functions
make-bits-array: Public ordinary functions
make-bypass-escape: Public ordinary functions
make-calendar: Public ordinary functions
make-call-with-condition-handlers-function: Private ordinary functions
make-canvas: Public ordinary functions
make-circle: Public ordinary functions
make-condition-handler-function: Private ordinary functions
make-directory: Private ordinary functions
make-equalizer-bar: Public ordinary functions
make-error-collecting-thread: Private ordinary functions
make-event: Private ordinary functions
make-file-matrix: Private ordinary functions
make-font-constant: Private macros
make-font-constants: Private macros
make-fresh-array: Public ordinary functions
make-fresh-list: Public ordinary functions
make-fresh-ubvec4: Public ordinary functions
make-fresh-vec2: Public ordinary functions
make-image: Public generic functions
make-image: Public generic functions
make-image: Public generic functions
make-image: Public generic functions
make-image: Public generic functions
make-image-data: Private ordinary functions
make-index-modifier: Private ordinary functions
make-indices: Private ordinary functions
make-indices-end: Public ordinary functions
make-indices-linechar: Private ordinary functions
make-indices-start: Public ordinary functions
make-indices-tag: Private ordinary functions
make-indices-xy: Private ordinary functions
make-items: Public ordinary functions
make-line: Public ordinary functions
make-link-button: Public generic functions
make-link-button: Public generic functions
make-link-button: Public generic functions
make-list-select-demo: Private ordinary functions
make-match: Private ordinary functions
make-menu: Public ordinary functions
make-menubar: Public ordinary functions
make-menubutton: Public ordinary functions
make-modal-toplevel: Private ordinary functions
make-nodgui-connection: Public ordinary functions
make-oval: Public ordinary functions
make-pixmap: Private ordinary functions
make-pixmap-frame: Private ordinary functions
make-polygon: Public ordinary functions
make-protect-escape: Public ordinary functions
make-rectangle: Public ordinary functions
make-scrollbar: Public ordinary functions
make-scrolled-canvas: Public ordinary functions
make-scrolled-text: Public ordinary functions
make-star: Public ordinary functions
make-style: Public macros
make-swaplist: Public ordinary functions
make-tcl/<: Private ordinary functions
make-tcl/>: Private ordinary functions
make-tcl/code: Private ordinary functions
make-tcl/keyword: Private ordinary functions
make-tcl/list: Private ordinary functions
make-text: Public ordinary functions
make-text-tag-button: Public generic functions
make-text-tag-button: Public generic functions
make-text-tag-button: Public generic functions
make-toplevel: Public ordinary functions
make-two-color-star: Public ordinary functions
make-wm-attrib: Private ordinary functions
manage-wish-output: Private ordinary functions
master: Public generic functions
master: Public generic functions
match-end: Public ordinary functions
match-p: Private ordinary functions
match-start: Public ordinary functions
match-string: Public ordinary functions
match-tag-name: Public ordinary functions
matching-fn: Public generic functions
matching-fn: Public generic functions
maximum: Public generic functions
maximum: Public generic functions
maximum-lines-number: Public generic functions
maximum-lines-number: Public generic functions
maximum-lines-number: Public generic functions
maxsize: Public generic functions
maxsize: Public generic functions
menu-delete: Public generic functions
menu-delete: Public generic functions
menu-help: Private generic functions
menu-help: Private generic functions
menu-label: Private generic functions
menu-label: Private generic functions
message: Private generic functions
message: Private generic functions
message: Private generic functions
message-box: Public ordinary functions
message-with-timeout: Public ordinary functions
message-with-timeout-callback: Public ordinary functions
Method, %widget-path: Private generic functions
Method, (setf %widget-path): Private generic functions
Method, (setf a): Private generic functions
Method, (setf action): Private generic functions
Method, (setf all-days-buttons): Private generic functions
Method, (setf all-series): Public generic functions
Method, (setf alpha-bits@): Private generic functions
Method, (setf applied): Private generic functions
Method, (setf attached-entry): Private generic functions
Method, (setf autocomplete-entry-widget): Public generic functions
Method, (setf autocomplete-function): Public generic functions
Method, (setf autocomplete-function-hook): Public generic functions
Method, (setf b): Private generic functions
Method, (setf b): Private generic functions
Method, (setf b1): Private generic functions
Method, (setf b2): Private generic functions
Method, (setf backtrace): Private generic functions
Method, (setf bbox-fix): Public generic functions
Method, (setf bind-event): Public generic functions
Method, (setf bits): Public generic functions
Method, (setf bits-pixel@): Private generic functions
Method, (setf block-size): Private generic functions
Method, (setf bu): Private generic functions
Method, (setf c): Private generic functions
Method, (setf callback): Public generic functions
Method, (setf candidates-widget): Public generic functions
Method, (setf canvas): Public generic functions
Method, (setf canvas): Public generic functions
Method, (setf canvas): Public generic functions
Method, (setf children): Public generic functions
Method, (setf children): Public generic functions
Method, (setf children): Public generic functions
Method, (setf color): Public generic functions
Method, (setf column-values): Public generic functions
Method, (setf command): Public generic functions
Method, (setf command): Public generic functions
Method, (setf command): Public generic functions
Method, (setf command): Public generic functions
Method, (setf command): Public generic functions
Method, (setf command): Public generic functions
Method, (setf command): Public generic functions
Method, (setf command): Public generic functions
Method, (setf command): Public generic functions
Method, (setf command): Public generic functions
Method, (setf compare-history-candidate-predicate): Private generic functions
Method, (setf condition-variable): Private generic functions
Method, (setf container): Private generic functions
Method, (setf coordinates): Private generic functions
Method, (setf coords): Public generic functions
Method, (setf current-month-entry): Private generic functions
Method, (setf current-year-entry): Private generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf data-returned-are-list): Private generic functions
Method, (setf debugp): Private generic functions
Method, (setf depth): Private generic functions
Method, (setf details-pane): Private generic functions
Method, (setf displayed): Private generic functions
Method, (setf e): Private generic functions
Method, (setf entries): Public generic functions
Method, (setf entry): Public generic functions
Method, (setf entry): Public generic functions
Method, (setf entry-label): Public generic functions
Method, (setf errors): Public generic functions
Method, (setf errors): Public generic functions
Method, (setf f1): Private generic functions
Method, (setf f1): Private generic functions
Method, (setf f2): Private generic functions
Method, (setf file): Private generic functions
Method, (setf file): Private generic functions
Method, (setf file-path): Private generic functions
Method, (setf fill-color): Public generic functions
Method, (setf firstline): Private generic functions
Method, (setf frame-class): Private generic functions
Method, (setf full-colored-star-count): Private generic functions
Method, (setf geometry): Public generic functions
Method, (setf group): Private generic functions
Method, (setf handle): Public generic functions
Method, (setf handle): Public generic functions
Method, (setf handle): Public generic functions
Method, (setf handle): Public generic functions
Method, (setf handler-condition): Private generic functions
Method, (setf height): Public generic functions
Method, (setf history): Public generic functions
Method, (setf history-pos): Private generic functions
Method, (setf hscroll): Public generic functions
Method, (setf hscroll): Public generic functions
Method, (setf hscroll): Public generic functions
Method, (setf hscroll): Public generic functions
Method, (setf hscroll): Public generic functions
Method, (setf id): Public generic functions
Method, (setf image): Public generic functions
Method, (setf image): Public generic functions
Method, (setf index): Public generic functions
Method, (setf index): Public generic functions
Method, (setf init-command): Private generic functions
Method, (setf inner-text): Public generic functions
Method, (setf interior): Public generic functions
Method, (setf items): Public generic functions
Method, (setf items): Public generic functions
Method, (setf items): Public generic functions
Method, (setf keepinput): Private generic functions
Method, (setf key): Private generic functions
Method, (setf lb): Private generic functions
Method, (setf left-side): Public generic functions
Method, (setf legend): Public generic functions
Method, (setf listbox): Public generic functions
Method, (setf listbox): Public generic functions
Method, (setf listbox): Public generic functions
Method, (setf listbox): Public generic functions
Method, (setf lock): Private generic functions
Method, (setf magic-number): Private generic functions
Method, (setf master): Public generic functions
Method, (setf matching-fn): Public generic functions
Method, (setf maximum): Public generic functions
Method, (setf menu-help): Private generic functions
Method, (setf minimum): Private generic functions
Method, (setf months-name): Private generic functions
Method, (setf mw): Private generic functions
Method, (setf mw2): Private generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf nb): Private generic functions
Method, (setf nodes): Private generic functions
Method, (setf not-reached-color): Private generic functions
Method, (setf offset): Private generic functions
Method, (setf on-pressed-cb): Public generic functions
Method, (setf options): Public generic functions
Method, (setf options): Public generic functions
Method, (setf outline-color): Public generic functions
Method, (setf outline-width): Public generic functions
Method, (setf parent): Public generic functions
Method, (setf parent): Public generic functions
Method, (setf parent-node): Private generic functions
Method, (setf partial-colored-star-count): Private generic functions
Method, (setf pixel@): Public generic functions
Method, (setf pixel@): Public generic functions
Method, (setf popup-time): Public generic functions
Method, (setf pre-application-function): Private generic functions
Method, (setf protocol-destroy): Private generic functions
Method, (setf radio-button-value): Private generic functions
Method, (setf radio-button-variable): Private generic functions
Method, (setf reached-color): Private generic functions
Method, (setf remove-non-matching-p): Private generic functions
Method, (setf right-side): Public generic functions
Method, (setf scrolled-listbox): Public generic functions
Method, (setf scrollregion-x0): Private generic functions
Method, (setf scrollregion-x1): Private generic functions
Method, (setf scrollregion-y0): Private generic functions
Method, (setf scrollregion-y1): Private generic functions
Method, (setf secondline): Private generic functions
Method, (setf secret-string): Public generic functions
Method, (setf selected-index): Public generic functions
Method, (setf selected-node): Private generic functions
Method, (setf selected-tag): Private generic functions
Method, (setf selection): Private generic functions
Method, (setf show-password): Public generic functions
Method, (setf size): Public generic functions
Method, (setf size): Private generic functions
Method, (setf star-num): Private generic functions
Method, (setf stars): Private generic functions
Method, (setf stream-handle): Private generic functions
Method, (setf subtitle): Public generic functions
Method, (setf t1): Private generic functions
Method, (setf tag): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf tick-length): Private generic functions
Method, (setf ticks-step): Private generic functions
Method, (setf title): Public generic functions
Method, (setf title): Public generic functions
Method, (setf title): Public generic functions
Method, (setf tooltip-label): Private generic functions
Method, (setf tree): Public generic functions
Method, (setf tree): Public generic functions
Method, (setf treeview): Public generic functions
Method, (setf treeview-focus): Public generic functions
Method, (setf treeview-focus): Public generic functions
Method, (setf universal-timestamp): Public generic functions
Method, (setf value): Public generic functions
Method, (setf value): Public generic functions
Method, (setf value): Public generic functions
Method, (setf value): Public generic functions
Method, (setf value): Public generic functions
Method, (setf value): Public generic functions
Method, (setf value): Public generic functions
Method, (setf value-symbol): Private generic functions
Method, (setf vscroll): Public generic functions
Method, (setf vscroll): Public generic functions
Method, (setf vscroll): Public generic functions
Method, (setf vscroll): Public generic functions
Method, (setf vscroll): Public generic functions
Method, (setf weekday-names): Private generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-class-name): Public generic functions
Method, (setf widget-rectangle): Private generic functions
Method, (setf width): Public generic functions
Method, (setf wish-variable): Public generic functions
Method, (setf wm-state): Public generic functions
Method, (setf x-axis-conf): Private generic functions
Method, (setf x-label-angle): Public generic functions
Method, (setf x-labels): Public generic functions
Method, (setf x-subtext): Private generic functions
Method, (setf x-text): Public generic functions
Method, (setf xs): Public generic functions
Method, (setf xscroll): Private generic functions
Method, (setf xscroll): Private generic functions
Method, (setf xscroll): Private generic functions
Method, (setf xscroll): Private generic functions
Method, (setf y-axis-conf): Private generic functions
Method, (setf y-axis-conf): Private generic functions
Method, (setf y-subtext): Private generic functions
Method, (setf y-text): Public generic functions
Method, (setf ys): Public generic functions
Method, (setf yscroll): Private generic functions
Method, (setf yscroll): Private generic functions
Method, (setf yscroll): Private generic functions
Method, (setf yscroll): Private generic functions
Method, ->tcl: Private generic functions
Method, ->tcl: Private generic functions
Method, ->tcl: Private generic functions
Method, ->tcl: Private generic functions
Method, ->tcl: Private generic functions
Method, ->tcl: Private generic functions
Method, ->tcl: Private generic functions
Method, ->tcl: Private generic functions
Method, ->tcl: Private generic functions
Method, ->tcl: Private generic functions
Method, a: Private generic functions
Method, abort-condition-handler: Private generic functions
Method, action: Private generic functions
Method, add-history: Public generic functions
Method, add-pane: Public generic functions
Method, all-days-buttons: Private generic functions
Method, all-series: Public generic functions
Method, append-line: Public generic functions
Method, append-line: Public generic functions
Method, append-text: Public generic functions
Method, append-text: Public generic functions
Method, appliedp: Private generic functions
Method, apply-style: Public generic functions
Method, attached-entry: Private generic functions
Method, autocomplete-entry-widget: Public generic functions
Method, autocomplete-function: Public generic functions
Method, autocomplete-function-hook: Public generic functions
Method, b: Private generic functions
Method, b: Private generic functions
Method, b1: Private generic functions
Method, b2: Private generic functions
Method, backtrace: Private generic functions
Method, bbox: Public generic functions
Method, bbox: Public generic functions
Method, bbox-fix: Public generic functions
Method, bind: Public generic functions
Method, bind: Public generic functions
Method, bind: Public generic functions
Method, bind: Public generic functions
Method, bind-event: Public generic functions
Method, bind-last: Public generic functions
Method, bind-series: Public generic functions
Method, bits: Public generic functions
Method, bits-pixel@: Private generic functions
Method, block-size: Private generic functions
Method, bu: Private generic functions
Method, busy-forget: Public generic functions
Method, busy-hold: Public generic functions
Method, c: Private generic functions
Method, calc-scroll-region: Public generic functions
Method, callback: Public generic functions
Method, cancel-tooltip: Public generic functions
Method, candidates-widget: Public generic functions
Method, canvas: Public generic functions
Method, canvas: Public generic functions
Method, canvas: Public generic functions
Method, canvas: Public generic functions
Method, canvas-h: Public generic functions
Method, canvas-w: Public generic functions
Method, canvas-x: Public generic functions
Method, canvas-y: Public generic functions
Method, canvasx: Public generic functions
Method, canvasy: Public generic functions
Method, cget: Public generic functions
Method, cget: Public generic functions
Method, children: Public generic functions
Method, children: Public generic functions
Method, children: Public generic functions
Method, children: Public generic functions
Method, clear: Public generic functions
Method, clear: Public generic functions
Method, clear-history: Public generic functions
Method, clear-selection: Public generic functions
Method, clear-text: Public generic functions
Method, clear-text: Public generic functions
Method, color: Public generic functions
Method, colorize: Private generic functions
Method, colorize: Private generic functions
Method, column-configure: Public generic functions
Method, column-configure: Public generic functions
Method, column-values: Public generic functions
Method, command: Public generic functions
Method, command: Public generic functions
Method, command: Public generic functions
Method, compare-history-candidate-predicate: Private generic functions
Method, compute-buttons: Private generic functions
Method, condition-variable: Private generic functions
Method, configure: Public generic functions
Method, configure: Public generic functions
Method, configure: Public generic functions
Method, configure: Public generic functions
Method, configure: Public generic functions
Method, configure: Public generic functions
Method, configure: Public generic functions
Method, configure: Public generic functions
Method, configure: Public generic functions
Method, container: Private generic functions
Method, coordinates: Private generic functions
Method, coords: Public generic functions
Method, create: Private generic functions
Method, current-month-entry: Private generic functions
Method, current-year-entry: Private generic functions
Method, cursor-index: Public generic functions
Method, cursor-index: Public generic functions
Method, cursor-index: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, data-returned-are-list-p: Private generic functions
Method, debugp: Private generic functions
Method, deiconify: Public generic functions
Method, deiconify: Public generic functions
Method, delete-in-range: Public generic functions
Method, delete-in-range: Public generic functions
Method, delete@: Public generic functions
Method, delete@: Public generic functions
Method, depth: Private generic functions
Method, depth: Private generic functions
Method, describe-condition: Private generic functions
Method, details-pane: Private generic functions
Method, displayed: Private generic functions
Method, down: Private generic functions
Method, down: Private generic functions
Method, down: Private generic functions
Method, down: Private generic functions
Method, draw-on-canvas: Public generic functions
Method, draw-on-canvas: Public generic functions
Method, draw-on-canvas: Public generic functions
Method, e: Private generic functions
Method, emptyp: Public generic functions
Method, entries: Public generic functions
Method, entry: Public generic functions
Method, entry: Public generic functions
Method, entry-label: Public generic functions
Method, entry-typed: Private generic functions
Method, erase-plot: Public generic functions
Method, errors: Public generic functions
Method, errors: Public generic functions
Method, eval-tcl-file: Public generic functions
Method, eval-tcl-file: Public generic functions
Method, exit-from-modal-toplevel: Public generic functions
Method, f1: Private generic functions
Method, f1: Private generic functions
Method, f2: Private generic functions
Method, fetch-layout: Public generic functions
Method, fetch-layout: Public generic functions
Method, fetch-layout: Public generic functions
Method, file: Private generic functions
Method, file: Private generic functions
Method, file-path: Private generic functions
Method, fill-color: Public generic functions
Method, find-cursor: Public generic functions
Method, find-cursor: Public generic functions
Method, firstline: Private generic functions
Method, fit-words-to-text-widget: Public generic functions
Method, forget-pane: Public generic functions
Method, frame-class: Private generic functions
Method, full-colored-star-count: Private generic functions
Method, geometry: Public generic functions
Method, get-searchable-listbox-data: Private generic functions
Method, grab: Public generic functions
Method, grab-release: Public generic functions
Method, grid: Public generic functions
Method, grid: Public generic functions
Method, grid-columnconfigure: Public generic functions
Method, grid-configure: Public generic functions
Method, grid-forget: Public generic functions
Method, grid-rowconfigure: Public generic functions
Method, group: Private generic functions
Method, gtree-children: Private generic functions
Method, gtree-content: Private generic functions
Method, gtree-render-node: Private generic functions
Method, h-mirror: Public generic functions
Method, handle: Public generic functions
Method, handle: Public generic functions
Method, handle: Public generic functions
Method, handle: Public generic functions
Method, handle-condition-p: Private generic functions
Method, handle-output: Private generic functions
Method, handler-condition: Private generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, height-in-chars: Private generic functions
Method, height-in-chars: Private generic functions
Method, hide-candidates: Public generic functions
Method, hide-candidates: Public generic functions
Method, hide-candidates: Public generic functions
Method, highlight-text: Public generic functions
Method, highlight-text: Public generic functions
Method, highlight-text-line: Public generic functions
Method, highlight-text-line: Public generic functions
Method, history: Public generic functions
Method, history-pos: Private generic functions
Method, hscroll: Public generic functions
Method, hscroll: Public generic functions
Method, hscroll: Public generic functions
Method, hscroll: Public generic functions
Method, hscroll: Public generic functions
Method, icon-photo: Public generic functions
Method, icon-window: Public generic functions
Method, iconify: Public generic functions
Method, iconify: Public generic functions
Method, iconwindow: Public generic functions
Method, id: Public generic functions
Method, idx: Private generic functions
Method, image: Public generic functions
Method, image-load: Public generic functions
Method, index: Public generic functions
Method, index: Public generic functions
Method, init-command: Private generic functions
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, inner-text: Public generic functions
Method, insert-image: Public generic functions
Method, insert-image: Public generic functions
Method, insert-image: Public generic functions
Method, insert-image: Public generic functions
Method, insert-image: Public generic functions
Method, insert-object: Public generic functions
Method, insert-object: Public generic functions
Method, insert-text: Public generic functions
Method, insert-text: Public generic functions
Method, insert-window: Public generic functions
Method, insert-window: Public generic functions
Method, interior: Public generic functions
Method, item-bind: Private generic functions
Method, item-bind: Private generic functions
Method, item-configure: Public generic functions
Method, item-configure: Public generic functions
Method, item-delete: Public generic functions
Method, item-delete: Public generic functions
Method, item-delete: Public generic functions
Method, item-lower: Private generic functions
Method, item-move: Public generic functions
Method, item-move: Public generic functions
Method, item-move-to: Public generic functions
Method, item-raise: Public generic functions
Method, itembind: Public generic functions
Method, itembind: Public generic functions
Method, itemconfigure: Public generic functions
Method, itemconfigure: Public generic functions
Method, itemdelete: Public generic functions
Method, itemdelete: Public generic functions
Method, itemlower: Public generic functions
Method, itemmove: Public generic functions
Method, itemmove: Public generic functions
Method, itemmove: Public generic functions
Method, itemraise: Public generic functions
Method, items: Public generic functions
Method, items: Public generic functions
Method, items: Public generic functions
Method, join-with-strings: Public generic functions
Method, join-with-strings: Public generic functions
Method, keepinput: Private generic functions
Method, key: Private generic functions
Method, launch-autocompletion: Public generic functions
Method, layout-configure: Public generic functions
Method, layout-configure: Public generic functions
Method, layout-configure: Public generic functions
Method, lb: Private generic functions
Method, left-side: Public generic functions
Method, left-side-handle: Public generic functions
Method, legend: Public generic functions
Method, line-info: Public generic functions
Method, line-info: Public generic functions
Method, list-select-display: Public generic functions
Method, list-select-display: Public generic functions
Method, listbox: Public generic functions
Method, listbox: Public generic functions
Method, listbox: Public generic functions
Method, listbox: Public generic functions
Method, listbox-all-values: Public generic functions
Method, listbox-all-values: Public generic functions
Method, listbox-all-values: Public generic functions
Method, listbox-all-values: Public generic functions
Method, listbox-all-values: Public generic functions
Method, listbox-append: Public generic functions
Method, listbox-append: Public generic functions
Method, listbox-append: Public generic functions
Method, listbox-append: Public generic functions
Method, listbox-append: Public generic functions
Method, listbox-append: Public generic functions
Method, listbox-clear: Public generic functions
Method, listbox-clear: Public generic functions
Method, listbox-clear: Public generic functions
Method, listbox-clear: Public generic functions
Method, listbox-clear: Public generic functions
Method, listbox-colorize-item: Public generic functions
Method, listbox-colorize-item: Public generic functions
Method, listbox-configure: Public generic functions
Method, listbox-delete: Public generic functions
Method, listbox-delete: Public generic functions
Method, listbox-delete: Public generic functions
Method, listbox-delete: Public generic functions
Method, listbox-delete: Public generic functions
Method, listbox-export-selection: Public generic functions
Method, listbox-export-selection: Public generic functions
Method, listbox-export-selection: Public generic functions
Method, listbox-export-selection: Public generic functions
Method, listbox-get-selection: Public generic functions
Method, listbox-get-selection: Public generic functions
Method, listbox-get-selection: Public generic functions
Method, listbox-get-selection: Public generic functions
Method, listbox-get-selection-index: Public generic functions
Method, listbox-get-selection-index: Public generic functions
Method, listbox-get-selection-index: Public generic functions
Method, listbox-get-selection-index: Public generic functions
Method, listbox-get-selection-index: Public generic functions
Method, listbox-get-selection-value: Public generic functions
Method, listbox-get-selection-value: Public generic functions
Method, listbox-get-selection-value: Public generic functions
Method, listbox-get-selection-value: Public generic functions
Method, listbox-get-selection-value: Public generic functions
Method, listbox-insert: Public generic functions
Method, listbox-move-selection: Public generic functions
Method, listbox-move-selection: Public generic functions
Method, listbox-move-selection: Public generic functions
Method, listbox-move-selection: Public generic functions
Method, listbox-nearest: Public generic functions
Method, listbox-select: Public generic functions
Method, listbox-select: Public generic functions
Method, listbox-select: Public generic functions
Method, listbox-select: Public generic functions
Method, listbox-select: Public generic functions
Method, listbox-select: Public generic functions
Method, listbox-select-mode: Public generic functions
Method, listbox-select-mode: Public generic functions
Method, listbox-select-mode: Public generic functions
Method, listbox-select-mode: Public generic functions
Method, listbox-size: Public generic functions
Method, listbox-size: Public generic functions
Method, listbox-size: Public generic functions
Method, listbox-size: Public generic functions
Method, listbox-values-in-range: Public generic functions
Method, listbox-values-in-range: Public generic functions
Method, listbox-values-in-range: Public generic functions
Method, listbox-values-in-range: Public generic functions
Method, listbox-values-in-range: Public generic functions
Method, load-from-stream: Public generic functions
Method, load-from-stream: Public generic functions
Method, load-text: Public generic functions
Method, lock: Private generic functions
Method, lower: Public generic functions
Method, lower: Public generic functions
Method, magic-number: Private generic functions
Method, make-image: Public generic functions
Method, make-image: Public generic functions
Method, make-image: Public generic functions
Method, make-image: Public generic functions
Method, make-link-button: Public generic functions
Method, make-link-button: Public generic functions
Method, make-text-tag-button: Public generic functions
Method, make-text-tag-button: Public generic functions
Method, master: Public generic functions
Method, matching-fn: Public generic functions
Method, maximum: Public generic functions
Method, maximum-lines-number: Public generic functions
Method, maximum-lines-number: Public generic functions
Method, maxsize: Public generic functions
Method, menu-delete: Public generic functions
Method, menu-help: Private generic functions
Method, menu-label: Private generic functions
Method, message: Private generic functions
Method, message: Private generic functions
Method, minimum: Private generic functions
Method, minsize: Public generic functions
Method, months-name: Private generic functions
Method, move: Public generic functions
Method, move-cursor-next-char: Public generic functions
Method, move-cursor-next-char: Public generic functions
Method, move-cursor-next-line: Public generic functions
Method, move-cursor-next-line: Public generic functions
Method, move-cursor-previous-char: Public generic functions
Method, move-cursor-previous-char: Public generic functions
Method, move-cursor-previous-line: Public generic functions
Method, move-cursor-previous-line: Public generic functions
Method, move-cursor-to: Public generic functions
Method, move-cursor-to: Public generic functions
Method, move-cursor-to-first-visible-line: Public generic functions
Method, move-cursor-to-first-visible-line: Public generic functions
Method, move-cursor-to-last-line: Public generic functions
Method, move-cursor-to-last-line: Public generic functions
Method, move-cursor-to-last-visible-line: Public generic functions
Method, move-cursor-to-last-visible-line: Public generic functions
Method, move-to: Public generic functions
Method, mw: Private generic functions
Method, mw2: Private generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, nb: Private generic functions
Method, nodes: Private generic functions
Method, normalize: Public generic functions
Method, not-reached-color: Private generic functions
Method, notebook-add: Public generic functions
Method, notebook-enable-traversal: Public generic functions
Method, notebook-forget: Public generic functions
Method, notebook-hide: Public generic functions
Method, notebook-identify: Public generic functions
Method, notebook-index: Public generic functions
Method, notebook-select: Public generic functions
Method, notebook-tab: Public generic functions
Method, offset: Private generic functions
Method, on-close: Public generic functions
Method, on-close: Public generic functions
Method, on-close: Public generic functions
Method, on-focus: Public generic functions
Method, on-pressed-cb: Public generic functions
Method, options: Public generic functions
Method, outline-color: Public generic functions
Method, outline-width: Public generic functions
Method, pack: Public generic functions
Method, pack: Public generic functions
Method, pack: Public generic functions
Method, pack-forget: Public generic functions
Method, pack-forget-all: Public generic functions
Method, pack-propagate: Public generic functions
Method, parent: Public generic functions
Method, parent: Public generic functions
Method, parent-node: Private generic functions
Method, parse-colormap-specs: Private generic functions
Method, parse-image-id-len: Private generic functions
Method, parse-image-specs: Private generic functions
Method, parse-image-type: Private generic functions
Method, parse-indices: Public generic functions
Method, parse-indices: Public generic functions
Method, partial-colored-star-count: Private generic functions
Method, pattern: Private generic functions
Method, pixel@: Public generic functions
Method, pixel@: Public generic functions
Method, pixmap->tga-file: Public generic functions
Method, pixmap-load: Private generic functions
Method, pixmap-load: Private generic functions
Method, place: Public generic functions
Method, place-forget: Public generic functions
Method, place-line: Public generic functions
Method, pop-block: Public generic functions
Method, popup: Public generic functions
Method, popup-time: Public generic functions
Method, popup-tooltip: Private generic functions
Method, pre-application-function: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, protocol-destroy: Private generic functions
Method, push-unblock: Public generic functions
Method, radio-button-value: Private generic functions
Method, radio-button-variable: Private generic functions
Method, raise: Public generic functions
Method, raise: Public generic functions
Method, reached-color: Private generic functions
Method, rearrange-scanline-by-pixmap-origin: Private generic functions
Method, register-tooltip: Public generic functions
Method, remove-non-matching-p: Private generic functions
Method, render-tree: Private generic functions
Method, replace-in-range: Public generic functions
Method, replace-in-range: Public generic functions
Method, report-bug: Private generic functions
Method, reset-scroll: Public generic functions
Method, resizable: Public generic functions
Method, right-side: Public generic functions
Method, right-side-handle: Public generic functions
Method, root-style-p: Private generic functions
Method, rotate-pixmap: Public generic functions
Method, rotate-pixmap-180-degree: Private generic functions
Method, rotate-pixmap-90-degree-ccw: Private generic functions
Method, rotate-pixmap-90-degree-cw: Private generic functions
Method, rotate-pixmap-w-repeat: Private generic functions
Method, round-all: Public generic functions
Method, round-all: Public generic functions
Method, round-all: Public generic functions
Method, safe-delete@: Public generic functions
Method, sanitize: Public generic functions
Method, sanitize: Public generic functions
Method, sanitize: Public generic functions
Method, sanitize: Public generic functions
Method, sanitize: Public generic functions
Method, sanitize: Public generic functions
Method, sanitize: Public generic functions
Method, sanitize-remove: Public generic functions
Method, sanitize-remove: Public generic functions
Method, sanitize-remove: Public generic functions
Method, sash-coord: Public generic functions
Method, sash-place: Public generic functions
Method, save-pixmap: Private generic functions
Method, save-text: Public generic functions
Method, save-text: Public generic functions
Method, scale: Public generic functions
Method, scale-bilinear: Public generic functions
Method, scale-nearest: Public generic functions
Method, schedule-tooltip: Public generic functions
Method, scroll-to-top: Public generic functions
Method, scroll-until-line-on-top: Public generic functions
Method, scroll-until-line-on-top: Public generic functions
Method, scrolled-listbox: Public generic functions
Method, scrollregion: Public generic functions
Method, scrollregion-x0: Private generic functions
Method, scrollregion-x1: Private generic functions
Method, scrollregion-y0: Private generic functions
Method, scrollregion-y1: Private generic functions
Method, search-all-text: Public generic functions
Method, search-all-text: Public generic functions
Method, search-regexp: Public generic functions
Method, search-regexp: Public generic functions
Method, search-text: Public generic functions
Method, secondline: Private generic functions
Method, secret-string: Public generic functions
Method, see: Public generic functions
Method, see: Public generic functions
Method, see: Public generic functions
Method, see: Public generic functions
Method, see: Public generic functions
Method, see: Public generic functions
Method, selected-elements: Public generic functions
Method, selected-index: Public generic functions
Method, selected-node: Private generic functions
Method, selected-tag: Private generic functions
Method, selection: Private generic functions
Method, selection: Private generic functions
Method, seq: Private generic functions
Method, set-coords: Public generic functions
Method, set-coords: Public generic functions
Method, set-coords*: Public generic functions
Method, set-coords*: Public generic functions
Method, set-cursor-index: Public generic functions
Method, set-date: Public generic functions
Method, set-date*: Public generic functions
Method, set-geometry: Public generic functions
Method, set-geometry-wh: Public generic functions
Method, set-geometry-xy: Public generic functions
Method, set-selection: Public generic functions
Method, set-wm-attrib: Private generic functions
Method, set-wm-attrib: Private generic functions
Method, set-wm-overrideredirect: Public generic functions
Method, setup-columns: Public generic functions
Method, setup-columns: Public generic functions
Method, setup-display-columns: Public generic functions
Method, setup-display-columns: Public generic functions
Method, shape-delete: Public generic functions
Method, shape-delete: Public generic functions
Method, shape-move: Public generic functions
Method, shape-move: Public generic functions
Method, shape-move-to: Public generic functions
Method, shape-move-to: Public generic functions
Method, show: Public generic functions
Method, show-password-p: Private generic functions
Method, size: Public generic functions
Method, size: Private generic functions
Method, star-num: Private generic functions
Method, stars: Private generic functions
Method, state: Private generic functions
Method, stream-handle: Private generic functions
Method, style-configure: Public generic functions
Method, style-configure: Public generic functions
Method, style-configure: Public generic functions
Method, subtitle: Public generic functions
Method, swap-elements: Private generic functions
Method, sync-bits-to-data: Public generic functions
Method, sync-data-to-bits: Public generic functions
Method, sync-data-to-bits: Public generic functions
Method, sync-text-metrics: Public generic functions
Method, sync-text-metrics: Public generic functions
Method, t1: Private generic functions
Method, tag: Public generic functions
Method, tag-bind: Public generic functions
Method, tag-bind: Public generic functions
Method, tag-bind: Public generic functions
Method, tag-configure: Public generic functions
Method, tag-configure: Public generic functions
Method, tag-configure: Public generic functions
Method, tag-create: Public generic functions
Method, tag-create: Public generic functions
Method, tag-delete: Public generic functions
Method, tag-delete: Public generic functions
Method, tag-lower: Public generic functions
Method, tag-lower: Public generic functions
Method, tag-raise: Public generic functions
Method, tag-raise: Public generic functions
Method, tag-ranges: Public generic functions
Method, tag-ranges: Public generic functions
Method, tagbind: Public generic functions
Method, tcl-bind: Private generic functions
Method, tcl-bool->lisp: Public generic functions
Method, tcl-bool->lisp: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, text-in-range: Private generic functions
Method, text-in-range: Private generic functions
Method, tick-length: Private generic functions
Method, ticks-step: Private generic functions
Method, title: Public generic functions
Method, title: Public generic functions
Method, title: Public generic functions
Method, tooltip-label: Private generic functions
Method, transient: Public generic functions
Method, transient: Public generic functions
Method, tree: Public generic functions
Method, tree: Public generic functions
Method, treelist-children: Public generic functions
Method, treelist-children: Public generic functions
Method, treelist-children: Public generic functions
Method, treelist-clearlist: Private generic functions
Method, treelist-has-children: Public generic functions
Method, treelist-listbox-select: Private generic functions
Method, treelist-name: Public generic functions
Method, treelist-name: Public generic functions
Method, treelist-name: Public generic functions
Method, treelist-select: Public generic functions
Method, treelist-set-root-node: Private generic functions
Method, treelist-setlist: Private generic functions
Method, treeview: Public generic functions
Method, treeview-delete: Public generic functions
Method, treeview-delete: Public generic functions
Method, treeview-delete: Public generic functions
Method, treeview-delete: Public generic functions
Method, treeview-delete-all: Public generic functions
Method, treeview-delete-all: Public generic functions
Method, treeview-exists: Public generic functions
Method, treeview-exists: Public generic functions
Method, treeview-find-item: Public generic functions
Method, treeview-find-item: Public generic functions
Method, treeview-focus: Public generic functions
Method, treeview-get-selection: Public generic functions
Method, treeview-get-selection: Public generic functions
Method, treeview-heading: Public generic functions
Method, treeview-heading: Public generic functions
Method, treeview-identify-item: Public generic functions
Method, treeview-insert-item: Public generic functions
Method, treeview-insert-item: Public generic functions
Method, treeview-insert-item-new: Public generic functions
Method, treeview-insert-item-new: Public generic functions
Method, treeview-move: Public generic functions
Method, treeview-move: Public generic functions
Method, treeview-refit-columns-width: Public generic functions
Method, treeview-refit-columns-width: Public generic functions
Method, treeview-set-selection: Public generic functions
Method, treeview-test-item: Private generic functions
Method, treeview-test-item: Private generic functions
Method, treeview-test-item: Private generic functions
Method, treeview-test-item: Private generic functions
Method, treeview-test-item: Private generic functions
Method, treeview-test-item: Private generic functions
Method, treeview-test-item: Private generic functions
Method, unbind: Public generic functions
Method, unbind: Public generic functions
Method, universal-timestamp: Public generic functions
Method, update-search: Private generic functions
Method, v-mirror: Public generic functions
Method, value: Public generic functions
Method, value: Public generic functions
Method, value: Public generic functions
Method, value: Public generic functions
Method, value: Public generic functions
Method, value: Public generic functions
Method, value: Public generic functions
Method, value-symbol: Private generic functions
Method, vscroll: Public generic functions
Method, vscroll: Public generic functions
Method, vscroll: Public generic functions
Method, vscroll: Public generic functions
Method, vscroll: Public generic functions
Method, weekday-names: Private generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-class-name: Public generic functions
Method, widget-path: Public generic functions
Method, widget-path: Public generic functions
Method, widget-path: Public generic functions
Method, widget-path: Public generic functions
Method, widget-rectangle: Private generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, width-in-chars: Public generic functions
Method, width-in-chars: Public generic functions
Method, wish-variable: Public generic functions
Method, withdraw: Public generic functions
Method, wm-forget: Public generic functions
Method, wm-manage: Public generic functions
Method, wm-state: Public generic functions
Method, wm-title: Public generic functions
Method, x-axis-conf: Private generic functions
Method, x-label-angle: Public generic functions
Method, x-labels: Public generic functions
Method, x-subtext: Private generic functions
Method, x-text: Public generic functions
Method, xs: Public generic functions
Method, xscroll: Private generic functions
Method, xscroll: Private generic functions
Method, xscroll: Private generic functions
Method, xscroll: Private generic functions
Method, y-axis-conf: Private generic functions
Method, y-axis-conf: Private generic functions
Method, y-subtext: Private generic functions
Method, y-text: Public generic functions
Method, ys: Public generic functions
Method, yscroll: Private generic functions
Method, yscroll: Private generic functions
Method, yscroll: Private generic functions
Method, yscroll: Private generic functions
minimum: Private generic functions
minimum: Private generic functions
minsize: Public generic functions
minsize: Public generic functions
modal-toplevel-close-condition: Private ordinary functions
modal-toplevel-condvar: Private ordinary functions
modal-toplevel-lock: Private ordinary functions
modal-toplevel-p: Private ordinary functions
modal-toplevel-results: Public ordinary functions
modal-toplevel-root-widget: Public ordinary functions
modal-window-test: Private ordinary functions
months-name: Private generic functions
months-name: Private generic functions
move: Public generic functions
move: Public generic functions
move-all: Public ordinary functions
move-cursor-next-char: Public generic functions
move-cursor-next-char: Public generic functions
move-cursor-next-char: Public generic functions
move-cursor-next-line: Public generic functions
move-cursor-next-line: Public generic functions
move-cursor-next-line: Public generic functions
move-cursor-previous-char: Public generic functions
move-cursor-previous-char: Public generic functions
move-cursor-previous-char: Public generic functions
move-cursor-previous-line: Public generic functions
move-cursor-previous-line: Public generic functions
move-cursor-previous-line: Public generic functions
move-cursor-to: Public generic functions
move-cursor-to: Public generic functions
move-cursor-to: Public generic functions
move-cursor-to-first-visible-line: Public generic functions
move-cursor-to-first-visible-line: Public generic functions
move-cursor-to-first-visible-line: Public generic functions
move-cursor-to-last-line: Public generic functions
move-cursor-to-last-line: Public generic functions
move-cursor-to-last-line: Public generic functions
move-cursor-to-last-visible-line: Public generic functions
move-cursor-to-last-visible-line: Public generic functions
move-cursor-to-last-visible-line: Public generic functions
move-to: Public generic functions
move-to: Public generic functions
multifont-translate-end-tcl->lisp: Private ordinary functions
mw: Private generic functions
mw: Private generic functions
mw2: Private generic functions
mw2: Private generic functions

N
name: Public generic functions
name: Public generic functions
name: Public generic functions
namestring->pathname: Public ordinary functions
nb: Private generic functions
nb: Private generic functions
nodes: Private generic functions
nodes: Private generic functions
nodgui-connection-p: Private ordinary functions
nodgui-error: Public ordinary functions
normalize: Public generic functions
normalize: Public generic functions
normalize-error: Private ordinary functions
not-reached-color: Private generic functions
not-reached-color: Private generic functions
notebook-add: Public generic functions
notebook-add: Public generic functions
notebook-enable-traversal: Public generic functions
notebook-enable-traversal: Public generic functions
notebook-events: Public ordinary functions
notebook-forget: Public generic functions
notebook-forget: Public generic functions
notebook-hide: Public generic functions
notebook-hide: Public generic functions
notebook-identify: Public generic functions
notebook-identify: Public generic functions
notebook-index: Public generic functions
notebook-index: Public generic functions
notebook-select: Public generic functions
notebook-select: Public generic functions
notebook-tab: Public generic functions
notebook-tab: Public generic functions
notify-window: Public ordinary functions

O
offset: Private generic functions
offset: Private generic functions
on-close: Public generic functions
on-close: Public generic functions
on-close: Public generic functions
on-close: Public generic functions
on-focus: Public generic functions
on-focus: Public generic functions
on-pressed-cb: Public generic functions
on-pressed-cb: Public generic functions
options: Public generic functions
options: Public generic functions
outline-color: Public generic functions
outline-color: Public generic functions
outline-width: Public generic functions
outline-width: Public generic functions

P
p-column-number: Private ordinary functions
p-coordinate-number: Private ordinary functions
p-coordinates: Private ordinary functions
p-coordinates-offset: Private ordinary functions
p-modifier: Private ordinary functions
p-row-number: Private ordinary functions
p-sign: Private ordinary functions
p-tag: Private ordinary functions
p-x: Private ordinary functions
p-y: Private ordinary functions
pack: Public generic functions
pack: Public generic functions
pack: Public generic functions
pack: Public generic functions
pack-forget: Public generic functions
pack-forget: Public generic functions
pack-forget-all: Public generic functions
pack-forget-all: Public generic functions
pack-propagate: Public generic functions
pack-propagate: Public generic functions
parent: Public generic functions
parent: Public generic functions
parent: Public generic functions
parent-node: Private generic functions
parent-node: Private generic functions
parent-pathname: Public ordinary functions
parse: Private ordinary functions
parse-colormap-specs: Private generic functions
parse-colormap-specs: Private generic functions
parse-event: Public ordinary functions
parse-image-id-len: Private generic functions
parse-image-id-len: Private generic functions
parse-image-specs: Private generic functions
parse-image-specs: Private generic functions
parse-image-type: Private generic functions
parse-image-type: Private generic functions
parse-indices: Public generic functions
parse-indices: Public generic functions
parse-indices: Public generic functions
parse-layout: Public ordinary functions
parse-line-char-index: Private ordinary functions
parse-number-or-0: Private ordinary functions
parse-selected-date: Public ordinary functions
partial-colored-star-count: Private generic functions
partial-colored-star-count: Private generic functions
password-char-placeholder: Private ordinary functions
password-entry-demo: Private ordinary functions
path-last-element: Public ordinary functions
pattern: Private generic functions
pattern: Private generic functions
pattern->string: Private ordinary functions
pattern-detail: Private ordinary functions
pattern-type: Private ordinary functions
pixel@: Public generic functions
pixel@: Public generic functions
pixel@: Public generic functions
pixmap->tga-file: Public generic functions
pixmap->tga-file: Public generic functions
pixmap-load: Private generic functions
pixmap-load: Private generic functions
pixmap-load: Private generic functions
place: Public generic functions
place: Public generic functions
place-forget: Public generic functions
place-forget: Public generic functions
place-line: Public generic functions
place-line: Public generic functions
pngp: Public ordinary functions
pop-block: Public generic functions
pop-block: Public generic functions
pop-enqueued-data: Private ordinary functions
pop-enqueued-event: Private ordinary functions
pop-event-block: Private ordinary functions
pop-mainloop-thread: Private ordinary functions
popup: Public generic functions
popup: Public generic functions
popup-time: Public generic functions
popup-time: Public generic functions
popup-tooltip: Private generic functions
popup-tooltip: Private generic functions
postscript: Public ordinary functions
pprint-down: Private ordinary functions
pre-application-function: Private generic functions
pre-application-function: Private generic functions
print-backtrace: Private ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
process-coords: Public ordinary functions
process-layout: Private ordinary functions
process-one-event: Private ordinary functions
progress-star-radius: Private ordinary functions
protect-escape-data: Public ordinary functions
protect-escape-p: Private ordinary functions
protocol-destroy: Private generic functions
protocol-destroy: Private generic functions
push-enqueued-data: Private ordinary functions
push-enqueued-event: Private ordinary functions
push-event-unblock: Private ordinary functions
push-mainloop-thread: Private ordinary functions
push-unblock: Public generic functions
push-unblock: Public generic functions

R
rad->deg: Public ordinary functions
radio-button-value: Private generic functions
radio-button-value: Private generic functions
radio-button-variable: Private generic functions
radio-button-variable: Private generic functions
raise: Public generic functions
raise: Public generic functions
raise: Public generic functions
raw-coordinates: Public ordinary functions
reached-color: Private generic functions
reached-color: Private generic functions
read-all: Private ordinary functions
read-color-macro: Private ordinary functions
read-data: Public ordinary functions
read-event: Public ordinary functions
read-event-macro: Private ordinary functions
read-into-array: Public ordinary functions
read-keyword: Private ordinary functions
read-wish: Private ordinary functions
rearrange-scanline-by-pixmap-origin: Private generic functions
rearrange-scanline-by-pixmap-origin: Private generic functions
redraw: Private generic functions
regex-search-test: Private ordinary functions
register-tooltip: Public generic functions
register-tooltip: Public generic functions
relative-x: Public ordinary functions
relative-y: Public ordinary functions
rem-trouble-chars-and-then-wrap: Public ordinary functions
remove-callback: Private ordinary functions
remove-non-matching-p: Private generic functions
remove-non-matching-p: Private generic functions
remove-separators: Private ordinary functions
render-tree: Private generic functions
render-tree: Private generic functions
repeat-periodic-coord: Private ordinary functions
replace-in-range: Public generic functions
replace-in-range: Public generic functions
replace-in-range: Public generic functions
report-bug: Private generic functions
report-bug: Private generic functions
require-tcl-package: Public ordinary functions
reset-scroll: Public generic functions
reset-scroll: Public generic functions
resizable: Public generic functions
resizable: Public generic functions
restart-mainloop: Private ordinary functions
rgb->tk: Public ordinary functions
rgb-struct->tk-color: Private ordinary functions
right-arrow: Public ordinary functions
right-parens-ornament: Private ordinary functions
right-side: Public generic functions
right-side: Public generic functions
right-side-handle: Public generic functions
right-side-handle: Public generic functions
rle-encode-line: Private ordinary functions
root-style-p: Private generic functions
root-style-p: Private generic functions
root-toplevel: Public ordinary functions
root-toplevel-title: Public ordinary functions
root-x: Public ordinary functions
root-y: Public ordinary functions
rootx: Public ordinary functions
rooty: Public ordinary functions
rotate: Private ordinary functions
rotate-pixmap: Public generic functions
rotate-pixmap: Public generic functions
rotate-pixmap-180-degree: Private generic functions
rotate-pixmap-180-degree: Private generic functions
rotate-pixmap-90-degree-ccw: Private generic functions
rotate-pixmap-90-degree-ccw: Private generic functions
rotate-pixmap-90-degree-cw: Private generic functions
rotate-pixmap-90-degree-cw: Private generic functions
rotate-pixmap-w-repeat: Private generic functions
rotate-pixmap-w-repeat: Private generic functions
round-all: Public generic functions
round-all: Public generic functions
round-all: Public generic functions
round-all: Public generic functions
run-all-tests: Public ordinary functions

S
safe-delete@: Public generic functions
safe-delete@: Public generic functions
safe-parse-number: Public ordinary functions
safe-subseq: Private ordinary functions
sanitize: Public generic functions
sanitize: Public generic functions
sanitize: Public generic functions
sanitize: Public generic functions
sanitize: Public generic functions
sanitize: Public generic functions
sanitize: Public generic functions
sanitize: Public generic functions
sanitize-remove: Public generic functions
sanitize-remove: Public generic functions
sanitize-remove: Public generic functions
sanitize-remove: Public generic functions
sash-coord: Public generic functions
sash-coord: Public generic functions
sash-place: Public generic functions
sash-place: Public generic functions
save-pixmap: Private generic functions
save-pixmap: Private generic functions
save-text: Public generic functions
save-text: Public generic functions
save-text: Public generic functions
scale: Public generic functions
scale: Public generic functions
scale-bilinear: Public generic functions
scale-bilinear: Public generic functions
scale-nearest: Public generic functions
scale-nearest: Public generic functions
schedule-tooltip: Public generic functions
schedule-tooltip: Public generic functions
screen-height: Public ordinary functions
screen-height-mm: Public ordinary functions
screen-mouse: Public ordinary functions
screen-mouse-x: Public ordinary functions
screen-mouse-y: Public ordinary functions
screen-width: Public ordinary functions
screen-width-mm: Public ordinary functions
scroll-candidates: Private ordinary functions
scroll-text-read-only-down: Private ordinary functions
scroll-text-read-only-go-end-text: Private ordinary functions
scroll-text-read-only-go-start-text: Private ordinary functions
scroll-text-read-only-next-page: Private ordinary functions
scroll-text-read-only-previous-page: Private ordinary functions
scroll-text-read-only-up: Private ordinary functions
scroll-to-top: Public generic functions
scroll-to-top: Public generic functions
scroll-until-line-on-top: Public generic functions
scroll-until-line-on-top: Public generic functions
scroll-until-line-on-top: Public generic functions
scrolled-listbox: Public generic functions
scrolled-listbox: Public generic functions
scrollregion: Public generic functions
scrollregion: Public generic functions
scrollregion-x0: Private generic functions
scrollregion-x0: Private generic functions
scrollregion-x1: Private generic functions
scrollregion-x1: Private generic functions
scrollregion-y0: Private generic functions
scrollregion-y0: Private generic functions
scrollregion-y1: Private generic functions
scrollregion-y1: Private generic functions
search-all-text: Public generic functions
search-all-text: Public generic functions
search-all-text: Public generic functions
search-regexp: Public generic functions
search-regexp: Public generic functions
search-regexp: Public generic functions
search-text: Public generic functions
search-text: Public generic functions
searchable-listbox-demo: Private ordinary functions
secondline: Private generic functions
secondline: Private generic functions
secret-string: Public generic functions
secret-string: Public generic functions
see: Public generic functions
see: Public generic functions
see: Public generic functions
see: Public generic functions
see: Public generic functions
see: Public generic functions
see: Public generic functions
selected-elements: Public generic functions
selected-elements: Public generic functions
selected-index: Public generic functions
selected-index: Public generic functions
selected-node: Private generic functions
selected-node: Private generic functions
selected-tag: Private generic functions
selected-tag: Private generic functions
selection: Private generic functions
selection: Private generic functions
selection: Private generic functions
send-lazy: Public macros
send-use-theme: Private ordinary functions
send-wish: Private ordinary functions
send-wish-columns-data: Private ordinary functions
send-wish-line: Public ordinary functions
send-wish-preamble-code: Private ordinary functions
senddatastring: Private ordinary functions
seq: Private generic functions
seq: Private generic functions
sequence->vec2: Public ordinary functions
serialize->layout: Public ordinary functions
serialize-style-name: Private ordinary functions
set-coords: Public generic functions
set-coords: Public generic functions
set-coords: Public generic functions
set-coords*: Public generic functions
set-coords*: Public generic functions
set-coords*: Public generic functions
set-cursor-index: Public generic functions
set-cursor-index: Public generic functions
set-date: Public generic functions
set-date: Public generic functions
set-date: Private ordinary functions
set-date*: Public generic functions
set-date*: Public generic functions
set-focus-next: Public ordinary functions
set-geometry: Public generic functions
set-geometry: Public generic functions
set-geometry-wh: Public generic functions
set-geometry-wh: Public generic functions
set-geometry-xy: Public generic functions
set-geometry-xy: Public generic functions
set-multifont-listbox-read-only: Private ordinary functions
set-root-toplevel-title: Public ordinary functions
set-scrolled-text-read-only: Private ordinary functions
set-scrolled-text-read-only-with-cursor: Private ordinary functions
set-selection: Public generic functions
set-selection: Public generic functions
set-wm-attrib: Private generic functions
set-wm-attrib: Private generic functions
set-wm-attrib: Private generic functions
set-wm-overrideredirect: Public generic functions
set-wm-overrideredirect: Public generic functions
setup-columns: Public generic functions
setup-columns: Public generic functions
setup-columns: Public generic functions
setup-display-columns: Public generic functions
setup-display-columns: Public generic functions
setup-display-columns: Public generic functions
shape-delete: Public generic functions
shape-delete: Public generic functions
shape-delete: Public generic functions
shape-move: Public generic functions
shape-move: Public generic functions
shape-move: Public generic functions
shape-move-to: Public generic functions
shape-move-to: Public generic functions
shape-move-to: Public generic functions
shift-date: Private ordinary functions
show: Public generic functions
show: Public generic functions
show-candidates: Private ordinary functions
show-password-p: Private generic functions
show-password-p: Private generic functions
size: Public generic functions
size: Public generic functions
size: Private generic functions
size: Private generic functions
slurp-pixmap: Public ordinary functions
split-path-elements: Public ordinary functions
split-sequence: Public ordinary functions
split-words: Public ordinary functions
star-num: Private generic functions
star-num: Private generic functions
star-progress-demo: Private ordinary functions
stars: Private generic functions
stars: Private generic functions
start-events-loop: Private ordinary functions
start-events-loop: Private ordinary functions
start-main-loop: Private ordinary functions
start-reading-loop: Private ordinary functions
start-rotation: Private ordinary functions
start-wish: Public ordinary functions
start-wish-pipe: Private ordinary functions
state: Private generic functions
state: Private generic functions
stop-events-loop: Private ordinary functions
stop-events-loop: Private ordinary functions
stop-rotation: Private ordinary functions
strcat: Public ordinary functions
strcat*: Public ordinary functions
stream-handle: Private generic functions
stream-handle: Private generic functions
stream-readable-p: Private ordinary functions
string-empty-p: Public ordinary functions
stringify-all: Private ordinary functions
strip-prefix: Public ordinary functions
strip-withespaces: Public ordinary functions
style-configure: Public generic functions
style-configure: Public generic functions
style-configure: Public generic functions
style-configure: Public generic functions
subdirectories: Public ordinary functions
subtitle: Public generic functions
subtitle: Public generic functions
subtract-a-month-clsr: Private ordinary functions
subtract-a-year-clsr: Private ordinary functions
swap-elements: Private generic functions
swap-elements: Private generic functions
symbol->stylename: Private ordinary functions
sync-bits-to-data: Public generic functions
sync-bits-to-data: Public generic functions
sync-data-to-bits: Public generic functions
sync-data-to-bits: Public generic functions
sync-data-to-bits: Public generic functions
sync-multifont-data: Private ordinary functions
sync-text-metrics: Public generic functions
sync-text-metrics: Public generic functions
sync-text-metrics: Public generic functions

T
t1: Private generic functions
t1: Private generic functions
tag: Public generic functions
tag: Public generic functions
tag: Private ordinary functions
tag-bind: Public generic functions
tag-bind: Public generic functions
tag-bind: Public generic functions
tag-bind: Public generic functions
tag-configure: Public generic functions
tag-configure: Public generic functions
tag-configure: Public generic functions
tag-configure: Public generic functions
tag-create: Public generic functions
tag-create: Public generic functions
tag-create: Public generic functions
tag-delete: Public generic functions
tag-delete: Public generic functions
tag-delete: Public generic functions
tag-lower: Public generic functions
tag-lower: Public generic functions
tag-lower: Public generic functions
tag-raise: Public generic functions
tag-raise: Public generic functions
tag-raise: Public generic functions
tag-ranges: Public generic functions
tag-ranges: Public generic functions
tag-ranges: Public generic functions
tagbind: Public generic functions
tagbind: Public generic functions
targa-rle-scanline: Private ordinary functions
tcl: Public macros
tcl-bind: Private generic functions
tcl-bind: Private generic functions
tcl-bool->lisp: Public generic functions
tcl-bool->lisp: Public generic functions
tcl-bool->lisp: Public generic functions
tcl-error->boolean: Public ordinary functions
tcl-init-code: Public ordinary functions
tcl-send-data-code: Public ordinary functions
tcl-str: Public macros
tcl/<-data: Private ordinary functions
tcl/<-p: Private ordinary functions
tcl/>-data: Private ordinary functions
tcl/>-p: Private ordinary functions
tcl/code-data: Private ordinary functions
tcl/code-p: Private ordinary functions
tcl/keyword-as-string-p: Private ordinary functions
tcl/keyword-data: Private ordinary functions
tcl/keyword-p: Private ordinary functions
tcl/keyword-raw-keyword: Private ordinary functions
tcl/keyword-spaces-after: Private ordinary functions
tcl/list-data: Private ordinary functions
tcl/list-p: Private ordinary functions
tcldebug: Private ordinary functions
tclize: Public macros
tclize-pad: Private ordinary functions
test-rotation: Private ordinary functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text-in-range: Private generic functions
text-in-range: Private generic functions
text-in-range: Private generic functions
text-input-dialog: Public ordinary functions
theme-names: Public ordinary functions
tick-length: Private generic functions
tick-length: Private generic functions
ticks-step: Private generic functions
ticks-step: Private generic functions
time-as-list: Private ordinary functions
time-date-of: Public ordinary functions
time-day-of: Public ordinary functions
time-daylight-p-of: Public ordinary functions
time-hour-of: Public ordinary functions
time-minutes-of: Public ordinary functions
time-month-of: Public ordinary functions
time-second-of: Public ordinary functions
time-year-of: Public ordinary functions
time-zone-of: Public ordinary functions
title: Public generic functions
title: Public generic functions
title: Public generic functions
title: Public generic functions
tk-number: Private ordinary functions
tkescape: Public ordinary functions
tkescape2: Public ordinary functions
to-s: Public ordinary functions
to-stderr: Public ordinary functions
tooltip-label: Private generic functions
tooltip-label: Private generic functions
tooltip-test: Private ordinary functions
toplevel-pathname: Public ordinary functions
transient: Public generic functions
transient: Public generic functions
transient: Public generic functions
tree: Public generic functions
tree: Public generic functions
tree: Public generic functions
treelist-children: Public generic functions
treelist-children: Public generic functions
treelist-children: Public generic functions
treelist-children: Public generic functions
treelist-clearlist: Private generic functions
treelist-clearlist: Private generic functions
treelist-has-children: Public generic functions
treelist-has-children: Public generic functions
treelist-listbox-select: Private generic functions
treelist-listbox-select: Private generic functions
treelist-name: Public generic functions
treelist-name: Public generic functions
treelist-name: Public generic functions
treelist-name: Public generic functions
treelist-select: Public generic functions
treelist-select: Public generic functions
treelist-set-root-node: Private generic functions
treelist-set-root-node: Private generic functions
treelist-setlist: Private generic functions
treelist-setlist: Private generic functions
treelist-test: Private ordinary functions
treeview: Public generic functions
treeview: Public generic functions
treeview-column: Public ordinary functions
treeview-delete: Public generic functions
treeview-delete: Public generic functions
treeview-delete: Public generic functions
treeview-delete: Public generic functions
treeview-delete: Public generic functions
treeview-delete-all: Public generic functions
treeview-delete-all: Public generic functions
treeview-delete-all: Public generic functions
treeview-exists: Public generic functions
treeview-exists: Public generic functions
treeview-exists: Public generic functions
treeview-find-item: Public generic functions
treeview-find-item: Public generic functions
treeview-find-item: Public generic functions
treeview-focus: Public generic functions
treeview-focus: Public generic functions
treeview-get-selection: Public generic functions
treeview-get-selection: Public generic functions
treeview-get-selection: Public generic functions
treeview-heading: Public generic functions
treeview-heading: Public generic functions
treeview-heading: Public generic functions
treeview-identify-item: Public generic functions
treeview-identify-item: Public generic functions
treeview-insert-item: Public generic functions
treeview-insert-item: Public generic functions
treeview-insert-item: Public generic functions
treeview-insert-item-new: Public generic functions
treeview-insert-item-new: Public generic functions
treeview-insert-item-new: Public generic functions
treeview-item: Public ordinary functions
treeview-move: Public generic functions
treeview-move: Public generic functions
treeview-move: Public generic functions
treeview-move*: Private ordinary functions
treeview-refit-columns-width: Public generic functions
treeview-refit-columns-width: Public generic functions
treeview-refit-columns-width: Public generic functions
treeview-set-selection: Public generic functions
treeview-set-selection: Public generic functions
treeview-test-item: Private generic functions
treeview-test-item: Private generic functions
treeview-test-item: Private generic functions
treeview-test-item: Private generic functions
treeview-test-item: Private generic functions
treeview-test-item: Private generic functions
treeview-test-item: Private generic functions
treeview-test-item: Private generic functions
trim: Public ordinary functions
try-to-load-tcl-package: Public ordinary functions
try-unicode: Public macros
two-color-star-handle: Private ordinary functions

U
ubvec4: Public ordinary functions
ubvec4*: Public ordinary functions
ubvec4+: Public ordinary functions
ubvec4-: Public ordinary functions
ubvec4-dot-product: Public ordinary functions
ubvec4-length: Public ordinary functions
ubvec4-normalize: Public ordinary functions
ubvec4/: Public ordinary functions
ubvec4=: Public ordinary functions
ubvec4p: Public ordinary functions
ubvec4~: Public ordinary functions
unbind: Public generic functions
unbind: Public generic functions
unbind: Public generic functions
universal-timestamp: Public generic functions
universal-timestamp: Public generic functions
up-arrow: Public ordinary functions
update-idle-tasks: Private ordinary functions
update-search: Private generic functions
update-search: Private generic functions
use-theme: Public ordinary functions

V
v-mirror: Public generic functions
v-mirror: Public generic functions
value: Public generic functions
value: Public generic functions
value: Public generic functions
value: Public generic functions
value: Public generic functions
value: Public generic functions
value: Public generic functions
value: Public generic functions
value-symbol: Private generic functions
value-symbol: Private generic functions
vec2: Public ordinary functions
vec2*: Public ordinary functions
vec2+: Public ordinary functions
vec2-: Public ordinary functions
vec2-dot-product: Public ordinary functions
vec2-length: Public ordinary functions
vec2-negate: Public ordinary functions
vec2-normalize: Public ordinary functions
vec2-perp-dot-product: Public ordinary functions
vec2-perpendicular: Public ordinary functions
vec2-rotate: Public ordinary functions
vec2-x: Public ordinary functions
vec2-y: Public ordinary functions
vec2/: Public ordinary functions
vec2=: Public ordinary functions
vec2p: Public ordinary functions
vec2~: Public ordinary functions
vector-empty-p: Private ordinary functions
verify-event: Private ordinary functions
vscroll: Public generic functions
vscroll: Public generic functions
vscroll: Public generic functions
vscroll: Public generic functions
vscroll: Public generic functions
vscroll: Public generic functions

W
wait-complete-redraw: Public ordinary functions
wait-mainloop-threads: Private ordinary functions
weekday-names: Private generic functions
weekday-names: Private generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-class-name: Public generic functions
widget-path: Public generic functions
widget-path: Public generic functions
widget-path: Public generic functions
widget-path: Public generic functions
widget-path: Public generic functions
widget-rectangle: Private generic functions
widget-rectangle: Private generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
width-in-chars: Public generic functions
width-in-chars: Public generic functions
width-in-chars: Public generic functions
window-height: Public ordinary functions
window-id: Public ordinary functions
window-transient: Public ordinary functions
window-width: Public ordinary functions
window-x: Public ordinary functions
window-y: Public ordinary functions
wish-accept-garbage-for-next-event: Private ordinary functions
wish-after-counter: Private ordinary functions
wish-after-ids: Private ordinary functions
wish-break-mainloop: Private ordinary functions
wish-break-mainloop-lock: Private ordinary functions
wish-call-with-condition-handlers-function: Private ordinary functions
wish-callbacks: Private ordinary functions
wish-counter: Private ordinary functions
wish-data-queue: Private ordinary functions
wish-error-collecting-thread: Private ordinary functions
wish-event-queue: Private ordinary functions
wish-flush-lock: Private ordinary functions
wish-init-code: Public ordinary functions
wish-input-collecting-thread: Private ordinary functions
wish-lock: Private ordinary functions
wish-main-loop-thread: Private ordinary functions
wish-output-buffer: Private ordinary functions
wish-read-data-lock: Private ordinary functions
wish-read-lock: Private ordinary functions
wish-saved-main-loop-threads: Private ordinary functions
wish-stream: Public ordinary functions
wish-variable: Public generic functions
wish-variable: Public generic functions
wish-variables: Public ordinary functions
with-atomic: Public macros
with-busy: Public macros
with-canvas-path: Private macros
with-check-borders: Private macros
with-check-matrix-borders: Private macros
with-default-on-error: Public macros
with-epsilon: Public macros
with-file-matrix: Public macros
with-flush: Public macros
with-flush-server: Public macros
with-hourglass: Public macros
with-inner-text: Public macros
with-inner-treeview: Public macros
with-lazy: Public macros
with-main-loop-lock: Public macros
with-modal-toplevel: Public macros
with-no-emitted-newline: Public macros
with-no-emitted-spaces: Public macros
with-no-escape-tilde: Public macros
with-nodgui: Public macros
with-nodgui-handlers: Private macros
with-read-data: Public macros
with-stringify-keyword: Public macros
with-sync-data: Private macros
with-time-as-list: Private macros
with-toplevel: Public macros
with-widgets: Public macros
withdraw: Public generic functions
withdraw: Public generic functions
wm-attrib-alpha: Public ordinary functions
wm-attrib-fullscreen: Public ordinary functions
wm-attrib-p: Private ordinary functions
wm-attrib-topmost: Public ordinary functions
wm-attrib-type: Public ordinary functions
wm-attrib-zoomed: Public ordinary functions
wm-forget: Public generic functions
wm-forget: Public generic functions
wm-manage: Public generic functions
wm-manage: Public generic functions
wm-state: Public generic functions
wm-state: Public generic functions
wm-title: Public generic functions
wm-title: Public generic functions
wrap-with: Public ordinary functions

X
x-axis-conf: Private generic functions
x-axis-conf: Private generic functions
x-label-angle: Public generic functions
x-label-angle: Public generic functions
x-labels: Public generic functions
x-labels: Public generic functions
x-subtext: Private generic functions
x-subtext: Private generic functions
x-text: Public generic functions
x-text: Public generic functions
xs: Public generic functions
xs: Public generic functions
xscroll: Private generic functions
xscroll: Private generic functions
xscroll: Private generic functions
xscroll: Private generic functions
xscroll: Private generic functions

Y
y-axis-conf: Private generic functions
y-axis-conf: Private generic functions
y-axis-conf: Private generic functions
y-subtext: Private generic functions
y-subtext: Private generic functions
y-text: Public generic functions
y-text: Public generic functions
ys: Public generic functions
ys: Public generic functions
yscroll: Private generic functions
yscroll: Private generic functions
yscroll: Private generic functions
yscroll: Private generic functions
yscroll: Private generic functions


A.3 Variables

Jump to:   *   +  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   R   S   T   U   V   W   X   Y   Z  
Index Entry  Section

*
*add-space-after-emitted-string*: Public special variables
*add-space-after-emitted-unspecialized-element*: Public special variables
*all-event-details*: Public special variables
*all-event-modifier*: Public special variables
*all-event-type*: Public special variables
*angle*: Private special variables
*angle2*: Private special variables
*angle3*: Private special variables
*bbox-scale-fix*: Public special variables
*buffer-for-atomic-output*: Private special variables
*check-more-parsing-errors*: Public special variables
*class-args*: Public special variables
*cursors*: Public special variables
*debounce-minimum-delay*: Public special variables
*debug-buffers*: Public special variables
*debug-tk*: Public special variables
*default-epsilon*: Public special variables
*default-theme*: Public special variables
*default-toplevel-name*: Private special variables
*demo-canvas*: Private special variables
*demo-line*: Private special variables
*directory-sep*: Private special variables
*directory-sep-regexp*: Private special variables
*do-escape-tilde*: Private special variables
*do-rotate*: Private special variables
*events-loop-lock*: Private special variables
*events-loop-lock*: Private special variables
*events-loop-thread*: Private special variables
*events-loop-thread*: Private special variables
*force-sync-data-multifont-listbox*: Public special variables
*generate-name-lock*: Private special variables
*gui-server*: Private special variables
*init-wish-hook*: Public special variables
*initargs*: Public special variables
*inside-mainloop*: Private special variables
*internal-time-scaling-millis*: Private special variables
*max-line-length*: Private special variables
*mb-icons*: Public special variables
*queue*: Private special variables
*queue*: Private special variables
*queue-cond*: Private special variables
*queue-lock*: Private special variables
*sanitize*: Private special variables
*stop-events-loop*: Private special variables
*stop-events-loop*: Private special variables
*stringify-keyword*: Public special variables
*styles*: Private special variables
*suppress-newline-for-tcl-statements*: Public special variables
*themes-directory*: Public special variables
*tk*: Public special variables
*tkimg-loaded-p*: Private special variables
*tooltip-afterid*: Private special variables
*tree*: Private special variables
*wish*: Public special variables
*wish-args*: Public special variables
*wish-connections*: Private special variables
*wish-pathname*: Public special variables

+
+2pi+: Public constants
+aacute+: Public constants
+abovedot+: Public constants
+abreve+: Public constants
+acircumflex+: Public constants
+activate+: Public constants
+acute+: Public constants
+adiaeresis+: Public constants
+ae+: Public constants
+agrave+: Public constants
+alpha-channel+: Private constants
+alt+: Public constants
+alt-l+: Public constants
+alt-r+: Public constants
+amacron+: Public constants
+ampersand+: Public constants
+aogonek+: Public constants
+app+: Public constants
+approximate+: Public constants
+arabic-ain+: Public constants
+arabic-alef+: Public constants
+arabic-alefmaksura+: Public constants
+arabic-beh+: Public constants
+arabic-comma+: Public constants
+arabic-dad+: Public constants
+arabic-dal+: Public constants
+arabic-damma+: Public constants
+arabic-dammatan+: Public constants
+arabic-fatha+: Public constants
+arabic-fathatan+: Public constants
+arabic-feh+: Public constants
+arabic-ghain+: Public constants
+arabic-hah+: Public constants
+arabic-hamza+: Public constants
+arabic-hamzaonalef+: Public constants
+arabic-hamzaonwaw+: Public constants
+arabic-hamzaonyeh+: Public constants
+arabic-hamzaunderalef+: Public constants
+arabic-heh+: Public constants
+arabic-jeem+: Public constants
+arabic-kaf+: Public constants
+arabic-kasra+: Public constants
+arabic-kasratan+: Public constants
+arabic-khah+: Public constants
+arabic-lam+: Public constants
+arabic-maddaonalef+: Public constants
+arabic-meem+: Public constants
+arabic-noon+: Public constants
+arabic-qaf+: Public constants
+arabic-question-mark+: Public constants
+arabic-ra+: Public constants
+arabic-sad+: Public constants
+arabic-seen+: Public constants
+arabic-semicolon+: Public constants
+arabic-shadda+: Public constants
+arabic-sheen+: Public constants
+arabic-sukun+: Public constants
+arabic-tah+: Public constants
+arabic-tatweel+: Public constants
+arabic-teh+: Public constants
+arabic-tehmarbuta+: Public constants
+arabic-thal+: Public constants
+arabic-theh+: Public constants
+arabic-waw+: Public constants
+arabic-yeh+: Public constants
+arabic-zah+: Public constants
+arabic-zain+: Public constants
+arg-toplevel-name+: Private constants
+aring+: Public constants
+asciicircum+: Public constants
+asciitilde+: Public constants
+asterisk+: Public constants
+at+: Public constants
+atilde+: Public constants
+b1+: Public constants
+b2+: Public constants
+b3+: Public constants
+b4+: Public constants
+b5+: Public constants
+backslash+: Public constants
+backspace+: Public constants
+ballotcross+: Public constants
+bar+: Public constants
+base52-encode-table+: Private constants
+begin+: Public constants
+bell-icon+: Private constants
+bell-icon+: Private constants
+blank+: Public constants
+blue-channel+: Private constants
+blue-corner+: Private constants
+botintegral+: Public constants
+botleftparens+: Public constants
+botleftsqbracket+: Public constants
+botleftsummation+: Public constants
+botrightparens+: Public constants
+botrightsqbracket+: Public constants
+botrightsummation+: Public constants
+bott+: Public constants
+botvertsummationconnector+: Public constants
+braceleft+: Public constants
+braceright+: Public constants
+bracketleft+: Public constants
+bracketright+: Public constants
+break+: Public constants
+breve+: Public constants
+brokenbar+: Public constants
+button+: Public constants
+button1+: Public constants
+button2+: Public constants
+button3+: Public constants
+button4+: Public constants
+button5+: Public constants
+buttonpress+: Public constants
+buttonrelease+: Public constants
+byelorussian-shortu+: Public constants
+cabovedot+: Public constants
+cacute+: Public constants
+calendar-date-format-d/m/y+: Private constants
+calendar-date-format-m/d/y+: Private constants
+calendar-library-name+: Private constants
+calendar-supported-language+: Private constants
+cancel+: Public constants
+capital-aacute+: Public constants
+capital-abreve+: Public constants
+capital-acircumflex+: Public constants
+capital-adiaeresis+: Public constants
+capital-ae+: Public constants
+capital-agrave+: Public constants
+capital-amacron+: Public constants
+capital-aogonek+: Public constants
+capital-aring+: Public constants
+capital-atilde+: Public constants
+capital-byelorussian-shortu+: Public constants
+capital-cabovedot+: Public constants
+capital-cacute+: Public constants
+capital-ccaron+: Public constants
+capital-ccedilla+: Public constants
+capital-ccircumflex+: Public constants
+capital-cyrillic-a+: Public constants
+capital-cyrillic-be+: Public constants
+capital-cyrillic-che+: Public constants
+capital-cyrillic-de+: Public constants
+capital-cyrillic-e+: Public constants
+capital-cyrillic-ef+: Public constants
+capital-cyrillic-el+: Public constants
+capital-cyrillic-em+: Public constants
+capital-cyrillic-en+: Public constants
+capital-cyrillic-er+: Public constants
+capital-cyrillic-es+: Public constants
+capital-cyrillic-ghe+: Public constants
+capital-cyrillic-ha+: Public constants
+capital-cyrillic-hardsign+: Public constants
+capital-cyrillic-i+: Public constants
+capital-cyrillic-ie+: Public constants
+capital-cyrillic-io+: Public constants
+capital-cyrillic-ka+: Public constants
+capital-cyrillic-o+: Public constants
+capital-cyrillic-pe+: Public constants
+capital-cyrillic-sha+: Public constants
+capital-cyrillic-shcha+: Public constants
+capital-cyrillic-shorti+: Public constants
+capital-cyrillic-softsign+: Public constants
+capital-cyrillic-te+: Public constants
+capital-cyrillic-tse+: Public constants
+capital-cyrillic-u+: Public constants
+capital-cyrillic-ve+: Public constants
+capital-cyrillic-ya+: Public constants
+capital-cyrillic-yeru+: Public constants
+capital-cyrillic-yu+: Public constants
+capital-cyrillic-ze+: Public constants
+capital-cyrillic-zhe+: Public constants
+capital-dcaron+: Public constants
+capital-eabovedot+: Public constants
+capital-eacute+: Public constants
+capital-ecaron+: Public constants
+capital-ecircumflex+: Public constants
+capital-ediaeresis+: Public constants
+capital-egrave+: Public constants
+capital-emacron+: Public constants
+capital-eng+: Public constants
+capital-eogonek+: Public constants
+capital-eth+: Public constants
+capital-gabovedot+: Public constants
+capital-gbreve+: Public constants
+capital-gcedilla+: Public constants
+capital-gcircumflex+: Public constants
+capital-greek-alpha+: Public constants
+capital-greek-alphaaccent+: Public constants
+capital-greek-beta+: Public constants
+capital-greek-chi+: Public constants
+capital-greek-delta+: Public constants
+capital-greek-epsilon+: Public constants
+capital-greek-epsilonaccent+: Public constants
+capital-greek-eta+: Public constants
+capital-greek-etaaccent+: Public constants
+capital-greek-gamma+: Public constants
+capital-greek-iota+: Public constants
+capital-greek-iotaaccent+: Public constants
+capital-greek-iotaaccentdiaeresis+: Public constants
+capital-greek-iotadiaeresis+: Public constants
+capital-greek-kappa+: Public constants
+capital-greek-lambda+: Public constants
+capital-greek-mu+: Public constants
+capital-greek-nu+: Public constants
+capital-greek-omega+: Public constants
+capital-greek-omegaaccent+: Public constants
+capital-greek-omicron+: Public constants
+capital-greek-omicronaccent+: Public constants
+capital-greek-phi+: Public constants
+capital-greek-pi+: Public constants
+capital-greek-psi+: Public constants
+capital-greek-rho+: Public constants
+capital-greek-sigma+: Public constants
+capital-greek-tau+: Public constants
+capital-greek-theta+: Public constants
+capital-greek-upsilon+: Public constants
+capital-greek-upsilonaccent+: Public constants
+capital-greek-upsilonaccentdieresis+: Public constants
+capital-greek-upsilondieresis+: Public constants
+capital-greek-xi+: Public constants
+capital-greek-zeta+: Public constants
+capital-hcircumflex+: Public constants
+capital-hstroke+: Public constants
+capital-iabovedot+: Public constants
+capital-iacute+: Public constants
+capital-icircumflex+: Public constants
+capital-idiaeresis+: Public constants
+capital-igrave+: Public constants
+capital-imacron+: Public constants
+capital-iogonek+: Public constants
+capital-itilde+: Public constants
+capital-jcircumflex+: Public constants
+capital-kana-a+: Public constants
+capital-kana-e+: Public constants
+capital-kana-ha+: Public constants
+capital-kana-he+: Public constants
+capital-kana-hi+: Public constants
+capital-kana-ho+: Public constants
+capital-kana-hu+: Public constants
+capital-kana-i+: Public constants
+capital-kana-ka+: Public constants
+capital-kana-ke+: Public constants
+capital-kana-ki+: Public constants
+capital-kana-ko+: Public constants
+capital-kana-ku+: Public constants
+capital-kana-ma+: Public constants
+capital-kana-me+: Public constants
+capital-kana-mi+: Public constants
+capital-kana-mo+: Public constants
+capital-kana-mu+: Public constants
+capital-kana-n+: Public constants
+capital-kana-na+: Public constants
+capital-kana-ne+: Public constants
+capital-kana-ni+: Public constants
+capital-kana-no+: Public constants
+capital-kana-nu+: Public constants
+capital-kana-o+: Public constants
+capital-kana-ra+: Public constants
+capital-kana-re+: Public constants
+capital-kana-ri+: Public constants
+capital-kana-ro+: Public constants
+capital-kana-ru+: Public constants
+capital-kana-sa+: Public constants
+capital-kana-se+: Public constants
+capital-kana-shi+: Public constants
+capital-kana-so+: Public constants
+capital-kana-su+: Public constants
+capital-kana-ta+: Public constants
+capital-kana-te+: Public constants
+capital-kana-ti+: Public constants
+capital-kana-to+: Public constants
+capital-kana-tu+: Public constants
+capital-kana-u+: Public constants
+capital-kana-wa+: Public constants
+capital-kana-ya+: Public constants
+capital-kana-yo+: Public constants
+capital-kana-yu+: Public constants
+capital-kcedilla+: Public constants
+capital-lcaron+: Public constants
+capital-lcedilla+: Public constants
+capital-lstroke+: Public constants
+capital-macedonia-dse+: Public constants
+capital-macedonia-gje+: Public constants
+capital-macedonia-kje+: Public constants
+capital-nacute+: Public constants
+capital-ncaron+: Public constants
+capital-ncedilla+: Public constants
+capital-ntilde+: Public constants
+capital-oacute+: Public constants
+capital-ocircumflex+: Public constants
+capital-odiaeresis+: Public constants
+capital-odoubleacute+: Public constants
+capital-ograve+: Public constants
+capital-omacron+: Public constants
+capital-otilde+: Public constants
+capital-racute+: Public constants
+capital-rcaron+: Public constants
+capital-rcedilla+: Public constants
+capital-sacute+: Public constants
+capital-scaron+: Public constants
+capital-scedilla+: Public constants
+capital-scircumflex+: Public constants
+capital-serbian-dje+: Public constants
+capital-serbian-dze+: Public constants
+capital-serbian-je+: Public constants
+capital-serbian-lje+: Public constants
+capital-serbian-nje+: Public constants
+capital-serbian-tshe+: Public constants
+capital-tcaron+: Public constants
+capital-tcedilla+: Public constants
+capital-thorn+: Public constants
+capital-tslash+: Public constants
+capital-uacute+: Public constants
+capital-ubreve+: Public constants
+capital-ucircumflex+: Public constants
+capital-udiaeresis+: Public constants
+capital-udoubleacute+: Public constants
+capital-ugrave+: Public constants
+capital-ukranian-i+: Public constants
+capital-ukranian-je+: Public constants
+capital-ukranian-yi+: Public constants
+capital-umacron+: Public constants
+capital-uogonek+: Public constants
+capital-uring+: Public constants
+capital-utilde+: Public constants
+capital-yacute+: Public constants
+capital-zabovedot+: Public constants
+capital-zacute+: Public constants
+capital-zcaron+: Public constants
+caps-lock+: Public constants
+careof+: Public constants
+caret+: Public constants
+caron+: Public constants
+ccaron+: Public constants
+ccedilla+: Public constants
+ccircumflex+: Public constants
+cedilla+: Public constants
+cent+: Public constants
+checkerboard+: Public constants
+checkmark+: Public constants
+circle+: Public constants
+circulate+: Public constants
+circulaterequest+: Public constants
+clear+: Public constants
+closing-loop-event+: Private constants
+closing-loop-input+: Private constants
+club+: Public constants
+colon+: Public constants
+colormap+: Public constants
+comma+: Public constants
+command+: Public constants
+comp-xyplot-background+: Public constants
+comp-xyplot-bottomaxis+: Public constants
+comp-xyplot-leftaxis+: Public constants
+comp-xyplot-legend+: Public constants
+comp-xyplot-margin+: Public constants
+comp-xyplot-mask+: Public constants
+comp-xyplot-rightaxis+: Public constants
+comp-xyplot-subtitle+: Public constants
+comp-xyplot-text+: Public constants
+comp-xyplot-title+: Public constants
+configure+: Public constants
+configurerequest+: Public constants
+control+: Public constants
+control-l+: Public constants
+control-r+: Public constants
+control-widget-library-name+: Private constants
+copyright+: Public constants
+cr+: Public constants
+create+: Public constants
+crossinglines+: Public constants
+currency+: Public constants
+cursor+: Public constants
+cyrillic-a+: Public constants
+cyrillic-be+: Public constants
+cyrillic-che+: Public constants
+cyrillic-de+: Public constants
+cyrillic-e+: Public constants
+cyrillic-ef+: Public constants
+cyrillic-el+: Public constants
+cyrillic-em+: Public constants
+cyrillic-en+: Public constants
+cyrillic-er+: Public constants
+cyrillic-es+: Public constants
+cyrillic-ghe+: Public constants
+cyrillic-ha+: Public constants
+cyrillic-hardsign+: Public constants
+cyrillic-i+: Public constants
+cyrillic-ie+: Public constants
+cyrillic-io+: Public constants
+cyrillic-ka+: Public constants
+cyrillic-o+: Public constants
+cyrillic-pe+: Public constants
+cyrillic-sha+: Public constants
+cyrillic-shcha+: Public constants
+cyrillic-shorti+: Public constants
+cyrillic-softsign+: Public constants
+cyrillic-te+: Public constants
+cyrillic-tse+: Public constants
+cyrillic-u+: Public constants
+cyrillic-ve+: Public constants
+cyrillic-ya+: Public constants
+cyrillic-yeru+: Public constants
+cyrillic-yu+: Public constants
+cyrillic-ze+: Public constants
+cyrillic-zhe+: Public constants
+dagger+: Public constants
+date-today-dom-wrapper+: Private constants
+dcaron+: Public constants
+deactivate+: Public constants
+decimalpoint+: Public constants
+decode-table+: Private constants
+degree+: Public constants
+delete+: Public constants
+destroy+: Public constants
+diaeresis+: Public constants
+diamond+: Public constants
+digitspace+: Public constants
+division+: Public constants
+dollar+: Public constants
+doubbaselinedot+: Public constants
+double+: Public constants
+doubleacute+: Public constants
+doubledagger+: Public constants
+doublelowquotemark+: Public constants
+down+: Public constants
+downarrow+: Public constants
+downcaret+: Public constants
+downshoe+: Public constants
+downstile+: Public constants
+downtack+: Public constants
+eabovedot+: Public constants
+eacute+: Public constants
+ecaron+: Public constants
+ecircumflex+: Public constants
+ediaeresis+: Public constants
+egrave+: Public constants
+ellipsis+: Public constants
+em3space+: Public constants
+em4space+: Public constants
+emacron+: Public constants
+emdash+: Public constants
+emfilledcircle+: Public constants
+emfilledrect+: Public constants
+emopencircle+: Public constants
+emopenrectangle+: Public constants
+emspace+: Public constants
+encode-table+: Private constants
+end+: Public constants
+endash+: Public constants
+enfilledcircbullet+: Public constants
+enfilledsqbullet+: Public constants
+eng+: Public constants
+enopencircbullet+: Public constants
+enopensquarebullet+: Public constants
+enspace+: Public constants
+enter+: Public constants
+eogonek+: Public constants
+equal+: Public constants
+escape+: Public constants
+eth+: Public constants
+event-parsing-error-template+: Private constants
+exclam+: Public constants
+exclamdown+: Public constants
+execute+: Public constants
+expose+: Public constants
+extended+: Public constants
+f1+: Public constants
+f10+: Public constants
+f2+: Public constants
+f3+: Public constants
+f33+: Public constants
+f4+: Public constants
+f5+: Public constants
+f6+: Public constants
+f7+: Public constants
+f8+: Public constants
+f9+: Public constants
+femalesymbol+: Public constants
+ff+: Public constants
+field-separator+: Private constants
+figdash+: Public constants
+file-matrix-buff-size+: Private constants
+file-matrix-element-type+: Private constants
+filledlefttribullet+: Public constants
+filledrectbullet+: Public constants
+filledrighttribullet+: Public constants
+filledtribulletdown+: Public constants
+filledtribulletup+: Public constants
+find+: Public constants
+first-non-printable-keysym+: Private constants
+fiveeighths+: Public constants
+fivesixths+: Public constants
+focusin+: Public constants
+focusout+: Public constants
+fourfifths+: Public constants
+function+: Public constants
+gabovedot+: Public constants
+gacute+: Public constants
+gbreve+: Public constants
+gcircumflex+: Public constants
+gif87-magic-number+: Private constants
+gif89-magic-number+: Private constants
+gravity+: Public constants
+greater+: Public constants
+greaterthanequal+: Public constants
+greek-alpha+: Public constants
+greek-alphaaccent+: Public constants
+greek-beta+: Public constants
+greek-chi+: Public constants
+greek-delta+: Public constants
+greek-epsilon+: Public constants
+greek-epsilonaccent+: Public constants
+greek-eta+: Public constants
+greek-etaaccent+: Public constants
+greek-finalsmallsigma+: Public constants
+greek-gamma+: Public constants
+greek-iota+: Public constants
+greek-iotaaccent+: Public constants
+greek-iotaaccentdieresis+: Public constants
+greek-iotadieresis+: Public constants
+greek-kappa+: Public constants
+greek-lambda+: Public constants
+greek-mu+: Public constants
+greek-nu+: Public constants
+greek-omega+: Public constants
+greek-omegaaccent+: Public constants
+greek-omicron+: Public constants
+greek-omicronaccent+: Public constants
+greek-phi+: Public constants
+greek-pi+: Public constants
+greek-psi+: Public constants
+greek-rho+: Public constants
+greek-sigma+: Public constants
+greek-tau+: Public constants
+greek-theta+: Public constants
+greek-upsilon+: Public constants
+greek-upsilonaccent+: Public constants
+greek-upsilonaccentdieresis+: Public constants
+greek-upsilondieresis+: Public constants
+greek-xi+: Public constants
+greek-zeta+: Public constants
+green-channel+: Private constants
+guillemotleft+: Public constants
+guillemotright+: Public constants
+hairspace+: Public constants
+hcircumflex+: Public constants
+heart+: Public constants
+hebrew-aleph+: Public constants
+hebrew-ayin+: Public constants
+hebrew-beth+: Public constants
+hebrew-daleth+: Public constants
+hebrew-finalkaph+: Public constants
+hebrew-finalmem+: Public constants
+hebrew-finalnun+: Public constants
+hebrew-finalpe+: Public constants
+hebrew-finalzadi+: Public constants
+hebrew-gimmel+: Public constants
+hebrew-he+: Public constants
+hebrew-het+: Public constants
+hebrew-kaph+: Public constants
+hebrew-kuf+: Public constants
+hebrew-lamed+: Public constants
+hebrew-mem+: Public constants
+hebrew-nun+: Public constants
+hebrew-pe+: Public constants
+hebrew-resh+: Public constants
+hebrew-samekh+: Public constants
+hebrew-shin+: Public constants
+hebrew-switch+: Public constants
+hebrew-taf+: Public constants
+hebrew-teth+: Public constants
+hebrew-waw+: Public constants
+hebrew-yod+: Public constants
+hebrew-zadi+: Public constants
+hebrew-zayin+: Public constants
+help+: Public constants
+hexagram+: Public constants
+home+: Public constants
+horizconnector+: Public constants
+horizlinescan1+: Public constants
+horizlinescan3+: Public constants
+horizlinescan5+: Public constants
+horizlinescan7+: Public constants
+horizlinescan9+: Public constants
+hstroke+: Public constants
+ht+: Public constants
+hyper-l+: Public constants
+hyper-r+: Public constants
+hyphen+: Public constants
+iacute+: Public constants
+icircumflex+: Public constants
+identical+: Public constants
+idiaeresis+: Public constants
+idotless+: Public constants
+ifonlyif+: Public constants
+igrave+: Public constants
+imacron+: Public constants
+implies+: Public constants
+includedin+: Public constants
+includes+: Public constants
+infinity+: Public constants
+insert+: Public constants
+integral+: Public constants
+intersection+: Public constants
+iogonek+: Public constants
+itilde+: Public constants
+jcircumflex+: Public constants
+jot+: Public constants
+jpeg-magic-number+: Private constants
+jpeg-stream-element-type+: Private constants
+kana-a+: Public constants
+kana-closingbracket+: Public constants
+kana-comma+: Public constants
+kana-e+: Public constants
+kana-fullstop+: Public constants
+kana-i+: Public constants
+kana-middledot+: Public constants
+kana-o+: Public constants
+kana-openingbracket+: Public constants
+kana-tu+: Public constants
+kana-u+: Public constants
+kana-wo+: Public constants
+kana-ya+: Public constants
+kana-yo+: Public constants
+kana-yu+: Public constants
+kanji+: Public constants
+kappa+: Public constants
+kcedilla+: Public constants
+key+: Public constants
+keypress+: Public constants
+keyrelease+: Public constants
+kp-0+: Public constants
+kp-1+: Public constants
+kp-2+: Public constants
+kp-3+: Public constants
+kp-4+: Public constants
+kp-5+: Public constants
+kp-6+: Public constants
+kp-7+: Public constants
+kp-8+: Public constants
+kp-9+: Public constants
+kp-add+: Public constants
+kp-decimal+: Public constants
+kp-divide+: Public constants
+kp-enter+: Public constants
+kp-equal+: Public constants
+kp-f1+: Public constants
+kp-f2+: Public constants
+kp-f3+: Public constants
+kp-f4+: Public constants
+kp-multiply+: Public constants
+kp-separator+: Public constants
+kp-space+: Public constants
+kp-subtract+: Public constants
+kp-tab+: Public constants
+l1+: Public constants
+l10+: Public constants
+l2+: Public constants
+l3+: Public constants
+l4+: Public constants
+l5+: Public constants
+l6+: Public constants
+l7+: Public constants
+l8+: Public constants
+l9+: Public constants
+latincross+: Public constants
+lcaron+: Public constants
+lcedilla+: Public constants
+leave+: Public constants
+left+: Public constants
+left-delimiter+: Private constants
+leftanglebracket+: Public constants
+leftarrow+: Public constants
+leftcaret+: Public constants
+leftdoublequotemark+: Public constants
+leftmiddlecurlybrace+: Public constants
+leftopentriangle+: Public constants
+leftpointer+: Public constants
+leftradical+: Public constants
+leftshoe+: Public constants
+leftsinglequotemark+: Public constants
+leftt+: Public constants
+lefttack+: Public constants
+legal-select-mode-values+: Private constants
+less+: Public constants
+lessthanequal+: Public constants
+lf+: Public constants
+linefeed+: Public constants
+lock+: Public constants
+logicaland+: Public constants
+logicalor+: Public constants
+lowleftcorner+: Public constants
+lowrightcorner+: Public constants
+lstroke+: Public constants
+m+: Public constants
+m1+: Public constants
+m2+: Public constants
+m3+: Public constants
+m4+: Public constants
+m5+: Public constants
+macedonia-dse+: Public constants
+macedonia-gje+: Public constants
+macedonia-kje+: Public constants
+macron+: Public constants
+malesymbol+: Public constants
+maltesecross+: Public constants
+map+: Public constants
+maprequest+: Public constants
+marker+: Public constants
+masculine+: Public constants
+menu+: Public constants
+meta+: Public constants
+meta-l+: Public constants
+meta-r+: Public constants
+minus+: Public constants
+minutes+: Public constants
+mod1+: Public constants
+mod2+: Public constants
+mod3+: Public constants
+mod4+: Public constants
+mod5+: Public constants
+motion+: Public constants
+mousewheel+: Public constants
+mu+: Public constants
+multi-key+: Public constants
+multiply+: Public constants
+musicalflat+: Public constants
+musicalsharp+: Public constants
+nabla+: Public constants
+nacute+: Public constants
+ncaron+: Public constants
+ncedilla+: Public constants
+next+: Public constants
+nl+: Public constants
+no-event-value+: Private constants
+nobreakspace+: Public constants
+nodgui-version+: Public constants
+notequal+: Public constants
+notify-library-name+: Private constants
+notsign+: Public constants
+ntilde+: Public constants
+num-lock+: Public constants
+numbersign+: Public constants
+numerosign+: Public constants
+oacute+: Public constants
+ocircumflex+: Public constants
+odiaeresis+: Public constants
+odoubleacute+: Public constants
+ogonek+: Public constants
+ograve+: Public constants
+omacron+: Public constants
+oneeighth+: Public constants
+onefifth+: Public constants
+onehalf+: Public constants
+onequarter+: Public constants
+onesixth+: Public constants
+onesuperior+: Public constants
+onethird+: Public constants
+ooblique+: Public constants
+openrectbullet+: Public constants
+openstar+: Public constants
+opentribulletdown+: Public constants
+opentribulletup+: Public constants
+option+: Public constants
+ordfeminine+: Public constants
+oslash+: Public constants
+otilde+: Public constants
+overbar+: Public constants
+overline+: Public constants
+padding-char+: Private constants
+paragraph+: Public constants
+parenleft+: Public constants
+parenright+: Public constants
+partialderivative+: Public constants
+pause+: Public constants
+percent+: Public constants
+period+: Public constants
+periodcentered+: Public constants
+phonographcopyright+: Public constants
+plotchart-data-tag+: Public constants
+plotchart-library-name+: Private constants
+plus+: Public constants
+plusminus+: Public constants
+png-magic-number+: Private constants
+prescription+: Public constants
+print+: Public constants
+prior+: Public constants
+prolongedsound+: Public constants
+property+: Public constants
+pseudo-series-item-suffix+: Private constants
+punctspace+: Public constants
+quad+: Public constants
+quadruple+: Public constants
+question+: Public constants
+questiondown+: Public constants
+quotedbl+: Public constants
+quoteleft+: Public constants
+quoteright+: Public constants
+r1+: Public constants
+r10+: Public constants
+r11+: Public constants
+r12+: Public constants
+r14+: Public constants
+r15+: Public constants
+r2+: Public constants
+r3+: Public constants
+r4+: Public constants
+r5+: Public constants
+r6+: Public constants
+r7+: Public constants
+r8+: Public constants
+r9+: Public constants
+racute+: Private constants
+radical+: Public constants
+rcaron+: Public constants
+rcedilla+: Public constants
+red-channel+: Private constants
+red-corner+: Private constants
+redo+: Public constants
+reference-text-width-char+: Private constants
+registered+: Public constants
+reparent+: Public constants
+resizerequest+: Public constants
+return+: Public constants
+right+: Public constants
+right-delimiter+: Private constants
+rightanglebracket+: Public constants
+rightarrow+: Public constants
+rightcaret+: Public constants
+rightdoublequotemark+: Public constants
+rightmiddlecurlybrace+: Public constants
+rightmiddlesummation+: Public constants
+rightopentriangle+: Public constants
+rightpointer+: Public constants
+rightshoe+: Public constants
+rightsinglequotemark+: Public constants
+rightt+: Public constants
+righttack+: Public constants
+sacute+: Public constants
+scaron+: Public constants
+scedilla+: Public constants
+scircumflex+: Public constants
+scroll-lock+: Public constants
+seconds+: Public constants
+section+: Public constants
+select+: Public constants
+selection-mode-allow-double-click+: Private constants
+semicolon+: Public constants
+semivoicedsound+: Public constants
+serbian-dje+: Public constants
+serbian-dze+: Public constants
+serbian-je+: Public constants
+serbian-lje+: Public constants
+serbian-nje+: Public constants
+serbian-tshe+: Public constants
+seveneighths+: Public constants
+shift+: Public constants
+shift-l+: Public constants
+shift-lock+: Public constants
+shift-r+: Public constants
+signaturemark+: Public constants
+signifblank+: Public constants
+similarequal+: Public constants
+singlelowquotemark+: Public constants
+slash+: Public constants
+soliddiamond+: Public constants
+space+: Public constants
+ssharp+: Public constants
+standard-cursor+: Public constants
+star-bbox-fix-scale+: Private constants
+sterling+: Public constants
+super-l+: Public constants
+super-r+: Public constants
+swaplist-library-name+: Private constants
+sys-req+: Public constants
+tab+: Public constants
+tag-all-items+: Public constants
+targa-img-colormap-spec-offset+: Private constants
+targa-img-colormap-spec-size+: Private constants
+targa-img-header-size+: Private constants
+targa-img-id-len-offset+: Private constants
+targa-img-id-len-size+: Private constants
+targa-img-id-offset+: Private constants
+targa-img-rgba+: Private constants
+targa-img-rgba-rle+: Private constants
+targa-img-scanline-bottomleft+: Private constants
+targa-img-scanline-topleft+: Private constants
+targa-img-signature+: Private constants
+targa-img-spec-offset+: Private constants
+targa-img-spec-size+: Private constants
+targa-img-type-offset+: Private constants
+targa-img-type-size+: Private constants
+targa-stream-element-type+: Private constants
+tcaron+: Public constants
+tcedilla+: Public constants
+tcl-init-code+: Private constants
+tcl-send-data-code+: Private constants
+telephone+: Public constants
+telephonerecorder+: Public constants
+text-tag-prefix-search-results+: Public constants
+therefore+: Public constants
+thinspace+: Public constants
+thorn+: Public constants
+threeeighths+: Public constants
+threefifths+: Public constants
+threequarters+: Public constants
+threesuperior+: Public constants
+tk-caption-font+: Public constants
+tk-default-font+: Public constants
+tk-fixed-font+: Public constants
+tk-heading-font+: Public constants
+tk-icon-font+: Public constants
+tk-menu-font+: Public constants
+tk-small-caption-font+: Public constants
+tk-text-font+: Public constants
+tk-tooltip-font+: Public constants
+to-lisp-mode+: Private constants
+to-tcl-group+: Private constants
+to-tcl-if-mode+: Private constants
+tooltip-position-offset+: Private constants
+topintegral+: Public constants
+topleftparens+: Public constants
+topleftradical+: Public constants
+topleftsqbracket+: Public constants
+topleftsummation+: Public constants
+toprightparens+: Public constants
+toprightsqbracket+: Public constants
+toprightsummation+: Public constants
+topt+: Public constants
+topvertsummationconnector+: Public constants
+trademark+: Public constants
+trademarkincircle+: Public constants
+treeview-first-column-id+: Public constants
+treeview-last-index+: Public constants
+treeview-root+: Public constants
+triple+: Public constants
+tslash+: Public constants
+twofifths+: Public constants
+twosuperior+: Public constants
+twothirds+: Public constants
+uacute+: Public constants
+ubreve+: Public constants
+ubvec4-zero+: Public constants
+ucircumflex+: Public constants
+udiaeresis+: Public constants
+udoubleacute+: Public constants
+ugrave+: Public constants
+ukranian-i+: Public constants
+ukranian-je+: Public constants
+ukranian-yi+: Public constants
+umacron+: Public constants
+underbar+: Public constants
+underscore+: Public constants
+undo+: Public constants
+union+: Public constants
+unmap+: Public constants
+uogonek+: Public constants
+up+: Public constants
+uparrow+: Public constants
+upcaret+: Public constants
+upleftcorner+: Public constants
+uprightcorner+: Public constants
+upshoe+: Public constants
+upstile+: Public constants
+uptack+: Public constants
+uring+: Public constants
+utilde+: Public constants
+valid-tcl-truth-values+: Private constants
+variation+: Public constants
+vec2-zero+: Public constants
+vertbar+: Public constants
+vertconnector+: Public constants
+visibility+: Public constants
+voicedsound+: Public constants
+vt+: Public constants
+win-l+: Public constants
+win-r+: Public constants
+wish-init-code-raw+: Private constants
+wish-to-lisp-callback-reply+: Public constants
+wish-to-lisp-data-reply+: Public constants
+wish-to-lisp-error-reply+: Public constants
+wish-to-lisp-event-reply+: Public constants
+wish-to-lisp-keepalive-reply+: Public constants
+wm-type-combo+: Public constants
+wm-type-desktop+: Public constants
+wm-type-dialog+: Public constants
+wm-type-dnd+: Public constants
+wm-type-dock+: Public constants
+wm-type-dropdown_menu+: Public constants
+wm-type-menu+: Public constants
+wm-type-normal+: Public constants
+wm-type-notification+: Public constants
+wm-type-popup_menu+: Public constants
+wm-type-splash+: Public constants
+wm-type-toolbar+: Public constants
+wm-type-tooltip+: Public constants
+wm-type-utility+: Public constants
+xf86audiolowervolume+: Public constants
+xf86audiomute+: Public constants
+xf86audionext+: Public constants
+xf86audioplay+: Public constants
+xf86audioprev+: Public constants
+xf86audioraisevolume+: Public constants
+xf86audiostop+: Public constants
+yacute+: Public constants
+ydiaeresis+: Public constants
+yen+: Public constants
+zabovedot+: Public constants
+zacute+: Public constants
+zcaron+: Public constants

A
a: Private classes
accept-garbage-for-next-event: Private structures
action: Public classes
after-counter: Private structures
after-ids: Private structures
all-days-buttons: Public classes
all-series: Private classes
alpha: Public structures
applied: Public classes
as-string-p: Private structures
attached-entry: Private classes
autocomplete-entry-widget: Public classes
autocomplete-function: Public classes
autocomplete-function-hook: Public classes

B
b: Private classes
b: Private classes
b1: Private classes
b2: Private classes
backtrace: Public classes
bbox-fix: Public classes
bind-event: Private classes
bits: Public classes
block-size: Private classes
break-mainloop: Private structures
break-mainloop-lock: Private structures
bu: Private classes

C
c: Private classes
call-with-condition-handlers-function: Private structures
callback: Private classes
callbacks: Private structures
candidates-widget: Public classes
canvas: Public classes
canvas: Public classes
canvas: Public classes
char: Public structures
char-code: Public structures
close-condition: Private structures
color: Public classes
column-values: Public classes
command: Public classes
command: Public classes
compare-history-candidate-predicate: Public classes
condition: Private classes
condition-variable: Public classes
condvar: Private structures
Constant, +2pi+: Public constants
Constant, +aacute+: Public constants
Constant, +abovedot+: Public constants
Constant, +abreve+: Public constants
Constant, +acircumflex+: Public constants
Constant, +activate+: Public constants
Constant, +acute+: Public constants
Constant, +adiaeresis+: Public constants
Constant, +ae+: Public constants
Constant, +agrave+: Public constants
Constant, +alpha-channel+: Private constants
Constant, +alt+: Public constants
Constant, +alt-l+: Public constants
Constant, +alt-r+: Public constants
Constant, +amacron+: Public constants
Constant, +ampersand+: Public constants
Constant, +aogonek+: Public constants
Constant, +app+: Public constants
Constant, +approximate+: Public constants
Constant, +arabic-ain+: Public constants
Constant, +arabic-alef+: Public constants
Constant, +arabic-alefmaksura+: Public constants
Constant, +arabic-beh+: Public constants
Constant, +arabic-comma+: Public constants
Constant, +arabic-dad+: Public constants
Constant, +arabic-dal+: Public constants
Constant, +arabic-damma+: Public constants
Constant, +arabic-dammatan+: Public constants
Constant, +arabic-fatha+: Public constants
Constant, +arabic-fathatan+: Public constants
Constant, +arabic-feh+: Public constants
Constant, +arabic-ghain+: Public constants
Constant, +arabic-hah+: Public constants
Constant, +arabic-hamza+: Public constants
Constant, +arabic-hamzaonalef+: Public constants
Constant, +arabic-hamzaonwaw+: Public constants
Constant, +arabic-hamzaonyeh+: Public constants
Constant, +arabic-hamzaunderalef+: Public constants
Constant, +arabic-heh+: Public constants
Constant, +arabic-jeem+: Public constants
Constant, +arabic-kaf+: Public constants
Constant, +arabic-kasra+: Public constants
Constant, +arabic-kasratan+: Public constants
Constant, +arabic-khah+: Public constants
Constant, +arabic-lam+: Public constants
Constant, +arabic-maddaonalef+: Public constants
Constant, +arabic-meem+: Public constants
Constant, +arabic-noon+: Public constants
Constant, +arabic-qaf+: Public constants
Constant, +arabic-question-mark+: Public constants
Constant, +arabic-ra+: Public constants
Constant, +arabic-sad+: Public constants
Constant, +arabic-seen+: Public constants
Constant, +arabic-semicolon+: Public constants
Constant, +arabic-shadda+: Public constants
Constant, +arabic-sheen+: Public constants
Constant, +arabic-sukun+: Public constants
Constant, +arabic-tah+: Public constants
Constant, +arabic-tatweel+: Public constants
Constant, +arabic-teh+: Public constants
Constant, +arabic-tehmarbuta+: Public constants
Constant, +arabic-thal+: Public constants
Constant, +arabic-theh+: Public constants
Constant, +arabic-waw+: Public constants
Constant, +arabic-yeh+: Public constants
Constant, +arabic-zah+: Public constants
Constant, +arabic-zain+: Public constants
Constant, +arg-toplevel-name+: Private constants
Constant, +aring+: Public constants
Constant, +asciicircum+: Public constants
Constant, +asciitilde+: Public constants
Constant, +asterisk+: Public constants
Constant, +at+: Public constants
Constant, +atilde+: Public constants
Constant, +b1+: Public constants
Constant, +b2+: Public constants
Constant, +b3+: Public constants
Constant, +b4+: Public constants
Constant, +b5+: Public constants
Constant, +backslash+: Public constants
Constant, +backspace+: Public constants
Constant, +ballotcross+: Public constants
Constant, +bar+: Public constants
Constant, +base52-encode-table+: Private constants
Constant, +begin+: Public constants
Constant, +bell-icon+: Private constants
Constant, +bell-icon+: Private constants
Constant, +blank+: Public constants
Constant, +blue-channel+: Private constants
Constant, +blue-corner+: Private constants
Constant, +botintegral+: Public constants
Constant, +botleftparens+: Public constants
Constant, +botleftsqbracket+: Public constants
Constant, +botleftsummation+: Public constants
Constant, +botrightparens+: Public constants
Constant, +botrightsqbracket+: Public constants
Constant, +botrightsummation+: Public constants
Constant, +bott+: Public constants
Constant, +botvertsummationconnector+: Public constants
Constant, +braceleft+: Public constants
Constant, +braceright+: Public constants
Constant, +bracketleft+: Public constants
Constant, +bracketright+: Public constants
Constant, +break+: Public constants
Constant, +breve+: Public constants
Constant, +brokenbar+: Public constants
Constant, +button+: Public constants
Constant, +button1+: Public constants
Constant, +button2+: Public constants
Constant, +button3+: Public constants
Constant, +button4+: Public constants
Constant, +button5+: Public constants
Constant, +buttonpress+: Public constants
Constant, +buttonrelease+: Public constants
Constant, +byelorussian-shortu+: Public constants
Constant, +cabovedot+: Public constants
Constant, +cacute+: Public constants
Constant, +calendar-date-format-d/m/y+: Private constants
Constant, +calendar-date-format-m/d/y+: Private constants
Constant, +calendar-library-name+: Private constants
Constant, +calendar-supported-language+: Private constants
Constant, +cancel+: Public constants
Constant, +capital-aacute+: Public constants
Constant, +capital-abreve+: Public constants
Constant, +capital-acircumflex+: Public constants
Constant, +capital-adiaeresis+: Public constants
Constant, +capital-ae+: Public constants
Constant, +capital-agrave+: Public constants
Constant, +capital-amacron+: Public constants
Constant, +capital-aogonek+: Public constants
Constant, +capital-aring+: Public constants
Constant, +capital-atilde+: Public constants
Constant, +capital-byelorussian-shortu+: Public constants
Constant, +capital-cabovedot+: Public constants
Constant, +capital-cacute+: Public constants
Constant, +capital-ccaron+: Public constants
Constant, +capital-ccedilla+: Public constants
Constant, +capital-ccircumflex+: Public constants
Constant, +capital-cyrillic-a+: Public constants
Constant, +capital-cyrillic-be+: Public constants
Constant, +capital-cyrillic-che+: Public constants
Constant, +capital-cyrillic-de+: Public constants
Constant, +capital-cyrillic-e+: Public constants
Constant, +capital-cyrillic-ef+: Public constants
Constant, +capital-cyrillic-el+: Public constants
Constant, +capital-cyrillic-em+: Public constants
Constant, +capital-cyrillic-en+: Public constants
Constant, +capital-cyrillic-er+: Public constants
Constant, +capital-cyrillic-es+: Public constants
Constant, +capital-cyrillic-ghe+: Public constants
Constant, +capital-cyrillic-ha+: Public constants
Constant, +capital-cyrillic-hardsign+: Public constants
Constant, +capital-cyrillic-i+: Public constants
Constant, +capital-cyrillic-ie+: Public constants
Constant, +capital-cyrillic-io+: Public constants
Constant, +capital-cyrillic-ka+: Public constants
Constant, +capital-cyrillic-o+: Public constants
Constant, +capital-cyrillic-pe+: Public constants
Constant, +capital-cyrillic-sha+: Public constants
Constant, +capital-cyrillic-shcha+: Public constants
Constant, +capital-cyrillic-shorti+: Public constants
Constant, +capital-cyrillic-softsign+: Public constants
Constant, +capital-cyrillic-te+: Public constants
Constant, +capital-cyrillic-tse+: Public constants
Constant, +capital-cyrillic-u+: Public constants
Constant, +capital-cyrillic-ve+: Public constants
Constant, +capital-cyrillic-ya+: Public constants
Constant, +capital-cyrillic-yeru+: Public constants
Constant, +capital-cyrillic-yu+: Public constants
Constant, +capital-cyrillic-ze+: Public constants
Constant, +capital-cyrillic-zhe+: Public constants
Constant, +capital-dcaron+: Public constants
Constant, +capital-eabovedot+: Public constants
Constant, +capital-eacute+: Public constants
Constant, +capital-ecaron+: Public constants
Constant, +capital-ecircumflex+: Public constants
Constant, +capital-ediaeresis+: Public constants
Constant, +capital-egrave+: Public constants
Constant, +capital-emacron+: Public constants
Constant, +capital-eng+: Public constants
Constant, +capital-eogonek+: Public constants
Constant, +capital-eth+: Public constants
Constant, +capital-gabovedot+: Public constants
Constant, +capital-gbreve+: Public constants
Constant, +capital-gcedilla+: Public constants
Constant, +capital-gcircumflex+: Public constants
Constant, +capital-greek-alpha+: Public constants
Constant, +capital-greek-alphaaccent+: Public constants
Constant, +capital-greek-beta+: Public constants
Constant, +capital-greek-chi+: Public constants
Constant, +capital-greek-delta+: Public constants
Constant, +capital-greek-epsilon+: Public constants
Constant, +capital-greek-epsilonaccent+: Public constants
Constant, +capital-greek-eta+: Public constants
Constant, +capital-greek-etaaccent+: Public constants
Constant, +capital-greek-gamma+: Public constants
Constant, +capital-greek-iota+: Public constants
Constant, +capital-greek-iotaaccent+: Public constants
Constant, +capital-greek-iotaaccentdiaeresis+: Public constants
Constant, +capital-greek-iotadiaeresis+: Public constants
Constant, +capital-greek-kappa+: Public constants
Constant, +capital-greek-lambda+: Public constants
Constant, +capital-greek-mu+: Public constants
Constant, +capital-greek-nu+: Public constants
Constant, +capital-greek-omega+: Public constants
Constant, +capital-greek-omegaaccent+: Public constants
Constant, +capital-greek-omicron+: Public constants
Constant, +capital-greek-omicronaccent+: Public constants
Constant, +capital-greek-phi+: Public constants
Constant, +capital-greek-pi+: Public constants
Constant, +capital-greek-psi+: Public constants
Constant, +capital-greek-rho+: Public constants
Constant, +capital-greek-sigma+: Public constants
Constant, +capital-greek-tau+: Public constants
Constant, +capital-greek-theta+: Public constants
Constant, +capital-greek-upsilon+: Public constants
Constant, +capital-greek-upsilonaccent+: Public constants
Constant, +capital-greek-upsilonaccentdieresis+: Public constants
Constant, +capital-greek-upsilondieresis+: Public constants
Constant, +capital-greek-xi+: Public constants
Constant, +capital-greek-zeta+: Public constants
Constant, +capital-hcircumflex+: Public constants
Constant, +capital-hstroke+: Public constants
Constant, +capital-iabovedot+: Public constants
Constant, +capital-iacute+: Public constants
Constant, +capital-icircumflex+: Public constants
Constant, +capital-idiaeresis+: Public constants
Constant, +capital-igrave+: Public constants
Constant, +capital-imacron+: Public constants
Constant, +capital-iogonek+: Public constants
Constant, +capital-itilde+: Public constants
Constant, +capital-jcircumflex+: Public constants
Constant, +capital-kana-a+: Public constants
Constant, +capital-kana-e+: Public constants
Constant, +capital-kana-ha+: Public constants
Constant, +capital-kana-he+: Public constants
Constant, +capital-kana-hi+: Public constants
Constant, +capital-kana-ho+: Public constants
Constant, +capital-kana-hu+: Public constants
Constant, +capital-kana-i+: Public constants
Constant, +capital-kana-ka+: Public constants
Constant, +capital-kana-ke+: Public constants
Constant, +capital-kana-ki+: Public constants
Constant, +capital-kana-ko+: Public constants
Constant, +capital-kana-ku+: Public constants
Constant, +capital-kana-ma+: Public constants
Constant, +capital-kana-me+: Public constants
Constant, +capital-kana-mi+: Public constants
Constant, +capital-kana-mo+: Public constants
Constant, +capital-kana-mu+: Public constants
Constant, +capital-kana-n+: Public constants
Constant, +capital-kana-na+: Public constants
Constant, +capital-kana-ne+: Public constants
Constant, +capital-kana-ni+: Public constants
Constant, +capital-kana-no+: Public constants
Constant, +capital-kana-nu+: Public constants
Constant, +capital-kana-o+: Public constants
Constant, +capital-kana-ra+: Public constants
Constant, +capital-kana-re+: Public constants
Constant, +capital-kana-ri+: Public constants
Constant, +capital-kana-ro+: Public constants
Constant, +capital-kana-ru+: Public constants
Constant, +capital-kana-sa+: Public constants
Constant, +capital-kana-se+: Public constants
Constant, +capital-kana-shi+: Public constants
Constant, +capital-kana-so+: Public constants
Constant, +capital-kana-su+: Public constants
Constant, +capital-kana-ta+: Public constants
Constant, +capital-kana-te+: Public constants
Constant, +capital-kana-ti+: Public constants
Constant, +capital-kana-to+: Public constants
Constant, +capital-kana-tu+: Public constants
Constant, +capital-kana-u+: Public constants
Constant, +capital-kana-wa+: Public constants
Constant, +capital-kana-ya+: Public constants
Constant, +capital-kana-yo+: Public constants
Constant, +capital-kana-yu+: Public constants
Constant, +capital-kcedilla+: Public constants
Constant, +capital-lcaron+: Public constants
Constant, +capital-lcedilla+: Public constants
Constant, +capital-lstroke+: Public constants
Constant, +capital-macedonia-dse+: Public constants
Constant, +capital-macedonia-gje+: Public constants
Constant, +capital-macedonia-kje+: Public constants
Constant, +capital-nacute+: Public constants
Constant, +capital-ncaron+: Public constants
Constant, +capital-ncedilla+: Public constants
Constant, +capital-ntilde+: Public constants
Constant, +capital-oacute+: Public constants
Constant, +capital-ocircumflex+: Public constants
Constant, +capital-odiaeresis+: Public constants
Constant, +capital-odoubleacute+: Public constants
Constant, +capital-ograve+: Public constants
Constant, +capital-omacron+: Public constants
Constant, +capital-otilde+: Public constants
Constant, +capital-racute+: Public constants
Constant, +capital-rcaron+: Public constants
Constant, +capital-rcedilla+: Public constants
Constant, +capital-sacute+: Public constants
Constant, +capital-scaron+: Public constants
Constant, +capital-scedilla+: Public constants
Constant, +capital-scircumflex+: Public constants
Constant, +capital-serbian-dje+: Public constants
Constant, +capital-serbian-dze+: Public constants
Constant, +capital-serbian-je+: Public constants
Constant, +capital-serbian-lje+: Public constants
Constant, +capital-serbian-nje+: Public constants
Constant, +capital-serbian-tshe+: Public constants
Constant, +capital-tcaron+: Public constants
Constant, +capital-tcedilla+: Public constants
Constant, +capital-thorn+: Public constants
Constant, +capital-tslash+: Public constants
Constant, +capital-uacute+: Public constants
Constant, +capital-ubreve+: Public constants
Constant, +capital-ucircumflex+: Public constants
Constant, +capital-udiaeresis+: Public constants
Constant, +capital-udoubleacute+: Public constants
Constant, +capital-ugrave+: Public constants
Constant, +capital-ukranian-i+: Public constants
Constant, +capital-ukranian-je+: Public constants
Constant, +capital-ukranian-yi+: Public constants
Constant, +capital-umacron+: Public constants
Constant, +capital-uogonek+: Public constants
Constant, +capital-uring+: Public constants
Constant, +capital-utilde+: Public constants
Constant, +capital-yacute+: Public constants
Constant, +capital-zabovedot+: Public constants
Constant, +capital-zacute+: Public constants
Constant, +capital-zcaron+: Public constants
Constant, +caps-lock+: Public constants
Constant, +careof+: Public constants
Constant, +caret+: Public constants
Constant, +caron+: Public constants
Constant, +ccaron+: Public constants
Constant, +ccedilla+: Public constants
Constant, +ccircumflex+: Public constants
Constant, +cedilla+: Public constants
Constant, +cent+: Public constants
Constant, +checkerboard+: Public constants
Constant, +checkmark+: Public constants
Constant, +circle+: Public constants
Constant, +circulate+: Public constants
Constant, +circulaterequest+: Public constants
Constant, +clear+: Public constants
Constant, +closing-loop-event+: Private constants
Constant, +closing-loop-input+: Private constants
Constant, +club+: Public constants
Constant, +colon+: Public constants
Constant, +colormap+: Public constants
Constant, +comma+: Public constants
Constant, +command+: Public constants
Constant, +comp-xyplot-background+: Public constants
Constant, +comp-xyplot-bottomaxis+: Public constants
Constant, +comp-xyplot-leftaxis+: Public constants
Constant, +comp-xyplot-legend+: Public constants
Constant, +comp-xyplot-margin+: Public constants
Constant, +comp-xyplot-mask+: Public constants
Constant, +comp-xyplot-rightaxis+: Public constants
Constant, +comp-xyplot-subtitle+: Public constants
Constant, +comp-xyplot-text+: Public constants
Constant, +comp-xyplot-title+: Public constants
Constant, +configure+: Public constants
Constant, +configurerequest+: Public constants
Constant, +control+: Public constants
Constant, +control-l+: Public constants
Constant, +control-r+: Public constants
Constant, +control-widget-library-name+: Private constants
Constant, +copyright+: Public constants
Constant, +cr+: Public constants
Constant, +create+: Public constants
Constant, +crossinglines+: Public constants
Constant, +currency+: Public constants
Constant, +cursor+: Public constants
Constant, +cyrillic-a+: Public constants
Constant, +cyrillic-be+: Public constants
Constant, +cyrillic-che+: Public constants
Constant, +cyrillic-de+: Public constants
Constant, +cyrillic-e+: Public constants
Constant, +cyrillic-ef+: Public constants
Constant, +cyrillic-el+: Public constants
Constant, +cyrillic-em+: Public constants
Constant, +cyrillic-en+: Public constants
Constant, +cyrillic-er+: Public constants
Constant, +cyrillic-es+: Public constants
Constant, +cyrillic-ghe+: Public constants
Constant, +cyrillic-ha+: Public constants
Constant, +cyrillic-hardsign+: Public constants
Constant, +cyrillic-i+: Public constants
Constant, +cyrillic-ie+: Public constants
Constant, +cyrillic-io+: Public constants
Constant, +cyrillic-ka+: Public constants
Constant, +cyrillic-o+: Public constants
Constant, +cyrillic-pe+: Public constants
Constant, +cyrillic-sha+: Public constants
Constant, +cyrillic-shcha+: Public constants
Constant, +cyrillic-shorti+: Public constants
Constant, +cyrillic-softsign+: Public constants
Constant, +cyrillic-te+: Public constants
Constant, +cyrillic-tse+: Public constants
Constant, +cyrillic-u+: Public constants
Constant, +cyrillic-ve+: Public constants
Constant, +cyrillic-ya+: Public constants
Constant, +cyrillic-yeru+: Public constants
Constant, +cyrillic-yu+: Public constants
Constant, +cyrillic-ze+: Public constants
Constant, +cyrillic-zhe+: Public constants
Constant, +dagger+: Public constants
Constant, +date-today-dom-wrapper+: Private constants
Constant, +dcaron+: Public constants
Constant, +deactivate+: Public constants
Constant, +decimalpoint+: Public constants
Constant, +decode-table+: Private constants
Constant, +degree+: Public constants
Constant, +delete+: Public constants
Constant, +destroy+: Public constants
Constant, +diaeresis+: Public constants
Constant, +diamond+: Public constants
Constant, +digitspace+: Public constants
Constant, +division+: Public constants
Constant, +dollar+: Public constants
Constant, +doubbaselinedot+: Public constants
Constant, +double+: Public constants
Constant, +doubleacute+: Public constants
Constant, +doubledagger+: Public constants
Constant, +doublelowquotemark+: Public constants
Constant, +down+: Public constants
Constant, +downarrow+: Public constants
Constant, +downcaret+: Public constants
Constant, +downshoe+: Public constants
Constant, +downstile+: Public constants
Constant, +downtack+: Public constants
Constant, +eabovedot+: Public constants
Constant, +eacute+: Public constants
Constant, +ecaron+: Public constants
Constant, +ecircumflex+: Public constants
Constant, +ediaeresis+: Public constants
Constant, +egrave+: Public constants
Constant, +ellipsis+: Public constants
Constant, +em3space+: Public constants
Constant, +em4space+: Public constants
Constant, +emacron+: Public constants
Constant, +emdash+: Public constants
Constant, +emfilledcircle+: Public constants
Constant, +emfilledrect+: Public constants
Constant, +emopencircle+: Public constants
Constant, +emopenrectangle+: Public constants
Constant, +emspace+: Public constants
Constant, +encode-table+: Private constants
Constant, +end+: Public constants
Constant, +endash+: Public constants
Constant, +enfilledcircbullet+: Public constants
Constant, +enfilledsqbullet+: Public constants
Constant, +eng+: Public constants
Constant, +enopencircbullet+: Public constants
Constant, +enopensquarebullet+: Public constants
Constant, +enspace+: Public constants
Constant, +enter+: Public constants
Constant, +eogonek+: Public constants
Constant, +equal+: Public constants
Constant, +escape+: Public constants
Constant, +eth+: Public constants
Constant, +event-parsing-error-template+: Private constants
Constant, +exclam+: Public constants
Constant, +exclamdown+: Public constants
Constant, +execute+: Public constants
Constant, +expose+: Public constants
Constant, +extended+: Public constants
Constant, +f1+: Public constants
Constant, +f10+: Public constants
Constant, +f2+: Public constants
Constant, +f3+: Public constants
Constant, +f33+: Public constants
Constant, +f4+: Public constants
Constant, +f5+: Public constants
Constant, +f6+: Public constants
Constant, +f7+: Public constants
Constant, +f8+: Public constants
Constant, +f9+: Public constants
Constant, +femalesymbol+: Public constants
Constant, +ff+: Public constants
Constant, +field-separator+: Private constants
Constant, +figdash+: Public constants
Constant, +file-matrix-buff-size+: Private constants
Constant, +file-matrix-element-type+: Private constants
Constant, +filledlefttribullet+: Public constants
Constant, +filledrectbullet+: Public constants
Constant, +filledrighttribullet+: Public constants
Constant, +filledtribulletdown+: Public constants
Constant, +filledtribulletup+: Public constants
Constant, +find+: Public constants
Constant, +first-non-printable-keysym+: Private constants
Constant, +fiveeighths+: Public constants
Constant, +fivesixths+: Public constants
Constant, +focusin+: Public constants
Constant, +focusout+: Public constants
Constant, +fourfifths+: Public constants
Constant, +function+: Public constants
Constant, +gabovedot+: Public constants
Constant, +gacute+: Public constants
Constant, +gbreve+: Public constants
Constant, +gcircumflex+: Public constants
Constant, +gif87-magic-number+: Private constants
Constant, +gif89-magic-number+: Private constants
Constant, +gravity+: Public constants
Constant, +greater+: Public constants
Constant, +greaterthanequal+: Public constants
Constant, +greek-alpha+: Public constants
Constant, +greek-alphaaccent+: Public constants
Constant, +greek-beta+: Public constants
Constant, +greek-chi+: Public constants
Constant, +greek-delta+: Public constants
Constant, +greek-epsilon+: Public constants
Constant, +greek-epsilonaccent+: Public constants
Constant, +greek-eta+: Public constants
Constant, +greek-etaaccent+: Public constants
Constant, +greek-finalsmallsigma+: Public constants
Constant, +greek-gamma+: Public constants
Constant, +greek-iota+: Public constants
Constant, +greek-iotaaccent+: Public constants
Constant, +greek-iotaaccentdieresis+: Public constants
Constant, +greek-iotadieresis+: Public constants
Constant, +greek-kappa+: Public constants
Constant, +greek-lambda+: Public constants
Constant, +greek-mu+: Public constants
Constant, +greek-nu+: Public constants
Constant, +greek-omega+: Public constants
Constant, +greek-omegaaccent+: Public constants
Constant, +greek-omicron+: Public constants
Constant, +greek-omicronaccent+: Public constants
Constant, +greek-phi+: Public constants
Constant, +greek-pi+: Public constants
Constant, +greek-psi+: Public constants
Constant, +greek-rho+: Public constants
Constant, +greek-sigma+: Public constants
Constant, +greek-tau+: Public constants
Constant, +greek-theta+: Public constants
Constant, +greek-upsilon+: Public constants
Constant, +greek-upsilonaccent+: Public constants
Constant, +greek-upsilonaccentdieresis+: Public constants
Constant, +greek-upsilondieresis+: Public constants
Constant, +greek-xi+: Public constants
Constant, +greek-zeta+: Public constants
Constant, +green-channel+: Private constants
Constant, +guillemotleft+: Public constants
Constant, +guillemotright+: Public constants
Constant, +hairspace+: Public constants
Constant, +hcircumflex+: Public constants
Constant, +heart+: Public constants
Constant, +hebrew-aleph+: Public constants
Constant, +hebrew-ayin+: Public constants
Constant, +hebrew-beth+: Public constants
Constant, +hebrew-daleth+: Public constants
Constant, +hebrew-finalkaph+: Public constants
Constant, +hebrew-finalmem+: Public constants
Constant, +hebrew-finalnun+: Public constants
Constant, +hebrew-finalpe+: Public constants
Constant, +hebrew-finalzadi+: Public constants
Constant, +hebrew-gimmel+: Public constants
Constant, +hebrew-he+: Public constants
Constant, +hebrew-het+: Public constants
Constant, +hebrew-kaph+: Public constants
Constant, +hebrew-kuf+: Public constants
Constant, +hebrew-lamed+: Public constants
Constant, +hebrew-mem+: Public constants
Constant, +hebrew-nun+: Public constants
Constant, +hebrew-pe+: Public constants
Constant, +hebrew-resh+: Public constants
Constant, +hebrew-samekh+: Public constants
Constant, +hebrew-shin+: Public constants
Constant, +hebrew-switch+: Public constants
Constant, +hebrew-taf+: Public constants
Constant, +hebrew-teth+: Public constants
Constant, +hebrew-waw+: Public constants
Constant, +hebrew-yod+: Public constants
Constant, +hebrew-zadi+: Public constants
Constant, +hebrew-zayin+: Public constants
Constant, +help+: Public constants
Constant, +hexagram+: Public constants
Constant, +home+: Public constants
Constant, +horizconnector+: Public constants
Constant, +horizlinescan1+: Public constants
Constant, +horizlinescan3+: Public constants
Constant, +horizlinescan5+: Public constants
Constant, +horizlinescan7+: Public constants
Constant, +horizlinescan9+: Public constants
Constant, +hstroke+: Public constants
Constant, +ht+: Public constants
Constant, +hyper-l+: Public constants
Constant, +hyper-r+: Public constants
Constant, +hyphen+: Public constants
Constant, +iacute+: Public constants
Constant, +icircumflex+: Public constants
Constant, +identical+: Public constants
Constant, +idiaeresis+: Public constants
Constant, +idotless+: Public constants
Constant, +ifonlyif+: Public constants
Constant, +igrave+: Public constants
Constant, +imacron+: Public constants
Constant, +implies+: Public constants
Constant, +includedin+: Public constants
Constant, +includes+: Public constants
Constant, +infinity+: Public constants
Constant, +insert+: Public constants
Constant, +integral+: Public constants
Constant, +intersection+: Public constants
Constant, +iogonek+: Public constants
Constant, +itilde+: Public constants
Constant, +jcircumflex+: Public constants
Constant, +jot+: Public constants
Constant, +jpeg-magic-number+: Private constants
Constant, +jpeg-stream-element-type+: Private constants
Constant, +kana-a+: Public constants
Constant, +kana-closingbracket+: Public constants
Constant, +kana-comma+: Public constants
Constant, +kana-e+: Public constants
Constant, +kana-fullstop+: Public constants
Constant, +kana-i+: Public constants
Constant, +kana-middledot+: Public constants
Constant, +kana-o+: Public constants
Constant, +kana-openingbracket+: Public constants
Constant, +kana-tu+: Public constants
Constant, +kana-u+: Public constants
Constant, +kana-wo+: Public constants
Constant, +kana-ya+: Public constants
Constant, +kana-yo+: Public constants
Constant, +kana-yu+: Public constants
Constant, +kanji+: Public constants
Constant, +kappa+: Public constants
Constant, +kcedilla+: Public constants
Constant, +key+: Public constants
Constant, +keypress+: Public constants
Constant, +keyrelease+: Public constants
Constant, +kp-0+: Public constants
Constant, +kp-1+: Public constants
Constant, +kp-2+: Public constants
Constant, +kp-3+: Public constants
Constant, +kp-4+: Public constants
Constant, +kp-5+: Public constants
Constant, +kp-6+: Public constants
Constant, +kp-7+: Public constants
Constant, +kp-8+: Public constants
Constant, +kp-9+: Public constants
Constant, +kp-add+: Public constants
Constant, +kp-decimal+: Public constants
Constant, +kp-divide+: Public constants
Constant, +kp-enter+: Public constants
Constant, +kp-equal+: Public constants
Constant, +kp-f1+: Public constants
Constant, +kp-f2+: Public constants
Constant, +kp-f3+: Public constants
Constant, +kp-f4+: Public constants
Constant, +kp-multiply+: Public constants
Constant, +kp-separator+: Public constants
Constant, +kp-space+: Public constants
Constant, +kp-subtract+: Public constants
Constant, +kp-tab+: Public constants
Constant, +l1+: Public constants
Constant, +l10+: Public constants
Constant, +l2+: Public constants
Constant, +l3+: Public constants
Constant, +l4+: Public constants
Constant, +l5+: Public constants
Constant, +l6+: Public constants
Constant, +l7+: Public constants
Constant, +l8+: Public constants
Constant, +l9+: Public constants
Constant, +latincross+: Public constants
Constant, +lcaron+: Public constants
Constant, +lcedilla+: Public constants
Constant, +leave+: Public constants
Constant, +left+: Public constants
Constant, +left-delimiter+: Private constants
Constant, +leftanglebracket+: Public constants
Constant, +leftarrow+: Public constants
Constant, +leftcaret+: Public constants
Constant, +leftdoublequotemark+: Public constants
Constant, +leftmiddlecurlybrace+: Public constants
Constant, +leftopentriangle+: Public constants
Constant, +leftpointer+: Public constants
Constant, +leftradical+: Public constants
Constant, +leftshoe+: Public constants
Constant, +leftsinglequotemark+: Public constants
Constant, +leftt+: Public constants
Constant, +lefttack+: Public constants
Constant, +legal-select-mode-values+: Private constants
Constant, +less+: Public constants
Constant, +lessthanequal+: Public constants
Constant, +lf+: Public constants
Constant, +linefeed+: Public constants
Constant, +lock+: Public constants
Constant, +logicaland+: Public constants
Constant, +logicalor+: Public constants
Constant, +lowleftcorner+: Public constants
Constant, +lowrightcorner+: Public constants
Constant, +lstroke+: Public constants
Constant, +m+: Public constants
Constant, +m1+: Public constants
Constant, +m2+: Public constants
Constant, +m3+: Public constants
Constant, +m4+: Public constants
Constant, +m5+: Public constants
Constant, +macedonia-dse+: Public constants
Constant, +macedonia-gje+: Public constants
Constant, +macedonia-kje+: Public constants
Constant, +macron+: Public constants
Constant, +malesymbol+: Public constants
Constant, +maltesecross+: Public constants
Constant, +map+: Public constants
Constant, +maprequest+: Public constants
Constant, +marker+: Public constants
Constant, +masculine+: Public constants
Constant, +menu+: Public constants
Constant, +meta+: Public constants
Constant, +meta-l+: Public constants
Constant, +meta-r+: Public constants
Constant, +minus+: Public constants
Constant, +minutes+: Public constants
Constant, +mod1+: Public constants
Constant, +mod2+: Public constants
Constant, +mod3+: Public constants
Constant, +mod4+: Public constants
Constant, +mod5+: Public constants
Constant, +motion+: Public constants
Constant, +mousewheel+: Public constants
Constant, +mu+: Public constants
Constant, +multi-key+: Public constants
Constant, +multiply+: Public constants
Constant, +musicalflat+: Public constants
Constant, +musicalsharp+: Public constants
Constant, +nabla+: Public constants
Constant, +nacute+: Public constants
Constant, +ncaron+: Public constants
Constant, +ncedilla+: Public constants
Constant, +next+: Public constants
Constant, +nl+: Public constants
Constant, +no-event-value+: Private constants
Constant, +nobreakspace+: Public constants
Constant, +nodgui-version+: Public constants
Constant, +notequal+: Public constants
Constant, +notify-library-name+: Private constants
Constant, +notsign+: Public constants
Constant, +ntilde+: Public constants
Constant, +num-lock+: Public constants
Constant, +numbersign+: Public constants
Constant, +numerosign+: Public constants
Constant, +oacute+: Public constants
Constant, +ocircumflex+: Public constants
Constant, +odiaeresis+: Public constants
Constant, +odoubleacute+: Public constants
Constant, +ogonek+: Public constants
Constant, +ograve+: Public constants
Constant, +omacron+: Public constants
Constant, +oneeighth+: Public constants
Constant, +onefifth+: Public constants
Constant, +onehalf+: Public constants
Constant, +onequarter+: Public constants
Constant, +onesixth+: Public constants
Constant, +onesuperior+: Public constants
Constant, +onethird+: Public constants
Constant, +ooblique+: Public constants
Constant, +openrectbullet+: Public constants
Constant, +openstar+: Public constants
Constant, +opentribulletdown+: Public constants
Constant, +opentribulletup+: Public constants
Constant, +option+: Public constants
Constant, +ordfeminine+: Public constants
Constant, +oslash+: Public constants
Constant, +otilde+: Public constants
Constant, +overbar+: Public constants
Constant, +overline+: Public constants
Constant, +padding-char+: Private constants
Constant, +paragraph+: Public constants
Constant, +parenleft+: Public constants
Constant, +parenright+: Public constants
Constant, +partialderivative+: Public constants
Constant, +pause+: Public constants
Constant, +percent+: Public constants
Constant, +period+: Public constants
Constant, +periodcentered+: Public constants
Constant, +phonographcopyright+: Public constants
Constant, +plotchart-data-tag+: Public constants
Constant, +plotchart-library-name+: Private constants
Constant, +plus+: Public constants
Constant, +plusminus+: Public constants
Constant, +png-magic-number+: Private constants
Constant, +prescription+: Public constants
Constant, +print+: Public constants
Constant, +prior+: Public constants
Constant, +prolongedsound+: Public constants
Constant, +property+: Public constants
Constant, +pseudo-series-item-suffix+: Private constants
Constant, +punctspace+: Public constants
Constant, +quad+: Public constants
Constant, +quadruple+: Public constants
Constant, +question+: Public constants
Constant, +questiondown+: Public constants
Constant, +quotedbl+: Public constants
Constant, +quoteleft+: Public constants
Constant, +quoteright+: Public constants
Constant, +r1+: Public constants
Constant, +r10+: Public constants
Constant, +r11+: Public constants
Constant, +r12+: Public constants
Constant, +r14+: Public constants
Constant, +r15+: Public constants
Constant, +r2+: Public constants
Constant, +r3+: Public constants
Constant, +r4+: Public constants
Constant, +r5+: Public constants
Constant, +r6+: Public constants
Constant, +r7+: Public constants
Constant, +r8+: Public constants
Constant, +r9+: Public constants
Constant, +racute+: Private constants
Constant, +radical+: Public constants
Constant, +rcaron+: Public constants
Constant, +rcedilla+: Public constants
Constant, +red-channel+: Private constants
Constant, +red-corner+: Private constants
Constant, +redo+: Public constants
Constant, +reference-text-width-char+: Private constants
Constant, +registered+: Public constants
Constant, +reparent+: Public constants
Constant, +resizerequest+: Public constants
Constant, +return+: Public constants
Constant, +right+: Public constants
Constant, +right-delimiter+: Private constants
Constant, +rightanglebracket+: Public constants
Constant, +rightarrow+: Public constants
Constant, +rightcaret+: Public constants
Constant, +rightdoublequotemark+: Public constants
Constant, +rightmiddlecurlybrace+: Public constants
Constant, +rightmiddlesummation+: Public constants
Constant, +rightopentriangle+: Public constants
Constant, +rightpointer+: Public constants
Constant, +rightshoe+: Public constants
Constant, +rightsinglequotemark+: Public constants
Constant, +rightt+: Public constants
Constant, +righttack+: Public constants
Constant, +sacute+: Public constants
Constant, +scaron+: Public constants
Constant, +scedilla+: Public constants
Constant, +scircumflex+: Public constants
Constant, +scroll-lock+: Public constants
Constant, +seconds+: Public constants
Constant, +section+: Public constants
Constant, +select+: Public constants
Constant, +selection-mode-allow-double-click+: Private constants
Constant, +semicolon+: Public constants
Constant, +semivoicedsound+: Public constants
Constant, +serbian-dje+: Public constants
Constant, +serbian-dze+: Public constants
Constant, +serbian-je+: Public constants
Constant, +serbian-lje+: Public constants
Constant, +serbian-nje+: Public constants
Constant, +serbian-tshe+: Public constants
Constant, +seveneighths+: Public constants
Constant, +shift+: Public constants
Constant, +shift-l+: Public constants
Constant, +shift-lock+: Public constants
Constant, +shift-r+: Public constants
Constant, +signaturemark+: Public constants
Constant, +signifblank+: Public constants
Constant, +similarequal+: Public constants
Constant, +singlelowquotemark+: Public constants
Constant, +slash+: Public constants
Constant, +soliddiamond+: Public constants
Constant, +space+: Public constants
Constant, +ssharp+: Public constants
Constant, +standard-cursor+: Public constants
Constant, +star-bbox-fix-scale+: Private constants
Constant, +sterling+: Public constants
Constant, +super-l+: Public constants
Constant, +super-r+: Public constants
Constant, +swaplist-library-name+: Private constants
Constant, +sys-req+: Public constants
Constant, +tab+: Public constants
Constant, +tag-all-items+: Public constants
Constant, +targa-img-colormap-spec-offset+: Private constants
Constant, +targa-img-colormap-spec-size+: Private constants
Constant, +targa-img-header-size+: Private constants
Constant, +targa-img-id-len-offset+: Private constants
Constant, +targa-img-id-len-size+: Private constants
Constant, +targa-img-id-offset+: Private constants
Constant, +targa-img-rgba+: Private constants
Constant, +targa-img-rgba-rle+: Private constants
Constant, +targa-img-scanline-bottomleft+: Private constants
Constant, +targa-img-scanline-topleft+: Private constants
Constant, +targa-img-signature+: Private constants
Constant, +targa-img-spec-offset+: Private constants
Constant, +targa-img-spec-size+: Private constants
Constant, +targa-img-type-offset+: Private constants
Constant, +targa-img-type-size+: Private constants
Constant, +targa-stream-element-type+: Private constants
Constant, +tcaron+: Public constants
Constant, +tcedilla+: Public constants
Constant, +tcl-init-code+: Private constants
Constant, +tcl-send-data-code+: Private constants
Constant, +telephone+: Public constants
Constant, +telephonerecorder+: Public constants
Constant, +text-tag-prefix-search-results+: Public constants
Constant, +therefore+: Public constants
Constant, +thinspace+: Public constants
Constant, +thorn+: Public constants
Constant, +threeeighths+: Public constants
Constant, +threefifths+: Public constants
Constant, +threequarters+: Public constants
Constant, +threesuperior+: Public constants
Constant, +tk-caption-font+: Public constants
Constant, +tk-default-font+: Public constants
Constant, +tk-fixed-font+: Public constants
Constant, +tk-heading-font+: Public constants
Constant, +tk-icon-font+: Public constants
Constant, +tk-menu-font+: Public constants
Constant, +tk-small-caption-font+: Public constants
Constant, +tk-text-font+: Public constants
Constant, +tk-tooltip-font+: Public constants
Constant, +to-lisp-mode+: Private constants
Constant, +to-tcl-group+: Private constants
Constant, +to-tcl-if-mode+: Private constants
Constant, +tooltip-position-offset+: Private constants
Constant, +topintegral+: Public constants
Constant, +topleftparens+: Public constants
Constant, +topleftradical+: Public constants
Constant, +topleftsqbracket+: Public constants
Constant, +topleftsummation+: Public constants
Constant, +toprightparens+: Public constants
Constant, +toprightsqbracket+: Public constants
Constant, +toprightsummation+: Public constants
Constant, +topt+: Public constants
Constant, +topvertsummationconnector+: Public constants
Constant, +trademark+: Public constants
Constant, +trademarkincircle+: Public constants
Constant, +treeview-first-column-id+: Public constants
Constant, +treeview-last-index+: Public constants
Constant, +treeview-root+: Public constants
Constant, +triple+: Public constants
Constant, +tslash+: Public constants
Constant, +twofifths+: Public constants
Constant, +twosuperior+: Public constants
Constant, +twothirds+: Public constants
Constant, +uacute+: Public constants
Constant, +ubreve+: Public constants
Constant, +ubvec4-zero+: Public constants
Constant, +ucircumflex+: Public constants
Constant, +udiaeresis+: Public constants
Constant, +udoubleacute+: Public constants
Constant, +ugrave+: Public constants
Constant, +ukranian-i+: Public constants
Constant, +ukranian-je+: Public constants
Constant, +ukranian-yi+: Public constants
Constant, +umacron+: Public constants
Constant, +underbar+: Public constants
Constant, +underscore+: Public constants
Constant, +undo+: Public constants
Constant, +union+: Public constants
Constant, +unmap+: Public constants
Constant, +uogonek+: Public constants
Constant, +up+: Public constants
Constant, +uparrow+: Public constants
Constant, +upcaret+: Public constants
Constant, +upleftcorner+: Public constants
Constant, +uprightcorner+: Public constants
Constant, +upshoe+: Public constants
Constant, +upstile+: Public constants
Constant, +uptack+: Public constants
Constant, +uring+: Public constants
Constant, +utilde+: Public constants
Constant, +valid-tcl-truth-values+: Private constants
Constant, +variation+: Public constants
Constant, +vec2-zero+: Public constants
Constant, +vertbar+: Public constants
Constant, +vertconnector+: Public constants
Constant, +visibility+: Public constants
Constant, +voicedsound+: Public constants
Constant, +vt+: Public constants
Constant, +win-l+: Public constants
Constant, +win-r+: Public constants
Constant, +wish-init-code-raw+: Private constants
Constant, +wish-to-lisp-callback-reply+: Public constants
Constant, +wish-to-lisp-data-reply+: Public constants
Constant, +wish-to-lisp-error-reply+: Public constants
Constant, +wish-to-lisp-event-reply+: Public constants
Constant, +wish-to-lisp-keepalive-reply+: Public constants
Constant, +wm-type-combo+: Public constants
Constant, +wm-type-desktop+: Public constants
Constant, +wm-type-dialog+: Public constants
Constant, +wm-type-dnd+: Public constants
Constant, +wm-type-dock+: Public constants
Constant, +wm-type-dropdown_menu+: Public constants
Constant, +wm-type-menu+: Public constants
Constant, +wm-type-normal+: Public constants
Constant, +wm-type-notification+: Public constants
Constant, +wm-type-popup_menu+: Public constants
Constant, +wm-type-splash+: Public constants
Constant, +wm-type-toolbar+: Public constants
Constant, +wm-type-tooltip+: Public constants
Constant, +wm-type-utility+: Public constants
Constant, +xf86audiolowervolume+: Public constants
Constant, +xf86audiomute+: Public constants
Constant, +xf86audionext+: Public constants
Constant, +xf86audioplay+: Public constants
Constant, +xf86audioprev+: Public constants
Constant, +xf86audioraisevolume+: Public constants
Constant, +xf86audiostop+: Public constants
Constant, +yacute+: Public constants
Constant, +ydiaeresis+: Public constants
Constant, +yen+: Public constants
Constant, +zabovedot+: Public constants
Constant, +zacute+: Public constants
Constant, +zcaron+: Public constants
container: Public classes
coordinates: Public classes
counter: Private structures
current-month-entry: Public classes
current-year-entry: Public classes

D
data: Public classes
data: Public classes
data: Public classes
data: Public classes
data: Public classes
data: Public classes
data: Private structures
data: Private structures
data-queue: Private structures
data-returned-are-list: Public classes
debugp: Public classes
depth: Public classes
depth: Public classes
details-pane: Public classes
displayed: Public classes

E
e: Private classes
end: Private structures
entries: Public classes
entry: Public classes
entry: Private classes
entry-label: Public classes
error-collecting-thread: Private structures
errors: Public classes
errors: Private classes
event-queue: Private structures

F
f1: Private classes
f1: Private classes
f2: Private classes
file: Public classes
file: Private classes
file-path: Private classes
fill-color: Public classes
flush-lock: Private structures
frame-class: Public classes
full-colored-star-count: Public classes
fullscreen: Public structures

G
group: Public classes

H
handle: Public classes
handle: Public classes
handle: Public classes
handle: Private classes
height: Public structures
height: Public classes
help: Public classes
history: Public classes
history-pos: Public classes
hscroll: Public classes
hscroll: Public classes
hscroll: Public classes
hscroll: Public classes
hscroll: Public classes

I
id: Public classes
idx: Public conditions
image: Public classes
index: Public classes
index: Private classes
init-command: Public classes
inner: Public classes
inner-text: Public classes
input-collecting-thread: Private structures
items: Public classes
items: Public classes

K
keepinput: Public classes
key: Public classes
keycode: Public structures

L
label: Public classes
lb: Private classes
left-side: Public classes
legend: Public classes
listbox: Public classes
listbox: Public classes
listbox: Public classes
listbox: Private classes
lock: Public classes
lock: Private structures
lock: Private structures

M
magic-number: Private classes
main-loop-thread: Private structures
master: Public classes
matching-fn: Public classes
maximum: Private classes
message: Public conditions
message: Private conditions
minimum: Private classes
months-name: Public classes
mouse-button: Public structures
mw: Private classes
mw2: Private classes

N
name: Public classes
name: Public classes
nb: Private classes
nodes: Private classes
not-reached-color: Public classes

O
offset: Public classes
on-pressed-cb: Public classes
options: Public classes
others: Public structures
outline-color: Public classes
outline-width: Public classes
output-buffer: Private structures

P
parent: Public classes
parent: Public classes
parent-node: Private classes
partial-colored-star-count: Public classes
pattern: Private conditions
popup-time: Public classes
pre-application-function: Public classes
protocol-destroy: Public classes
prototypep: Private classes

R
raw-keyword: Private structures
reached-color: Public classes
read-data-lock: Private structures
read-lock: Private structures
remove-non-matching-p: Public classes
results: Private structures
right-side: Public classes
root-widget: Private structures
root-x: Public structures
root-y: Public structures

S
saved-main-loop-threads: Private structures
scrolled-listbox: Public classes
scrollregion-x0: Public classes
scrollregion-x1: Public classes
scrollregion-y0: Public classes
scrollregion-y1: Public classes
secret-string: Public classes
selected-index: Public classes
selected-node: Private classes
selected-tag: Public classes
selection: Public classes
seq: Public conditions
show-password: Public classes
size: Public classes
size: Private classes
Slot, a: Private classes
Slot, accept-garbage-for-next-event: Private structures
Slot, action: Public classes
Slot, after-counter: Private structures
Slot, after-ids: Private structures
Slot, all-days-buttons: Public classes
Slot, all-series: Private classes
Slot, alpha: Public structures
Slot, applied: Public classes
Slot, as-string-p: Private structures
Slot, attached-entry: Private classes
Slot, autocomplete-entry-widget: Public classes
Slot, autocomplete-function: Public classes
Slot, autocomplete-function-hook: Public classes
Slot, b: Private classes
Slot, b: Private classes
Slot, b1: Private classes
Slot, b2: Private classes
Slot, backtrace: Public classes
Slot, bbox-fix: Public classes
Slot, bind-event: Private classes
Slot, bits: Public classes
Slot, block-size: Private classes
Slot, break-mainloop: Private structures
Slot, break-mainloop-lock: Private structures
Slot, bu: Private classes
Slot, c: Private classes
Slot, call-with-condition-handlers-function: Private structures
Slot, callback: Private classes
Slot, callbacks: Private structures
Slot, candidates-widget: Public classes
Slot, canvas: Public classes
Slot, canvas: Public classes
Slot, canvas: Public classes
Slot, char: Public structures
Slot, char-code: Public structures
Slot, close-condition: Private structures
Slot, color: Public classes
Slot, column-values: Public classes
Slot, command: Public classes
Slot, command: Public classes
Slot, compare-history-candidate-predicate: Public classes
Slot, condition: Private classes
Slot, condition-variable: Public classes
Slot, condvar: Private structures
Slot, container: Public classes
Slot, coordinates: Public classes
Slot, counter: Private structures
Slot, current-month-entry: Public classes
Slot, current-year-entry: Public classes
Slot, data: Public classes
Slot, data: Public classes
Slot, data: Public classes
Slot, data: Public classes
Slot, data: Public classes
Slot, data: Public classes
Slot, data: Private structures
Slot, data: Private structures
Slot, data-queue: Private structures
Slot, data-returned-are-list: Public classes
Slot, debugp: Public classes
Slot, depth: Public classes
Slot, depth: Public classes
Slot, details-pane: Public classes
Slot, displayed: Public classes
Slot, e: Private classes
Slot, end: Private structures
Slot, entries: Public classes
Slot, entry: Public classes
Slot, entry: Private classes
Slot, entry-label: Public classes
Slot, error-collecting-thread: Private structures
Slot, errors: Public classes
Slot, errors: Private classes
Slot, event-queue: Private structures
Slot, f1: Private classes
Slot, f1: Private classes
Slot, f2: Private classes
Slot, file: Public classes
Slot, file: Private classes
Slot, file-path: Private classes
Slot, fill-color: Public classes
Slot, flush-lock: Private structures
Slot, frame-class: Public classes
Slot, full-colored-star-count: Public classes
Slot, fullscreen: Public structures
Slot, group: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Public classes
Slot, handle: Private classes
Slot, height: Public structures
Slot, height: Public classes
Slot, help: Public classes
Slot, history: Public classes
Slot, history-pos: Public classes
Slot, hscroll: Public classes
Slot, hscroll: Public classes
Slot, hscroll: Public classes
Slot, hscroll: Public classes
Slot, hscroll: Public classes
Slot, id: Public classes
Slot, idx: Public conditions
Slot, image: Public classes
Slot, index: Public classes
Slot, index: Private classes
Slot, init-command: Public classes
Slot, inner: Public classes
Slot, inner-text: Public classes
Slot, input-collecting-thread: Private structures
Slot, items: Public classes
Slot, items: Public classes
Slot, keepinput: Public classes
Slot, key: Public classes
Slot, keycode: Public structures
Slot, label: Public classes
Slot, lb: Private classes
Slot, left-side: Public classes
Slot, legend: Public classes
Slot, listbox: Public classes
Slot, listbox: Public classes
Slot, listbox: Public classes
Slot, listbox: Private classes
Slot, lock: Public classes
Slot, lock: Private structures
Slot, lock: Private structures
Slot, magic-number: Private classes
Slot, main-loop-thread: Private structures
Slot, master: Public classes
Slot, matching-fn: Public classes
Slot, maximum: Private classes
Slot, message: Public conditions
Slot, message: Private conditions
Slot, minimum: Private classes
Slot, months-name: Public classes
Slot, mouse-button: Public structures
Slot, mw: Private classes
Slot, mw2: Private classes
Slot, name: Public classes
Slot, name: Public classes
Slot, nb: Private classes
Slot, nodes: Private classes
Slot, not-reached-color: Public classes
Slot, offset: Public classes
Slot, on-pressed-cb: Public classes
Slot, options: Public classes
Slot, others: Public structures
Slot, outline-color: Public classes
Slot, outline-width: Public classes
Slot, output-buffer: Private structures
Slot, parent: Public classes
Slot, parent: Public classes
Slot, parent-node: Private classes
Slot, partial-colored-star-count: Public classes
Slot, pattern: Private conditions
Slot, popup-time: Public classes
Slot, pre-application-function: Public classes
Slot, protocol-destroy: Public classes
Slot, prototypep: Private classes
Slot, raw-keyword: Private structures
Slot, reached-color: Public classes
Slot, read-data-lock: Private structures
Slot, read-lock: Private structures
Slot, remove-non-matching-p: Public classes
Slot, results: Private structures
Slot, right-side: Public classes
Slot, root-widget: Private structures
Slot, root-x: Public structures
Slot, root-y: Public structures
Slot, saved-main-loop-threads: Private structures
Slot, scrolled-listbox: Public classes
Slot, scrollregion-x0: Public classes
Slot, scrollregion-x1: Public classes
Slot, scrollregion-y0: Public classes
Slot, scrollregion-y1: Public classes
Slot, secret-string: Public classes
Slot, selected-index: Public classes
Slot, selected-node: Private classes
Slot, selected-tag: Public classes
Slot, selection: Public classes
Slot, seq: Public conditions
Slot, show-password: Public classes
Slot, size: Public classes
Slot, size: Private classes
Slot, spaces-after: Private structures
Slot, star-num: Public classes
Slot, stars: Public classes
Slot, start: Private structures
Slot, stream: Private structures
Slot, stream-handle: Private classes
Slot, string: Private structures
Slot, subtitle: Public classes
Slot, t1: Private classes
Slot, tag: Public classes
Slot, tag-name: Private structures
Slot, text: Public classes
Slot, text: Public classes
Slot, text: Private classes
Slot, tick-length: Private classes
Slot, ticks-step: Private classes
Slot, title: Public classes
Slot, title: Public classes
Slot, title: Private classes
Slot, topmost: Public structures
Slot, tree: Public classes
Slot, tree: Private classes
Slot, treeview: Public classes
Slot, type: Public structures
Slot, unicode-char: Public structures
Slot, universal-timestamp: Public classes
Slot, val: Public classes
Slot, value: Public classes
Slot, value-symbol: Public classes
Slot, var: Public classes
Slot, variables: Private structures
Slot, vscroll: Public classes
Slot, vscroll: Public classes
Slot, vscroll: Public classes
Slot, vscroll: Public classes
Slot, vscroll: Public classes
Slot, weekday-names: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Public classes
Slot, widget-class-name: Private classes
Slot, widget-path: Public classes
Slot, widget-rectangle: Public classes
Slot, width: Public structures
Slot, width: Public classes
Slot, x: Public structures
Slot, x-axis-conf: Public classes
Slot, x-label-angle: Public classes
Slot, x-labels: Public classes
Slot, x-subtext: Public classes
Slot, x-text: Public classes
Slot, xs: Public classes
Slot, xscroll: Public classes
Slot, xscroll: Public classes
Slot, xscroll: Public classes
Slot, xscroll: Public classes
Slot, y: Public structures
Slot, y-axis-conf: Public classes
Slot, y-axis-conf: Public classes
Slot, y-subtext: Public classes
Slot, y-text: Public classes
Slot, ys: Public classes
Slot, yscroll: Public classes
Slot, yscroll: Public classes
Slot, yscroll: Public classes
Slot, yscroll: Public classes
Slot, zoomed: Public structures
spaces-after: Private structures
Special Variable, *add-space-after-emitted-string*: Public special variables
Special Variable, *add-space-after-emitted-unspecialized-element*: Public special variables
Special Variable, *all-event-details*: Public special variables
Special Variable, *all-event-modifier*: Public special variables
Special Variable, *all-event-type*: Public special variables
Special Variable, *angle*: Private special variables
Special Variable, *angle2*: Private special variables
Special Variable, *angle3*: Private special variables
Special Variable, *bbox-scale-fix*: Public special variables
Special Variable, *buffer-for-atomic-output*: Private special variables
Special Variable, *check-more-parsing-errors*: Public special variables
Special Variable, *class-args*: Public special variables
Special Variable, *cursors*: Public special variables
Special Variable, *debounce-minimum-delay*: Public special variables
Special Variable, *debug-buffers*: Public special variables
Special Variable, *debug-tk*: Public special variables
Special Variable, *default-epsilon*: Public special variables
Special Variable, *default-theme*: Public special variables
Special Variable, *default-toplevel-name*: Private special variables
Special Variable, *demo-canvas*: Private special variables
Special Variable, *demo-line*: Private special variables
Special Variable, *directory-sep*: Private special variables
Special Variable, *directory-sep-regexp*: Private special variables
Special Variable, *do-escape-tilde*: Private special variables
Special Variable, *do-rotate*: Private special variables
Special Variable, *events-loop-lock*: Private special variables
Special Variable, *events-loop-lock*: Private special variables
Special Variable, *events-loop-thread*: Private special variables
Special Variable, *events-loop-thread*: Private special variables
Special Variable, *force-sync-data-multifont-listbox*: Public special variables
Special Variable, *generate-name-lock*: Private special variables
Special Variable, *gui-server*: Private special variables
Special Variable, *init-wish-hook*: Public special variables
Special Variable, *initargs*: Public special variables
Special Variable, *inside-mainloop*: Private special variables
Special Variable, *internal-time-scaling-millis*: Private special variables
Special Variable, *max-line-length*: Private special variables
Special Variable, *mb-icons*: Public special variables
Special Variable, *queue*: Private special variables
Special Variable, *queue*: Private special variables
Special Variable, *queue-cond*: Private special variables
Special Variable, *queue-lock*: Private special variables
Special Variable, *sanitize*: Private special variables
Special Variable, *stop-events-loop*: Private special variables
Special Variable, *stop-events-loop*: Private special variables
Special Variable, *stringify-keyword*: Public special variables
Special Variable, *styles*: Private special variables
Special Variable, *suppress-newline-for-tcl-statements*: Public special variables
Special Variable, *themes-directory*: Public special variables
Special Variable, *tk*: Public special variables
Special Variable, *tkimg-loaded-p*: Private special variables
Special Variable, *tooltip-afterid*: Private special variables
Special Variable, *tree*: Private special variables
Special Variable, *wish*: Public special variables
Special Variable, *wish-args*: Public special variables
Special Variable, *wish-connections*: Private special variables
Special Variable, *wish-pathname*: Public special variables
star-num: Public classes
stars: Public classes
start: Private structures
stream: Private structures
stream-handle: Private classes
string: Private structures
subtitle: Public classes

T
t1: Private classes
tag: Public classes
tag-name: Private structures
text: Public classes
text: Public classes
text: Private classes
tick-length: Private classes
ticks-step: Private classes
title: Public classes
title: Public classes
title: Private classes
topmost: Public structures
tree: Public classes
tree: Private classes
treeview: Public classes
type: Public structures

U
unicode-char: Public structures
universal-timestamp: Public classes

V
val: Public classes
value: Public classes
value-symbol: Public classes
var: Public classes
variables: Private structures
vscroll: Public classes
vscroll: Public classes
vscroll: Public classes
vscroll: Public classes
vscroll: Public classes

W
weekday-names: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Public classes
widget-class-name: Private classes
widget-path: Public classes
widget-rectangle: Public classes
width: Public structures
width: Public classes

X
x: Public structures
x-axis-conf: Public classes
x-label-angle: Public classes
x-labels: Public classes
x-subtext: Public classes
x-text: Public classes
xs: Public classes
xscroll: Public classes
xscroll: Public classes
xscroll: Public classes
xscroll: Public classes

Y
y: Public structures
y-axis-conf: Public classes
y-axis-conf: Public classes
y-subtext: Public classes
y-text: Public classes
ys: Public classes
yscroll: Public classes
yscroll: Public classes
yscroll: Public classes
yscroll: Public classes

Z
zoomed: Public structures


A.4 Data types

Jump to:   A   B   C   D   E   F   G   H   J   L   M   N   O   P   R   S   T   U   V   W   X  
Index Entry  Section

A
all-tests: The all-tests package
all-tests.lisp: The nodgui/tests/all-tests․lisp file
autocomplete-candidates: Private classes
autocomplete-entry: Public classes
autocomplete-listbox: Public classes
axis-conf: Private classes

B
bar-chart: Public classes
bar-series: Public classes
base64.lisp: The nodgui/base64․lisp file
button: Public classes
button.lisp: The nodgui/button․lisp file
bypass-escape: Public structures

C
calendar: Public classes
calendar.lisp: The nodgui/tklib/calendar․lisp file
canvas: Public classes
canvas-arc: Public classes
canvas-handler-holder: Public classes
canvas-holder: Public classes
canvas-image: Public classes
canvas-item: Public classes
canvas-line: Public classes
canvas-oval: Public classes
canvas-rectangle: Public classes
canvas-shapes.lisp: The nodgui/canvas-shapes․lisp file
canvas-text: Public classes
canvas-window: Public classes
canvas.lisp: The nodgui/canvas․lisp file
check-button: Public classes
checkbutton.lisp: The nodgui/checkbutton․lisp file
Class, autocomplete-candidates: Private classes
Class, autocomplete-entry: Public classes
Class, autocomplete-listbox: Public classes
Class, axis-conf: Private classes
Class, bar-chart: Public classes
Class, bar-series: Public classes
Class, button: Public classes
Class, calendar: Public classes
Class, canvas: Public classes
Class, canvas-arc: Public classes
Class, canvas-handler-holder: Public classes
Class, canvas-holder: Public classes
Class, canvas-image: Public classes
Class, canvas-item: Public classes
Class, canvas-line: Public classes
Class, canvas-oval: Public classes
Class, canvas-rectangle: Public classes
Class, canvas-text: Public classes
Class, canvas-window: Public classes
Class, check-button: Public classes
Class, classic-frame: Private classes
Class, combobox: Public classes
Class, control-widget: Private classes
Class, date-picker: Public classes
Class, demo-tree: Private classes
Class, dot-plot: Public classes
Class, dot-series: Public classes
Class, entry: Public classes
Class, equalizer-bar: Private classes
Class, event-responsive-series: Private classes
Class, file-matrix: Private classes
Class, frame: Public classes
Class, graphical-condition-handler: Public classes
Class, gtree: Public classes
Class, gtree-demo: Private classes
Class, handle-holder: Private classes
Class, history-entry: Public classes
Class, jpeg: Public classes
Class, label: Public classes
Class, labelframe: Public classes
Class, list-select: Public classes
Class, list-select-demo-entry: Private classes
Class, listbox: Public classes
Class, menu: Public classes
Class, menubar: Public classes
Class, menubutton: Public classes
Class, menucheckbutton: Public classes
Class, menuentry: Private classes
Class, menuradiobutton: Public classes
Class, message: Public classes
Class, multifont-listbox: Public classes
Class, nbw: Private classes
Class, nodgui-condition-handler: Private classes
Class, notebook: Public classes
Class, paned-window: Public classes
Class, password-entry: Public classes
Class, photo-image: Public classes
Class, pixmap: Public classes
Class, pixmap-file: Private classes
Class, plot: Public classes
Class, polygon: Public classes
Class, progress-bar-star: Public classes
Class, progressbar: Public classes
Class, radio-button: Public classes
Class, redraw-on-resize: Public classes
Class, scale: Public classes
Class, scrollbar: Public classes
Class, scrolled-canvas: Public classes
Class, scrolled-frame: Public classes
Class, scrolled-listbox: Public classes
Class, scrolled-text: Public classes
Class, scrolled-treeview: Public classes
Class, searchable-listbox: Public classes
Class, separator: Public classes
Class, series: Public classes
Class, series-holder: Private classes
Class, shape: Public classes
Class, sizegrip: Public classes
Class, spinbox: Public classes
Class, star: Public classes
Class, style: Public classes
Class, swaplist: Private classes
Class, synchronized-queue: Public classes
Class, test-widget: Private classes
Class, test-widget2: Private classes
Class, text: Public classes
Class, tga: Public classes
Class, title-holder: Private classes
Class, tkobject: Public classes
Class, tktextvariable: Public classes
Class, tkvariable: Public classes
Class, tooltip: Public classes
Class, toplevel: Public classes
Class, tree-entry: Private classes
Class, tree-item: Public classes
Class, treelist: Public classes
Class, treeview: Public classes
Class, treeviewtest: Private classes
Class, two-color-star: Public classes
Class, widget: Public classes
Class, xy-plot: Public classes
classic-frame: Private classes
combobox: Public classes
combobox.lisp: The nodgui/combobox․lisp file
Condition, event-parsing-error: Private conditions
Condition, nodgui-error: Public conditions
Condition, nodgui-event-duplicate-modifier: Public conditions
Condition, nodgui-event-field-has-space: Public conditions
Condition, nodgui-event-incompatible-type-detail: Public conditions
Condition, nodgui-event-invalid-detail: Public conditions
Condition, nodgui-event-invalid-field: Public conditions
Condition, nodgui-event-invalid-modifier: Public conditions
Condition, nodgui-event-too-many-fields: Public conditions
Condition, out-of-bounds: Public conditions
Condition, plot-error: Private conditions
Condition, tk-communication-error: Public conditions
Condition, tk-error: Public conditions
conditions.lisp: The nodgui/conditions․lisp file
config.lisp: The nodgui/config․lisp file
constants.lisp: The nodgui/constants․lisp file
control-widget: Private classes

D
date-picker: Public classes
demo-tests.lisp: The nodgui/demo-tests․lisp file
demo-tree: Private classes
dialog.lisp: The nodgui/dialog․lisp file
dot-plot: Public classes
dot-series: Public classes

E
entry: Public classes
entry.lisp: The nodgui/entry․lisp file
equalizer-bar: Private classes
error-handling.lisp: The nodgui/error-handling․lisp file
event: Public structures
event-parser.lisp: The nodgui/event-parser․lisp file
event-parsing-error: Private conditions
event-responsive-series: Private classes
event-symbols.lisp: The nodgui/event-symbols․lisp file
events.lisp: The nodgui/events․lisp file

F
File, all-tests.lisp: The nodgui/tests/all-tests․lisp file
File, base64.lisp: The nodgui/base64․lisp file
File, button.lisp: The nodgui/button․lisp file
File, calendar.lisp: The nodgui/tklib/calendar․lisp file
File, canvas-shapes.lisp: The nodgui/canvas-shapes․lisp file
File, canvas.lisp: The nodgui/canvas․lisp file
File, checkbutton.lisp: The nodgui/checkbutton․lisp file
File, combobox.lisp: The nodgui/combobox․lisp file
File, conditions.lisp: The nodgui/conditions․lisp file
File, config.lisp: The nodgui/config․lisp file
File, constants.lisp: The nodgui/constants․lisp file
File, demo-tests.lisp: The nodgui/demo-tests․lisp file
File, dialog.lisp: The nodgui/dialog․lisp file
File, entry.lisp: The nodgui/entry․lisp file
File, error-handling.lisp: The nodgui/error-handling․lisp file
File, event-parser.lisp: The nodgui/event-parser․lisp file
File, event-symbols.lisp: The nodgui/event-symbols․lisp file
File, events.lisp: The nodgui/events․lisp file
File, fit-line.lisp: The nodgui/fit-line․lisp file
File, frame.lisp: The nodgui/frame․lisp file
File, label.lisp: The nodgui/label․lisp file
File, labelframe.lisp: The nodgui/labelframe․lisp file
File, listbox.lisp: The nodgui/listbox․lisp file
File, menu.lisp: The nodgui/menu․lisp file
File, menubutton.lisp: The nodgui/menubutton․lisp file
File, menucheckbutton.lisp: The nodgui/menucheckbutton․lisp file
File, menuradiobutton.lisp: The nodgui/menuradiobutton․lisp file
File, message.lisp: The nodgui/message․lisp file
File, misc-widget.lisp: The nodgui/tklib/misc-widget․lisp file
File, nodgui-mw.lisp: The nodgui/nodgui-mw․lisp file
File, nodgui.asd: The nodgui/nodgui․asd file
File, nodgui.lisp: The nodgui/nodgui․lisp file
File, notebook.lisp: The nodgui/notebook․lisp file
File, notify-window.lisp: The nodgui/tklib/notify-window․lisp file
File, package.lisp: The nodgui/package․lisp file
File, package.lisp: The nodgui/tklib/package․lisp file
File, package.lisp: The nodgui/tests/package․lisp file
File, panedwindow.lisp: The nodgui/panedwindow․lisp file
File, photo-image.lisp: The nodgui/photo-image․lisp file
File, pixmap.lisp: The nodgui/pixmap․lisp file
File, plot.lisp: The nodgui/tklib/plot․lisp file
File, progressbar.lisp: The nodgui/progressbar․lisp file
File, radiobutton.lisp: The nodgui/radiobutton․lisp file
File, sanitize.lisp: The nodgui/sanitize․lisp file
File, scale.lisp: The nodgui/scale․lisp file
File, scrollbar.lisp: The nodgui/scrollbar․lisp file
File, separator.lisp: The nodgui/separator․lisp file
File, sizegrip.lisp: The nodgui/sizegrip․lisp file
File, spinbox.lisp: The nodgui/spinbox․lisp file
File, styles.lisp: The nodgui/styles․lisp file
File, swaplist.lisp: The nodgui/tklib/swaplist․lisp file
File, synchronized-queue.lisp: The nodgui/synchronized-queue․lisp file
File, syntax.lisp: The nodgui/syntax․lisp file
File, tcl-emitter.lisp: The nodgui/tcl-emitter․lisp file
File, tcl-glue-code.lisp: The nodgui/tcl-glue-code․lisp file
File, test-event-parser.lisp: The nodgui/tests/test-event-parser․lisp file
File, test-nodgui.lisp: The nodgui/tests/test-nodgui․lisp file
File, test-styles.lisp: The nodgui/tests/test-styles․lisp file
File, test-tcl-emitter.lisp: The nodgui/tests/test-tcl-emitter․lisp file
File, test-text-indices.lisp: The nodgui/tests/test-text-indices․lisp file
File, text.lisp: The nodgui/text․lisp file
File, tktextvariable.lisp: The nodgui/tktextvariable․lisp file
File, tkvariable.lisp: The nodgui/tkvariable․lisp file
File, toplevel.lisp: The nodgui/toplevel․lisp file
File, treeview.lisp: The nodgui/treeview․lisp file
File, trivial-debugger.lisp: The nodgui/trivial-debugger․lisp file
File, ubvec4.lisp: The nodgui/ubvec4․lisp file
File, utils.lisp: The nodgui/utils․lisp file
File, vec2.lisp: The nodgui/vec2․lisp file
File, widget-helpers.lisp: The nodgui/widget-helpers․lisp file
File, widget.lisp: The nodgui/widget․lisp file
File, winfo.lisp: The nodgui/winfo․lisp file
File, wish-communication.lisp: The nodgui/wish-communication․lisp file
File, wm.lisp: The nodgui/wm․lisp file
file-matrix: Private classes
fit-line.lisp: The nodgui/fit-line․lisp file
frame: Public classes
frame.lisp: The nodgui/frame․lisp file

G
graphical-condition-handler: Public classes
gtree: Public classes
gtree-demo: Private classes

H
handle-holder: Private classes
history-entry: Public classes

J
jpeg: Public classes

L
label: Public classes
label.lisp: The nodgui/label․lisp file
labelframe: Public classes
labelframe.lisp: The nodgui/labelframe․lisp file
list-select: Public classes
list-select-demo-entry: Private classes
listbox: Public classes
listbox.lisp: The nodgui/listbox․lisp file

M
match: Private structures
menu: Public classes
menu.lisp: The nodgui/menu․lisp file
menubar: Public classes
menubutton: Public classes
menubutton.lisp: The nodgui/menubutton․lisp file
menucheckbutton: Public classes
menucheckbutton.lisp: The nodgui/menucheckbutton․lisp file
menuentry: Private classes
menuradiobutton: Public classes
menuradiobutton.lisp: The nodgui/menuradiobutton․lisp file
message: Public classes
message.lisp: The nodgui/message․lisp file
misc-widget.lisp: The nodgui/tklib/misc-widget․lisp file
modal-toplevel: Private structures
Module, tests: The nodgui/tests module
Module, tklib: The nodgui/tklib module
multifont-listbox: Public classes

N
nbw: Private classes
nodgui: The nodgui system
nodgui: The nodgui package
nodgui-condition-handler: Private classes
nodgui-connection: Private structures
nodgui-error: Public conditions
nodgui-event-duplicate-modifier: Public conditions
nodgui-event-field-has-space: Public conditions
nodgui-event-incompatible-type-detail: Public conditions
nodgui-event-invalid-detail: Public conditions
nodgui-event-invalid-field: Public conditions
nodgui-event-invalid-modifier: Public conditions
nodgui-event-too-many-fields: Public conditions
nodgui-mw.lisp: The nodgui/nodgui-mw․lisp file
nodgui-user: The nodgui-user package
nodgui.asd: The nodgui/nodgui․asd file
nodgui.base64: The nodgui․base64 package
nodgui.conditions: The nodgui․conditions package
nodgui.config: The nodgui․config package
nodgui.constants: The nodgui․constants package
nodgui.demo: The nodgui․demo package
nodgui.event-parser: The nodgui․event-parser package
nodgui.event-symbols: The nodgui․event-symbols package
nodgui.fit-line: The nodgui․fit-line package
nodgui.lisp: The nodgui/nodgui․lisp file
nodgui.mw: The nodgui․mw package
nodgui.pixmap: The nodgui․pixmap package
nodgui.sanitize: The nodgui․sanitize package
nodgui.shapes: The nodgui․shapes package
nodgui.syntax: The nodgui․syntax package
nodgui.tcl-emitter: The nodgui․tcl-emitter package
nodgui.tcl-glue-code: The nodgui․tcl-glue-code package
nodgui.tklib.calendar: The nodgui․tklib․calendar package
nodgui.tklib.misc-widget: The nodgui․tklib․misc-widget package
nodgui.tklib.notify: The nodgui․tklib․notify package
nodgui.tklib.plot: The nodgui․tklib․plot package
nodgui.tklib.swaplist: The nodgui․tklib․swaplist package
nodgui.ubvec4: The nodgui․ubvec4 package
nodgui.utils: The nodgui․utils package
nodgui.vec2: The nodgui․vec2 package
notebook: Public classes
notebook.lisp: The nodgui/notebook․lisp file
notify-window.lisp: The nodgui/tklib/notify-window․lisp file

O
out-of-bounds: Public conditions

P
Package, all-tests: The all-tests package
Package, nodgui: The nodgui package
Package, nodgui-user: The nodgui-user package
Package, nodgui.base64: The nodgui․base64 package
Package, nodgui.conditions: The nodgui․conditions package
Package, nodgui.config: The nodgui․config package
Package, nodgui.constants: The nodgui․constants package
Package, nodgui.demo: The nodgui․demo package
Package, nodgui.event-parser: The nodgui․event-parser package
Package, nodgui.event-symbols: The nodgui․event-symbols package
Package, nodgui.fit-line: The nodgui․fit-line package
Package, nodgui.mw: The nodgui․mw package
Package, nodgui.pixmap: The nodgui․pixmap package
Package, nodgui.sanitize: The nodgui․sanitize package
Package, nodgui.shapes: The nodgui․shapes package
Package, nodgui.syntax: The nodgui․syntax package
Package, nodgui.tcl-emitter: The nodgui․tcl-emitter package
Package, nodgui.tcl-glue-code: The nodgui․tcl-glue-code package
Package, nodgui.tklib.calendar: The nodgui․tklib․calendar package
Package, nodgui.tklib.misc-widget: The nodgui․tklib․misc-widget package
Package, nodgui.tklib.notify: The nodgui․tklib․notify package
Package, nodgui.tklib.plot: The nodgui․tklib․plot package
Package, nodgui.tklib.swaplist: The nodgui․tklib․swaplist package
Package, nodgui.ubvec4: The nodgui․ubvec4 package
Package, nodgui.utils: The nodgui․utils package
Package, nodgui.vec2: The nodgui․vec2 package
Package, syncronized-queue: The syncronized-queue package
Package, test-event-parser: The test-event-parser package
Package, test-nodgui: The test-nodgui package
Package, test-tcl-emitter: The test-tcl-emitter package
Package, test-text-indices: The test-text-indices package
Package, test-tk-styles: The test-tk-styles package
package.lisp: The nodgui/package․lisp file
package.lisp: The nodgui/tklib/package․lisp file
package.lisp: The nodgui/tests/package․lisp file
paned-window: Public classes
panedwindow.lisp: The nodgui/panedwindow․lisp file
password-entry: Public classes
photo-image: Public classes
photo-image.lisp: The nodgui/photo-image․lisp file
pixmap: Public classes
pixmap-file: Private classes
pixmap.lisp: The nodgui/pixmap․lisp file
plot: Public classes
plot-error: Private conditions
plot.lisp: The nodgui/tklib/plot․lisp file
polygon: Public classes
progress-bar-star: Public classes
progressbar: Public classes
progressbar.lisp: The nodgui/progressbar․lisp file
protect-escape: Private structures

R
radio-button: Public classes
radiobutton.lisp: The nodgui/radiobutton․lisp file
redraw-on-resize: Public classes

S
sanitize.lisp: The nodgui/sanitize․lisp file
scale: Public classes
scale.lisp: The nodgui/scale․lisp file
scrollbar: Public classes
scrollbar.lisp: The nodgui/scrollbar․lisp file
scrolled-canvas: Public classes
scrolled-frame: Public classes
scrolled-listbox: Public classes
scrolled-text: Public classes
scrolled-treeview: Public classes
searchable-listbox: Public classes
separator: Public classes
separator.lisp: The nodgui/separator․lisp file
series: Public classes
series-holder: Private classes
shape: Public classes
sizegrip: Public classes
sizegrip.lisp: The nodgui/sizegrip․lisp file
spinbox: Public classes
spinbox.lisp: The nodgui/spinbox․lisp file
star: Public classes
Structure, bypass-escape: Public structures
Structure, event: Public structures
Structure, match: Private structures
Structure, modal-toplevel: Private structures
Structure, nodgui-connection: Private structures
Structure, protect-escape: Private structures
Structure, tcl/<: Private structures
Structure, tcl/>: Private structures
Structure, tcl/code: Private structures
Structure, tcl/keyword: Private structures
Structure, tcl/list: Private structures
Structure, wm-attrib: Public structures
style: Public classes
styles.lisp: The nodgui/styles․lisp file
swaplist: Private classes
swaplist.lisp: The nodgui/tklib/swaplist․lisp file
synchronized-queue: Public classes
synchronized-queue.lisp: The nodgui/synchronized-queue․lisp file
syncronized-queue: The syncronized-queue package
syntax.lisp: The nodgui/syntax․lisp file
System, nodgui: The nodgui system

T
tcl-emitter.lisp: The nodgui/tcl-emitter․lisp file
tcl-glue-code.lisp: The nodgui/tcl-glue-code․lisp file
tcl/<: Private structures
tcl/>: Private structures
tcl/code: Private structures
tcl/keyword: Private structures
tcl/list: Private structures
test-event-parser: The test-event-parser package
test-event-parser.lisp: The nodgui/tests/test-event-parser․lisp file
test-nodgui: The test-nodgui package
test-nodgui.lisp: The nodgui/tests/test-nodgui․lisp file
test-styles.lisp: The nodgui/tests/test-styles․lisp file
test-tcl-emitter: The test-tcl-emitter package
test-tcl-emitter.lisp: The nodgui/tests/test-tcl-emitter․lisp file
test-text-indices: The test-text-indices package
test-text-indices.lisp: The nodgui/tests/test-text-indices․lisp file
test-tk-styles: The test-tk-styles package
test-widget: Private classes
test-widget2: Private classes
tests: The nodgui/tests module
text: Public classes
text.lisp: The nodgui/text․lisp file
tga: Public classes
title-holder: Private classes
tk-communication-error: Public conditions
tk-error: Public conditions
tklib: The nodgui/tklib module
tkobject: Public classes
tktextvariable: Public classes
tktextvariable.lisp: The nodgui/tktextvariable․lisp file
tkvariable: Public classes
tkvariable.lisp: The nodgui/tkvariable․lisp file
tooltip: Public classes
toplevel: Public classes
toplevel.lisp: The nodgui/toplevel․lisp file
tree-entry: Private classes
tree-item: Public classes
treelist: Public classes
treeview: Public classes
treeview.lisp: The nodgui/treeview․lisp file
treeviewtest: Private classes
trivial-debugger.lisp: The nodgui/trivial-debugger․lisp file
two-color-star: Public classes
Type, ubvec4: Public types
Type, ubvec4-type: Public types
Type, vec2: Public types
Type, vec2-type: Public types

U
ubvec4: Public types
ubvec4-type: Public types
ubvec4.lisp: The nodgui/ubvec4․lisp file
utils.lisp: The nodgui/utils․lisp file

V
vec2: Public types
vec2-type: Public types
vec2.lisp: The nodgui/vec2․lisp file

W
widget: Public classes
widget-helpers.lisp: The nodgui/widget-helpers․lisp file
widget.lisp: The nodgui/widget․lisp file
winfo.lisp: The nodgui/winfo․lisp file
wish-communication.lisp: The nodgui/wish-communication․lisp file
wm-attrib: Public structures
wm.lisp: The nodgui/wm․lisp file

X
xy-plot: Public classes