Re: How to realize a battery-indicator with a trayicon? How to show the current capacity

2008-11-18 Thread Rorschach
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

How to realize a battery-indicator with a trayicon? How to show the current capacity

2008-11-16 Thread Rorschach
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/

Re: How to tell the difference between a minimize and a switch desktop?

2008-10-27 Thread Rorschach
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

Re: Why is minimizing an app and switching the desktop resulting in the same window-event: ICONIFIED ?

2008-09-26 Thread Rorschach
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 &

Why is minimizing an app and switching the desktop resulting in the same window-event: ICONIFIED ?

2008-09-17 Thread Rorschach
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