X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..cfa9866bf53da1fc565ec4b216069bcecf7c2905:/interface/minifram.h diff --git a/interface/minifram.h b/interface/minifram.h index 232c259bb9..63d398af14 100644 --- a/interface/minifram.h +++ b/interface/minifram.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: minifram.h -// Purpose: documentation for wxMiniFrame class +// Purpose: interface of wxMiniFrame // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -48,8 +48,7 @@ @library{wxcore} @category{managedwnd} - @seealso - wxMDIParentFrame, wxMDIChildFrame, wxFrame, wxDialog + @see wxMDIParentFrame, wxMDIChildFrame, wxFrame, wxDialog */ class wxMiniFrame : public wxFrame { @@ -57,7 +56,7 @@ public: //@{ /** Constructor, creating the window. - + @param parent The window parent. This may be @NULL. If it is non-@NULL, the frame will always be displayed on top of the parent window on Windows. @@ -80,9 +79,9 @@ public: item, allowing the application user to set Motif resource values for individual windows. - + @remarks The frame behaves like a normal frame on non-Windows platforms. - + @see Create() */ wxMiniFrame(); @@ -110,3 +109,4 @@ public: long style = wxCAPTION | wxRESIZE_BORDER, const wxString& name = "frame"); }; +