Bugs
These are the known bugs:
- Using SetClientSize before setting the menu bar on a frame
does not cause a menu bar to appear under XView. Use SetClientSize after changes
to the window which might affect its size.
- Modal dialogs under XView do not treat some panel items correctly.
This XView problem is partially corrected with the list item scrollbar
fix supplied with wxWindows, but choice items (and probably other items)
still don't work properly.
- On creation of a new frame, XView often appears to send too many repaint
events to subwindows. I can't find a way around this, any suggestions
appreciated.
- Windows MDI support is hampered by the inability to paint icons
dynamically onto the iconized window client area, thus limiting icons to
one image for all child windows.
- Mapping mode support is patchy.
- PostScript output control could be improved. Mapping mode ignored
by PostScript driver.
- Some text window behaviour is not implemented in Windows (e.g.
character input).