]>
git.saurik.com Git - wxWidgets.git/blob - src/os2/dirdlg.cpp
   1 ///////////////////////////////////////////////////////////////////////////// 
   3 // Purpose:     wxDirDialog 
   4 // Author:      David Webster 
   8 // Copyright:   (c) David Webster 
   9 // Licence:     wxWindows licence 
  10 ///////////////////////////////////////////////////////////////////////////// 
  13     #pragma implementation "dirdlg.h" 
  16 // For compilers that support precompilation, includes "wx.h". 
  17 #include "wx/wxprec.h" 
  23 #include "wx/dialog.h" 
  24 #include "wx/dirdlg.h" 
  27 #include "wx/os2/private.h" 
  28 #include "wx/cmndata.h" 
  34 #define wxDIALOG_DEFAULT_X 300 
  35 #define wxDIALOG_DEFAULT_Y 300 
  37 IMPLEMENT_CLASS(wxDirDialog
, wxDialog
) 
  39 wxDirDialog::wxDirDialog(wxWindow 
*parent
, const wxString
& message
, 
  40         const wxString
& defaultPath
, 
  41         long style
, const wxPoint
& pos
) 
  44     m_dialogStyle 
= style
; 
  49 int wxDirDialog::ShowModal()