I have an app with a wxSplitterWindow in a wxNotebook page. It exhibits
different behaviour on GTK and MSW. The following code fragment puts a
wxNotebook (vertical tabs) in the left panel and a wxPanel on the right.
Under GTK I get the two panels showing nicely but on MSW only the tabs of
the vertical notebook are showing. If I click on the sash the left panel is
exposed.
The app is large and reducing it to a simple example will probably take a
long time and not produce this odd behavour. Can I simulate the click on
the sash in the idle handler?
I have an app with a wxSplitterWindow in a wxNotebook page. It exhibits
different behaviour on GTK and MSW. The following code fragment puts a
wxNotebook (vertical tabs) in the left panel and a wxPanel on the right.