| View previous topic :: View next topic |
| Author |
Message |
Taliesin
Joined: 03 Sep 2006 Posts: 3
|
Posted: Sun Sep 03, 2006 10:08 am Post subject: tray icon or windows toolbar |
|
|
Hi to all.
It is possible with php-gtk2 to create an tray icon when the window is iconify or, better, to create a windows toolbar (like media player)?
Another question: how could I intercept the iconify method?
Thanx |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Sun Sep 03, 2006 6:55 pm Post subject: |
|
|
| Currently not. But Gtk 2.10 has a native systray class, so when php-gtk gets updated to support gtk 2.10, it will be possible. |
|
| Back to top |
|
 |
Taliesin
Joined: 03 Sep 2006 Posts: 3
|
Posted: Mon Sep 04, 2006 9:26 am Post subject: |
|
|
Thanx for the answer.
Is there a way to intercept when a user click on the iconify button, when the window is open? |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Mon Sep 04, 2006 10:52 am Post subject: |
|
|
| I don't know, use Dev_Inspector to view all signals and try to find a matching one. It could be state-changed, but that's a guess. |
|
| Back to top |
|
 |
Taliesin
Joined: 03 Sep 2006 Posts: 3
|
Posted: Mon Sep 04, 2006 5:28 pm Post subject: |
|
|
ok, thanx  |
|
| Back to top |
|
 |
|