]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
[wxWidgets.git] / include / wx / fileconf.h
index 5bb6b91fb12909c011fbb7eec99bf3f401415d6f..92f0c42c370d14f9639ea106d444b9d6a5eafb29 100644 (file)
@@ -209,6 +209,10 @@ private:
   // the same as SetPath("/")
   void SetRootPath();
 
+  // real SetPath() implementation, returns true if path could be set or false
+  // if path doesn't exist and createMissingComponents == false
+  bool DoSetPath(const wxString& strPath, bool createMissingComponents);
+
   // set/test the dirty flag
   void SetDirty() { m_isDirty = true; }
   void ResetDirty() { m_isDirty = false; }