X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..adcb6f88ee32eb508d64e86c22ad193fec8b95cf:/interface/frame.h diff --git a/interface/frame.h b/interface/frame.h index 44c7104feb..070270286f 100644 --- a/interface/frame.h +++ b/interface/frame.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: frame.h -// Purpose: documentation for wxFrame class +// Purpose: interface of wxFrame // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -82,8 +82,7 @@ @library{wxcore} @category{managedwnd} - @seealso - wxMDIParentFrame, wxMDIChildFrame, wxMiniFrame, wxDialog + @see wxMDIParentFrame, wxMDIChildFrame, wxMiniFrame, wxDialog */ class wxFrame : public wxTopLevelWindow { @@ -380,3 +379,4 @@ public: */ void SetToolBar(wxToolBar* toolBar); }; +