[フレーム]
Last Updated: February 25, 2016
·
644
· gregorym

Osx notifications with Macruby

notification = NSUserNotification.alloc.init
notification.title = "TITLE"
notification.informativeText = "INFO"
 NSUserNotificationCenter.defaultUserNotificationCenter.deliverNotification(notification)

AltStyle によって変換されたページ (->オリジナル) /