We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#(localnotification-cancelall) localnotification-cancelall cancels all scheduled local notifications.
Example 1: Cancel all notifications, e.g. at application start.
(localnotification-cancelall)
Example 2: Make a cancel all button:
(glgui-button-string gui x y w h "Cancel" ascii_24.fnt (lambda (g wgt . x) (localnotification-cancelall)))
Sorry, there was an error rendering this page.