Add support for child documents to docview framework.
Child documents are virtual documents corresponding to parts of their parent document which can't be saved nor loaded independently of their parent and are closed when the parent is closed. This finally makes some use of wxDocument::m_documentParent field which was always present in the docview code but never used before. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -476,6 +476,7 @@ All (GUI):
|
||||
- wxHTML: render in RTL order inside RTL window (Richard Bullington-McGuire).
|
||||
- wxRibbon: added EVT_RIBBONGALLERY_CLICKED event (John Roberts).
|
||||
- wxRibbon: allow hiding the panels and showing tabs only (snowleopard).
|
||||
- Add support for child documents to docview framework.
|
||||
- Add support for CP-866 encoding to wxEncodingConverter (madnut).
|
||||
- Consistency fixes for keyboard events across all major ports.
|
||||
- Added EVT_RIBBONBAR_TAB_LEFT_DCLICK event (snowleopard).
|
||||
|
Reference in New Issue
Block a user