]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/docs/latex/fl/cbsimpleupdatesmgr.tex
Rework modal dialog code to not depend on now obsolete wxDIALOG_MODAL flag.
[wxWidgets.git] / contrib / docs / latex / fl / cbsimpleupdatesmgr.tex
index e08ac5e518bf75fc825447b24a760647a0adb06f..8e518ad9af7091768b40e8fb7744c3d08efe9679 100644 (file)
@@ -1,19 +1,23 @@
 %
 % automatically generated by HelpGen $Revision$ from
-% updatesmgr.h at 05/Jan/02 22:50:58
+% updatesmgr.h at 21/Jan/02 21:14:18
 %
 
 
 \section{\class{cbSimpleUpdatesMgr}}\label{cbsimpleupdatesmgr}
 
 
-class implements slightly optimized logic for refreshing
-   areas of frame layout - which actually need to be updated. 
+This class implements slightly optimized logic for refreshing
+the areas of frame layout that actually need to be updated.
+
 \wxheading{Derived from}
 
 \helpref{cbUpdatesManagerBase}{cbupdatesmanagerbase}
 
+\wxheading{Include files}
+
+<wx/fl/updatesmgr.h>
+
 \wxheading{Data structures}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
@@ -23,51 +27,72 @@ class implements slightly optimized logic for refreshing
 
 \func{}{cbSimpleUpdatesMgr}{\void}
 
+Default constructor.
+
 
 \func{}{cbSimpleUpdatesMgr}{\param{wxFrameLayout* }{pPanel}}
 
+Constructor taking frame layout panel.
+
 
 \membersection{cbSimpleUpdatesMgr::OnBarWillChange}\label{cbsimpleupdatesmgronbarwillchange}
 
 \func{void}{OnBarWillChange}{\param{cbBarInfo* }{pBar}, \param{cbRowInfo* }{pInRow}, \param{cbDockPane* }{pInPane}}
 
+Notification received from Frame Layout in the order in which
+they would usually be invoked.
+
 
 \membersection{cbSimpleUpdatesMgr::OnFinishChanges}\label{cbsimpleupdatesmgronfinishchanges}
 
 \func{void}{OnFinishChanges}{\void}
 
+Notification received from Frame Layout in the order in which
+they would usually be invoked.
+
 
 \membersection{cbSimpleUpdatesMgr::OnPaneMarginsWillChange}\label{cbsimpleupdatesmgronpanemarginswillchange}
 
 \func{void}{OnPaneMarginsWillChange}{\param{cbDockPane* }{pPane}}
 
+Notification received from Frame Layout in the order in which
+they would usually be invoked.
+
 
 \membersection{cbSimpleUpdatesMgr::OnPaneWillChange}\label{cbsimpleupdatesmgronpanewillchange}
 
 \func{void}{OnPaneWillChange}{\param{cbDockPane* }{pPane}}
 
+Notification received from Frame Layout in the order in which
+they would usually be invoked.
+
 
 \membersection{cbSimpleUpdatesMgr::OnRowWillChange}\label{cbsimpleupdatesmgronrowwillchange}
 
 \func{void}{OnRowWillChange}{\param{cbRowInfo* }{pRow}, \param{cbDockPane* }{pInPane}}
 
+Notification received from Frame Layout in the order in which
+they would usually be invoked.
+
 
 \membersection{cbSimpleUpdatesMgr::OnStartChanges}\label{cbsimpleupdatesmgronstartchanges}
 
 \func{void}{OnStartChanges}{\void}
 
-notificiactions received from Frame Layout (in the order, in which
-they usually would be invoked)
+Notification received from Frame Layout in the order in which
+they would usually be invoked.
 
 
 \membersection{cbSimpleUpdatesMgr::UpdateNow}\label{cbsimpleupdatesmgrupdatenow}
 
 \func{void}{UpdateNow}{\void}
 
-refreshes parts of the frame layout, which need an update
+Refreshes the parts of the frame layoutthat need an update.
 
 
 \membersection{cbSimpleUpdatesMgr::WasChanged}\label{cbsimpleupdatesmgrwaschanged}
 
 \func{bool}{WasChanged}{\param{cbUpdateMgrData\& }{data}, \param{wxRect\& }{currentBounds}}
 
+Helper function.
+