On Windows I can use Shell_NotifyIcon(). What is the Linux equivalent of this feature?
Shell_NotifyIcon()
Difference in GNOME (gtk) and KDE (qt)? Unable to find textbooks on the Internet.
Yes, it depends on the desktop environment you are using.
In Qt (KDE), you can do this in a cross-platform way using QSystemTrayIcon.
QSystemTrayIcon
There is even an example application in Qt .
In GTK, you do this with GtkStatusIcon. In this blog post .
GtkStatusIcon
systray XEmbed. Qt GTK . . Qt, , Windows, .
Gnome, gtkmm toolkit ++
: , . , . Reed.
Source: https://habr.com/ru/post/1713262/More articles:Passing dynamic attributes between JSP tags? - javaHow to sort a query object in ColdFusion 7? - sortingPHP array with various elements (for example, a Python set) - arraysConversion class extension (extension methods and Parital class) - c #linux permission group - linuxOpenGL Alpha mixes with the wrong color - c ++User actions such as social networks facebook, myspace, all big - phpIn Django, how do you create a set of forms manually in a template? - djangoRegarding remote debugging on the MCF5485EVB using Eclipse CDT - debuggingЧто такое практическое применение метода Java compareTo? - javaAll Articles