]> git.saurik.com Git - wxWidgets.git/blobdiff - src/aui/floatpane.cpp
Allow other classes to access the SetupMouseEvent function.
[wxWidgets.git] / src / aui / floatpane.cpp
index d8e436dc26039afc630e9e046e14a6f10b7461be..5d9c010da25341ee66148f86b5f32d43dcbb170a 100644 (file)
@@ -37,13 +37,15 @@ IMPLEMENT_CLASS( wxFloatingPane, wxFloatingPaneBaseClass )
 wxFloatingPane::wxFloatingPane(wxWindow* parent,
                 wxFrameManager* owner_mgr,
                 const wxPaneInfo& pane,
-                wxWindowID id /*= wxID_ANY*/)
+                wxWindowID id /*= wxID_ANY*/,
+                long style /*=wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION |
+                              wxFRAME_NO_TASKBAR | wxFRAME_FLOAT_ON_PARENT | 
+                              wxCLIP_CHILDREN
+                           */)
                 : wxFloatingPaneBaseClass(parent, id, wxEmptyString,
                         pane.floating_pos, pane.floating_size,
-                        wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION |
+                        style | 
                         (pane.HasCloseButton()?wxCLOSE_BOX:0) |
-                        wxFRAME_NO_TASKBAR |
-                        wxFRAME_FLOAT_ON_PARENT | wxCLIP_CHILDREN |
                         (pane.IsFixed()?0:wxRESIZE_BORDER)
                         )
 {