system tray for Tk

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Oguz Yarimtepe

    system tray for Tk

    Hi,

    Is there any binding that i can use for my python-tk application that
    will show an icon at the system tray when the application runs which
    will be able to be change during the process?

    --
    Oðuz Yarýmtepe
  • Kevin Walzer

    #2
    Re: system tray for Tk

    Oguz Yarimtepe wrote:
    Hi,
    >
    Is there any binding that i can use for my python-tk application that
    will show an icon at the system tray when the application runs which
    will be able to be change during the process?
    >
    See http://wiki.tcl.tk/4090 for some ideas. This will require installing
    some Tcl/Tk packages, but they can probably be called easily enough from
    Python.
    --
    Kevin Walzer
    Code by Kevin

    Comment

    Working...