]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/docmdich.tex
Moved desktop margin options to a more sensible place
[wxWidgets.git] / docs / latex / wx / docmdich.tex
index 7c831f14b8dc97e16f49fb605edc625b105a13eb..9b445aa38601c1775a733949d29ff5ce511be72f 100644 (file)
@@ -13,6 +13,7 @@ See the example application in {\tt samples/docview}.
 
 \helpref{wxMDIChildFrame}{wxmdichildframe}\\
 \helpref{wxFrame}{wxframe}\\
 
 \helpref{wxMDIChildFrame}{wxmdichildframe}\\
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
@@ -21,23 +22,31 @@ See the example application in {\tt samples/docview}.
 
 <wx/docmdi.h>
 
 
 <wx/docmdi.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{Document/view overview}{docviewoverview}, \helpref{wxMDIChildFrame}{wxmdichildframe}
 
 \wxheading{See also}
 
 \helpref{Document/view overview}{docviewoverview}, \helpref{wxMDIChildFrame}{wxmdichildframe}
 
-\membersection{wxDocMDIChildFrame::m\_childDocument}
+
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
+\membersection{wxDocMDIChildFrame::m\_childDocument}\label{wxdocmdichildframemchilddocument}
 
 \member{wxDocument*}{m\_childDocument}
 
 The document associated with the frame.
 
 
 \member{wxDocument*}{m\_childDocument}
 
 The document associated with the frame.
 
-\membersection{wxDocMDIChildFrame::m\_childView}
+\membersection{wxDocMDIChildFrame::m\_childView}\label{wxdocmdichildframemchildview}
 
 \member{wxView*}{m\_childView}
 
 The view associated with the frame.
 
 
 \member{wxView*}{m\_childView}
 
 The view associated with the frame.
 
-\membersection{wxDocMDIChildFrame::wxDocMDIChildFrame}
+\membersection{wxDocMDIChildFrame::wxDocMDIChildFrame}\label{wxdocmdichildframector}
 
 \func{}{wxDocMDIChildFrame}{\param{wxDocument* }{doc}, \param{wxView* }{view}, \param{wxFrame* }{parent},
  \param{wxWindowID}{ id}, \param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
 
 \func{}{wxDocMDIChildFrame}{\param{wxDocument* }{doc}, \param{wxView* }{view}, \param{wxFrame* }{parent},
  \param{wxWindowID}{ id}, \param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
@@ -46,25 +55,25 @@ The view associated with the frame.
 
 Constructor.
 
 
 Constructor.
 
-\membersection{wxDocMDIChildFrame::\destruct{wxDocMDIChildFrame}}
+\membersection{wxDocMDIChildFrame::\destruct{wxDocMDIChildFrame}}\label{wxdocmdichildframedtor}
 
 \func{}{\destruct{wxDocMDIChildFrame}}{\void}
 
 Destructor.
 
 
 \func{}{\destruct{wxDocMDIChildFrame}}{\void}
 
 Destructor.
 
-\membersection{wxDocMDIChildFrame::GetDocument}
+\membersection{wxDocMDIChildFrame::GetDocument}\label{wxdocmdichildframegetdocument}
 
 \constfunc{wxDocument*}{GetDocument}{\void}
 
 Returns the document associated with this frame.
 
 
 \constfunc{wxDocument*}{GetDocument}{\void}
 
 Returns the document associated with this frame.
 
-\membersection{wxDocMDIChildFrame::GetView}
+\membersection{wxDocMDIChildFrame::GetView}\label{wxdocmdichildframegetview}
 
 \constfunc{wxView*}{GetView}{\void}
 
 Returns the view associated with this frame.
 
 
 \constfunc{wxView*}{GetView}{\void}
 
 Returns the view associated with this frame.
 
-\membersection{wxDocMDIChildFrame::OnActivate}
+\membersection{wxDocMDIChildFrame::OnActivate}\label{wxdocmdichildframeonactivate}
 
 \func{void}{OnActivate}{\param{wxActivateEvent}{ event}}
 
 
 \func{void}{OnActivate}{\param{wxActivateEvent}{ event}}
 
@@ -72,19 +81,19 @@ Sets the currently active view to be the frame's view. You may need
 to override (but still call) this function in order to set the keyboard
 focus for your subwindow.
 
 to override (but still call) this function in order to set the keyboard
 focus for your subwindow.
 
-\membersection{wxDocMDIChildFrame::OnCloseWindow}
+\membersection{wxDocMDIChildFrame::OnCloseWindow}\label{wxdocmdichildframeonclosewindow}
 
 \func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}}
 
 Closes and deletes the current view and document.
 
 
 \func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}}
 
 Closes and deletes the current view and document.
 
-\membersection{wxDocMDIChildFrame::SetDocument}
+\membersection{wxDocMDIChildFrame::SetDocument}\label{wxdocmdichildframesetdocument}
 
 \func{void}{SetDocument}{\param{wxDocument *}{doc}}
 
 Sets the document for this frame.
 
 
 \func{void}{SetDocument}{\param{wxDocument *}{doc}}
 
 Sets the document for this frame.
 
-\membersection{wxDocMDIChildFrame::SetView}
+\membersection{wxDocMDIChildFrame::SetView}\label{wxdocmdichildframesetview}
 
 \func{void}{SetView}{\param{wxView *}{view}}
 
 
 \func{void}{SetView}{\param{wxView *}{view}}