[Linux] Show Notifications (libnotify)

Share your advanced PureBasic knowledge/code with the community.
remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

[Linux] Show Notifications (libnotify)

Post by remi_meier »

For even nicer integration into the Gnome-Desktop
you sometimes may want to display non-intrusive
notifications. Here's your treat:
NotifyNotification represents a passive pop-up notification. It can contain summary text, body text, and an icon, as well as hints specifying how the notification should be presented. The notification is rendered by a notification daemon, and may present the notification in any number of ways. As such, there is a clear separation of content and presentation, and this API enforces that.
API Reference:
http://developer.gnome.org/libnotify/0. ... cation-new

Example + Bindings:
http://remi.secretly.de/downloads/libnotify.zip
Athlon64 3700+, 1024MB Ram, Radeon X1600
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

Re: [Linux] Show Notifications (libnotify)

Post by Guimauve »

Just nice :!:
Thanks :D

Best regards.
Guimauve
User avatar
idle
Always Here
Always Here
Posts: 5915
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: [Linux] Show Notifications (libnotify)

Post by idle »

nice, thanks for sharing it
Windows 11, Manjaro, Raspberry Pi OS
Image
Post Reply