Setting a wxPython app to 'withdraw' mode...

Hello all, I was wondering if there was a way to set a wxPython app to
withdraw mode so that it can be 'swallowed' by the Fluxbox slit. I've
done an extensive search via Google but have come up empty handed. I'm
interested in making some dockapps with Python, but have only been able
to find pywmgeneral, which is fairly old and seems rather complicated to
be completely honest.

Thought it'd be nice if there was a way to use wxPython to make them.

Any help would be greatly appreciated.

Thanks.

Nathan Lundquist wrote:

Hello all, I was wondering if there was a way to set a wxPython app to
withdraw mode so that it can be 'swallowed' by the Fluxbox slit.

Not currently. From what I've been told there is a standard protocol (XEMBED I think) that can be implemented in wxWidgets that would allow wx windows to be embedded in container apps that support XEMBED, but the work to do it hasn't been done yet.

ยทยทยท

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