I researched this a bit, and found out, that it is at least
impossible under gtkmm-2.4, See http://tronche.com/gui/x/icccm/sec-4.html#s-4.1.2.4 . Maybe
somehow using XSetWMHints, XSetWMProperties or the
Xutf8SetWMProperties function might work, using the
XUrgencyHint (see <X11/Xlib.h>). At least a simple grep -H
-r didn't reveal anything using something similar in my
/usr/include.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=277268
Good suggestion.. I wonder how this could be done with gtkmm
though.
Logged In: NO
I researched this a bit, and found out, that it is at least
impossible under gtkmm-2.4, See
http://tronche.com/gui/x/icccm/sec-4.html#s-4.1.2.4 . Maybe
somehow using XSetWMHints, XSetWMProperties or the
Xutf8SetWMProperties function might work, using the
XUrgencyHint (see <X11/Xlib.h>). At least a simple grep -H
-r didn't reveal anything using something similar in my
/usr/include.