X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..cbb40850016efc8c2a5fe8c976abf6d9abbab5e1:/interface/laywin.h diff --git a/interface/laywin.h b/interface/laywin.h index 98e4d1a125..a09ff3d194 100644 --- a/interface/laywin.h +++ b/interface/laywin.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: laywin.h -// Purpose: documentation for wxLayoutAlgorithm class +// Purpose: interface of wxLayoutAlgorithm // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -90,8 +90,7 @@ @library{wxadv} @category{winlayout} - @seealso - wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandlingoverview + @see wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandlingoverview */ class wxLayoutAlgorithm : public wxObject { @@ -135,6 +134,7 @@ public: }; + /** @class wxSashLayoutWindow @wxheader{laywin.h} @@ -152,8 +152,7 @@ public: @library{wxadv} @category{miscwnd} - @seealso - wxLayoutAlgorithm, wxSashWindow, @ref overview_eventhandlingoverview + @see wxLayoutAlgorithm, wxSashWindow, @ref overview_eventhandlingoverview */ class wxSashLayoutWindow : public wxSashWindow { @@ -162,7 +161,7 @@ public: /** Constructs a sash layout window, which can be a child of a frame, dialog or any other non-control window. - + @param parent Pointer to a parent window. @param id @@ -193,7 +192,7 @@ public: /** Initializes a sash layout window, which can be a child of a frame, dialog or any other non-control window. - + @param parent Pointer to a parent window. @param id @@ -276,6 +275,7 @@ public: }; + /** @class wxQueryLayoutInfoEvent @wxheader{laywin.h} @@ -288,8 +288,7 @@ public: @library{wxadv} @category{events} - @seealso - wxCalculateLayoutEvent, wxSashLayoutWindow, wxLayoutAlgorithm. + @see wxCalculateLayoutEvent, wxSashLayoutWindow, wxLayoutAlgorithm. */ class wxQueryLayoutInfoEvent : public wxEvent { @@ -366,6 +365,7 @@ public: }; + /** @class wxCalculateLayoutEvent @wxheader{laywin.h} @@ -377,8 +377,7 @@ public: @library{wxadv} @category{events} - @seealso - wxQueryLayoutInfoEvent, wxSashLayoutWindow, wxLayoutAlgorithm. + @see wxQueryLayoutInfoEvent, wxSashLayoutWindow, wxLayoutAlgorithm. */ class wxCalculateLayoutEvent : public wxEvent { @@ -414,3 +413,4 @@ public: */ void SetRect(const wxRect& rect); }; +