Sujet : Re: Can Tcl/Tk be used to create Xfce panel apps?
De : mark (at) *nospam* qtrac.eu (Mark Summerfield)
Groupes : comp.lang.tclDate : 11. Jul 2024, 08:42:44
Autres entêtes
Message-ID : <CF2dndeVPsRpERL7nZ2dnZfqn_adnZ2d@brightview.co.uk>
References : 1 2
User-Agent : Pan/0.154 (Izium; 517acf4)
On Wed, 10 Jul 2024 20:16:50 -0300, Luc wrote:
On Wed, 10 Jul 2024 10:00:56 +0000, Mark Summerfield wrote:
I'd quite like to create a panel app for the Xfce panel. (I know that
Tcl/
Tk can create systray apps, but I want a panel button like "Launcher")
**************************
I have no idea regarding integration with XFCE but making an independent
panel with buttons that do stuff in Tcl/Tk is not only possible, it's
very easy. I suspect it can even be more capable.
And you don't really need Gnocl for that but you may want to have a look
at it. Maybe it's relevant to your needs.
A tiny example would help...