splitterwindow, how to stop the sash from moving

I need the sash of a splitter window locked from time to time. Is there
a way to achieve this?

paul

···

--
Paul Sijben tel: +31334566488
Eemvalley Technology fax: +31334557523
the Netherlands http://eemvalley.com

Paul Sijben wrote:

I need the sash of a splitter window locked from time to time. Is there
a way to achieve this?

IIRC you can catch the EVT_SPLITTER_SASH_POS_CHANGING and call event.Veto() then it will prevent the sash movement.

···

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