- wxWindowID id /*= -1*/,
- const wxPoint& pos /*= wxDefaultPosition*/,
- const wxSize& size /*= wxDefaultSize*/)
- : wxFloatingPaneBaseClass(parent, id, wxT(""), pos, size,
+ const wxPaneInfo& pane,
+ wxWindowID id /*= wxID_ANY*/)
+ : wxFloatingPaneBaseClass(parent, id, wxEmptyString,
+ pane.floating_pos, pane.floating_size,