messagebox

2023-10-21

A library to show a native message box dialog.

Upstream URL

github.com/Shinmera/messagebox

Author

Yukari Hafner <shinmera@tymoon.eu>

Maintainer

Yukari Hafner <shinmera@tymoon.eu>

License

zlib
README
## About Messagebox This is a small library to display a native GUI message box. This can be useful to show error messages and other informational pieces should the application fail and be unable to do so using its standard UI. ## How To Simply call ``show``: :: common lisp (org.shirakumo.messagebox:show "Hello there!" :title "Wow!") (org.shirakumo.messagebox:show "Doing good?" :type :question) :: The returned value will be ``:OK``, ``:CANCEL``, ``:YES``, or ``:NO`` depending on the type of box.

Dependencies (7)

  • cffi
  • com-on
  • documentation-utils
  • float-features
  • trivial-features
  • trivial-main-thread
  • uiop

Dependents (0)

    • GitHub
    • Quicklisp