From 6b3d51cc3560dd9629a104bf000668fdc2f75a6b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 26 Mar 2002 21:42:34 +0000 Subject: [PATCH] Copied roadmap from wxWebSite module added newline to end of hashmap.tex Reworded wxView::OnCreate doc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/html/roadmap.htm | 6 +++--- docs/latex/wx/hashmap.tex | 1 + docs/latex/wx/view.tex | 14 ++++++++------ 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/html/roadmap.htm b/docs/html/roadmap.htm index 572fe1d23f..005b72ecdf 100644 --- a/docs/html/roadmap.htm +++ b/docs/html/roadmap.htm @@ -9,11 +9,11 @@ - +
- diff --git a/docs/latex/wx/hashmap.tex b/docs/latex/wx/hashmap.tex index 7216f954f9..738ad03c29 100644 --- a/docs/latex/wx/hashmap.tex +++ b/docs/latex/wx/hashmap.tex @@ -209,3 +209,4 @@ default {\tt value\_type()} is inserted in the table. \constfunc{size\_type}{size}{} Returns the numbers of elements in the map. + diff --git a/docs/latex/wx/view.tex b/docs/latex/wx/view.tex index e977bd41df..77b0811952 100644 --- a/docs/latex/wx/view.tex +++ b/docs/latex/wx/view.tex @@ -130,12 +130,14 @@ frame associated with the view. \func{virtual bool}{OnCreate}{\param{wxDocument* }{doc}, \param{long}{ flags}} -Called just after view construction to give the view a chance to initialize -itself based on the passed document and flags (unused). By default, simply -returns TRUE. If the function returns FALSE, the view will be deleted. - -The predefined document child frame, wxDocChildFrame, calls this function -automatically. +wxDocManager or wxDocument creates a wxView via a wxDocTemplate. +Just after the wxDocTemplate creates the wxView, it calls +wxView::OnCreate. In its OnCreate member function, the wxView can create a wxDocChildFrame +or a derived class. This wxDocChildFrame provides user interface +elements to view and/or edit the contents of the wxDocument. + +By default, simply returns TRUE. If the function returns FALSE, the +view will be deleted. \membersection{wxView::OnCreatePrintout} -- 2.45.2
+ -wxWindows Roadmap +wxWindows Roadmap