diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-08 10:13:16 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-08 10:13:16 -0500 |
commit | 7bf212df6c3cf0d16b7145ddb18b97f504717230 (patch) | |
tree | 51fc74e31f577884c6ec09e64a97f309832a6df2 /src/interactive/button.lisp | |
parent | 9106f3adb796f2c7fb0127fb8e0a66799a214c9b (diff) |
[add] exports to pacage; [rename] frameset-key/sprite-frameset-key
Diffstat (limited to 'src/interactive/button.lisp')
-rw-r--r-- | src/interactive/button.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/button.lisp b/src/interactive/button.lisp index 08f7f37..0a15d79 100644 --- a/src/interactive/button.lisp +++ b/src/interactive/button.lisp @@ -7,7 +7,7 @@ :std (error "UP and DOWN lots are required") :doc "Any affine renderable unit") (bg :with) - (on-press on-release :doc "Function accepting the button.")) + (on-press on-release :with :doc "Function accepting the button.")) (:documentation "A basic button class. The UP and DOWN slots should be filled with renderable objects having the same size.")) |