]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fswatcher.h
Add "inherit" to <font> XRC tag.
[wxWidgets.git] / interface / wx / fswatcher.h
index e720f02d4a81efe1c386a14d9c4cc792b615adca..584121b16249db9bfa28d2305261a3b9900db278 100644 (file)
@@ -143,6 +143,13 @@ public:
 class wxFileSystemWatcherEvent : public wxEvent
 {
 public:
+    wxFileSystemWatcherEvent(int changeType, int watchid = wxID_ANY);
+    wxFileSystemWatcherEvent(int changeType, const wxString& errorMsg,
+                             int watchid = wxID_ANY);
+    wxFileSystemWatcherEvent(int changeType,
+                             const wxFileName& path, const wxFileName& newPath,
+                             int watchid = wxID_ANY);
+
     /**
         Returns the path at which the event occurred.
      */
@@ -182,6 +189,7 @@ public:
     wxString ToString() const;
 };
 
+wxEventType wxEVT_FSWATCHER;
 
 /**
     These are the possible types of file system change events.