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
<font face="Arial, Lucida Sans, Helvetica">
<font face="Arial, Lucida Sans, Helvetica">
-<table width=100% border=4 cellpadding=5 cellspacing=0>
+<table width=100% border=0 cellpadding=3 cellspacing=0>
+<td bgcolor="#004080" align=left height=24 background="images/bluetitlegradient.gif">
<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
+<b>wxWindows Roadmap</b>
\constfunc{size\_type}{size}{}
Returns the numbers of elements in the map.
\constfunc{size\_type}{size}{}
Returns the numbers of elements in the map.
\func{virtual bool}{OnCreate}{\param{wxDocument* }{doc}, \param{long}{ flags}}
\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}
\membersection{wxView::OnCreatePrintout}