]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/filedlg.h
add to GetToolkitVersion() the = NULL default values for the two arguments: they...
[wxWidgets.git] / include / wx / os2 / filedlg.h
index cbb4958d4a51afc3b76e1d0306db5cdcb6538ea0..b971141d7327d50f8b1c1e1c9898f3954d2e1ba6 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10/05/99
 // RCS-ID:      $Id$
 // Copyright:   (c) David Webster
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_FILEDLG_H_
@@ -25,8 +25,10 @@ public:
                  ,const wxString& rsDefaultDir = wxEmptyString
                  ,const wxString& rsDefaultFile = wxEmptyString
                  ,const wxString& rsWildCard = wxFileSelectorDefaultWildcardStr
-                 ,long            lStyle = 0
-                 ,const wxPoint&  rPos = wxDefaultPosition
+                 ,long            lStyle = wxFD_DEFAULT_STYLE
+                 ,const wxPoint&  rPos = wxDefaultPosition,
+                  const wxSize& sz = wxDefaultSize,
+                  const wxString& name = wxFileDialogNameStr
                 );
 
     virtual void GetPaths(wxArrayString& rasPath) const;