38                      const wxPoint& aPos = wxDefaultPosition,
 
   39                      const wxSize& aSize = wxSize( -1,-1 ),
 
   40                      long aStyle = wxTAB_TRAVERSAL,
 
   41                      const wxString& aName = wxEmptyString )
 
   42        : wxPanel( aParent, aId, aPos, aSize, aStyle | 
wxRESETTABLE, aName )
 
   44        Bind( wxEVT_COMMAND_BUTTON_CLICKED,
 
   45                [&]( wxCommandEvent& aCmd )