[wxPython-users] emulate GTK CollapsiblePane looks on windows?

Robin Dunn robin at alldunn.com
Wed Jul 4 11:12:22 PDT 2007


Paul Sijben wrote:
> It looked like CollapsiblePane would solve a problem for me. However
> while it looks great on linux (GTK) I am rather unhappy with the effect
> on MS Windows. Is there a way to emulate the CollapsiblePane GTK looks
> on Windows?

Not currently.  On GTK there is a native widget that is used for this. 
On the other platforms it is just a simple generic implementation using 
a button and a static line.  I don't think it would have been that much 
extra work to make the generic version more like the GTK version, but 
the author didn't seem to think it was worth it.

If you have C++ skills then I expect that a patch for this would be 
accepted.  Otherwise it probably wouldn't take too much to make a 
Python-only version.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list