Skip to content

localnotification cancelall

Matthias Görges edited this page Oct 16, 2016 · 2 revisions

#(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)))
Clone this wiki locally