Thank you all for your ideas, you helped me a lot!
greetings
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
ith this?
greetings
regards
Rorschach
--
Mail: [EMAIL PROTECTED] (pgp: 0xD6DEB90A)
Irc : Rorschach on irc.freenode.net
Web : http://rorschachstagebuch.wordpress.com
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/
also asked here but nobody answered me... Did really noone ever
code a trayicon which minimzed to tray?
If you come up with any workaround or just an idea please tell me!
regards
Rorschach
--
Mail: [EMAIL PROTECTED] (pgp: 0xD6DEB90A)
Irc : Rorschach on irc.freenode.net
Web : http
Really noone any ideo how to hide a window to tray when minimized but not when
moving to another desktop with gtk?
On Wed, 17 Sep 2008 19:57:05 +0200
Rorschach <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm writing a trayicon (gtk-status-icon) in C for a linux-application. I
&
Hi,
I'm writing a trayicon (gtk-status-icon) in C for a linux-application. I
created an event-handler for window-state-events. When the window gets
minimized I wanna hide it to the tray. That means if the changed_mask and
new_window_state become GDK_WINDOW_STATE_ICONIFIED.
But my problem is tha