X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..ea58aac5808a7617dd68c94b651ad70e038a324f:/interface/minifram.h diff --git a/interface/minifram.h b/interface/minifram.h index 10aa4bf3fb..63d398af14 100644 --- a/interface/minifram.h +++ b/interface/minifram.h @@ -56,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. @@ -79,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();