kurnevsky / tktray

Automatically exported from code.google.com/p/tktray
Other
2 stars 2 forks source link

tktray::icon doesn't return the path #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The usual return value of a window creating command is the path name of 
the new window. but tktray::icon simply returns an empty string.
It would be best to return the path this way the usual/normal way of 
coding would work :
set w [tktray::icon .path]

instead of having to do :
set w .path
tktray::icon $w

Original issue reported on code.google.com by snifikino on 13 May 2010 at 9:09

GoogleCodeExporter commented 9 years ago
I believe it's fixed in tktray 1.3.9.

Original comment by anton.kovalenko@gmail.com on 15 Jul 2010 at 3:09