[gimpwin-users] How to iconify in systray??
- From: Tor Lillqvist <tml iki fi>
- To: gimpwin-users yahoogroups com, gtk-app-devel-list gnome org
- Cc:
- Subject: [gimpwin-users] How to iconify in systray??
- Date: Wed, 23 Nov 2005 14:05:56 +0200
This is off-topic for the gimpwin-users list. Please ask GTK+
programming questions on gtk-app-devel-list (see
http://www.gtk.org/mailinglists.html). It's perfectly OK to ask also
Windows-specific questions there.
efl65 writes:
I just wanna know if it's possible to cionify a window in systray
under Windows with GTK+?? and how to do this..
Not really. In Windows you cannot have windows in the notification
area (systray). Instead there is a separate API to add/remove just
icons in the systray. Look up Shell_NotifyIcon on MSDN. In GTK+ 2.10
there will be a platform-independent API to manage status icons. I
think it would be relatively trivial (if you know what you are doing)
to lift that code (gtkstatusicon.c) out of HEAD GTK+ and use in an
application together with an older GTK+, too.
--tml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]