]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/minifram.cpp
*** empty log message ***
[wxWidgets.git] / src / gtk1 / minifram.cpp
index a59e05cd8d221f577a0e55237f2f1ac50ddc7bd1..9fa95cf91801c92effd3f79ef8f852924cf92a7b 100644 (file)
@@ -280,6 +280,8 @@ bool wxMiniFrame::Create( wxWindow *parent, wxWindowID id, const wxString &title
       long style, const wxString &name )
 {
     style = style | wxSIMPLE_BORDER;
+    style = style | wxCAPTION;
+    style = style | wxSYSTEM_MENU;
 
     if ((style & wxCAPTION) || (style & wxTINY_CAPTION_HORIZ) || (style & wxTINY_CAPTION_VERT))
         m_miniTitle = 13;