]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filepicker.h
Explicitly mention that wxDateTime ticks origin is in UTC.
[wxWidgets.git] / interface / wx / filepicker.h
index 40cd69a499da23e24d73259c193bafe155841d34..de2f816fa3cfafe2c491aaa3d2ae88fd04678378 100644 (file)
@@ -21,8 +21,8 @@
 #define wxDIRP_USE_TEXTCTRL           (wxPB_USE_TEXTCTRL)
 #define wxDIRP_DEFAULT_STYLE          (wxDIRP_DIR_MUST_EXIST)
 
-wxEventType wxEVT_COMMAND_FILEPICKER_CHANGED;
-wxEventType wxEVT_COMMAND_DIRPICKER_CHANGED;
+wxEventType wxEVT_FILEPICKER_CHANGED;
+wxEventType wxEVT_DIRPICKER_CHANGED;
 
 
 /**
@@ -72,7 +72,7 @@ wxEventType wxEVT_COMMAND_DIRPICKER_CHANGED;
 
     @library{wxcore}
     @category{pickers}
-    @appearance{filepickerctrl.png}
+    @appearance{filepickerctrl}
 
     @see wxFileDialog, wxFileDirPickerEvent
 */
@@ -215,7 +215,7 @@ public:
 
     @library{wxcore}
     @category{pickers}
-    @appearance{dirpickerctrl.png}
+    @appearance{dirpickerctrl}
 
     @see wxDirDialog, wxFileDirPickerEvent
 */
@@ -304,8 +304,8 @@ public:
     void SetInitialDirectory(const wxString& dir);
 
     /**
-        Sets the absolute path of  (the default converter uses current locale's
-        charset)the currently selected directory.
+        Sets the absolute path of the currently selected directory (the default converter uses current locale's
+        charset).
         This must be a valid directory if @c wxDIRP_DIR_MUST_EXIST style was given.
     */
     void SetPath(const wxString& dirname);