Hello
Does wxPython over some equivalent to XP's taskpane?
http://www.geekgirls.com/images/movingfiles.jpg
I prefer to use a left-hand widget to display a list of features
instead of the usual menu bar.
Thank you.
Hello
Does wxPython over some equivalent to XP's taskpane?
http://www.geekgirls.com/images/movingfiles.jpg
I prefer to use a left-hand widget to display a list of features
instead of the usual menu bar.
Thank you.
Hi Gilles,
Does wxPython over some equivalent to XP's taskpane?
http://www.geekgirls.com/images/movingfiles.jpg
I prefer to use a left-hand widget to display a list of features
instead of the usual menu bar.
You can build one widget like that using a combination of
wx.lib.foldpanelbar (written originally in C++ by Jorgen Bodde, and
translated by me to wxPython) and wx.lib.hyperlinkctrl (which, again,
was in C++ and got translated to wxPython). The you might want to play
with the code to add the icons, gradients and whatever you can think
of to make it similar to the XP task pane.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
On Sat, Apr 26, 2008 at 11:42 PM, Gilles wrote:
(snip)
Thanks a lot.
On Sun, 27 Apr 2008 10:39:09 +0100, "Andrea Gavana" <andrea.gavana@gmail.com> wrote: