This is the messagebox Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 06:05:58 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
messagebox
A library to show a native message box dialog.
Yukari Hafner <shinmera@tymoon.eu>
Yukari Hafner <shinmera@tymoon.eu>
(GIT https://github.com/shinmera/messagebox.git)
zlib
1.0.0
trivial-features
(system).
cffi
(system)., for feature :darwin
trivial-main-thread
(system)., for feature :darwin
float-features
(system)., for feature :darwin
com-on
(system)., for feature :windows
uiop
(system)., for feature :linux
documentation-utils
(system).
package.lisp
(file).
protocol.lisp
(file).
zenity.lisp
(file).
macos.lisp
(file).
win32.lisp
(file).
documentation.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
messagebox/messagebox.asd
messagebox/package.lisp
messagebox/protocol.lisp
messagebox/zenity.lisp
messagebox/macos.lisp
messagebox/win32.lisp
messagebox/documentation.lisp
messagebox/protocol.lisp
package.lisp
(file).
messagebox
(system).
show
(function).
define-implementation
(macro).
messagebox-failed
(condition).
show-stream
(function).
messagebox/zenity.lisp
:linux
protocol.lisp
(file).
messagebox
(system).
show-backend
(function).
zenity
(function).
messagebox/macos.lisp
:darwin
zenity.lisp
(file).
protocol.lisp
(file).
messagebox
(system).
messagebox/win32.lisp
:windows
macos.lisp
(file).
zenity.lisp
(file).
protocol.lisp
(file).
messagebox
(system).
messagebox/documentation.lisp
win32.lisp
(file).
macos.lisp
(file).
zenity.lisp
(file).
protocol.lisp
(file).
messagebox
(system).
Packages are listed by definition order.
org.shirakumo.messagebox
common-lisp
.
show
(function).
define-implementation
(macro).
messagebox-failed
(condition).
show-backend
(function).
show-stream
(function).
zenity
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Show a message box dialog.
TEXT — The primary text to display.
TITLE — The title to show on the message box window.
TYPE — What kind of message to display. Should be one of
:info
:error
:warning
:question
MODAL — Whether the dialog should be modal to the application
May not make a difference on some systems.
If the backend fails or no suitable backend is present, the
dialog is shown on *ERROR-OUTPUT*.
Depending on the backend further options may be supported.
Do note that some systems might not show long text well. You
should thus avoid trying to do things such as displaying stack
traces using this function. It is instead recommended to write
relevant debug information to a file and refer to this file in the
displayed message.
This function should not error.
Returns :OK, :YES, :NO, or :CANCEL. :YES and :NO can only be returned if the TYPE is :QUESTION.
Jump to: | D F M S Z |
---|
Jump to: | D F M S Z |
---|
Jump to: | C D F M O P S W Z |
---|
Jump to: | C D F M O P S W Z |
---|