localnotification cancelall - part-cw/lambdanative GitHub Wiki
#(localnotification-cancelall) localnotification-cancelall cancels all scheduled local notifications.
Example
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)))