]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stdpaths.h
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
[wxWidgets.git] / interface / wx / stdpaths.h
index e5bfd816b66702c6739fa85f300fab424a8bd95c..f8516d0ce518feb53c200fc72cefe124876115da 100644 (file)
     This class is MT-safe: its methods may be called concurrently from different
     threads without additional locking.
 
     This class is MT-safe: its methods may be called concurrently from different
     threads without additional locking.
 
+    Note that you don't allocate an instance of class wxStandardPaths, but retrieve the 
+    global standard paths object using @c wxStandardPaths::Get on which you call the 
+    desired methods.
+
     @library{wxbase}
     @category{file}
 
     @library{wxbase}
     @category{file}
 
@@ -176,7 +180,7 @@ public:
     /**
         Return the directory for the user-dependent application data files:
              - Unix: @c ~/.appname
     /**
         Return the directory for the user-dependent application data files:
              - Unix: @c ~/.appname
-             - Windows: @c C:\\Documents @c and @c Settings\\username\Application @c Data\appname
+             - Windows: @c C:\\Documents @c and @c Settings\\username\Application @c Data\\appname
              - Mac: @c ~/Library/Application @c Support/appname
     */
     wxString GetUserDataDir() const;
              - Mac: @c ~/Library/Application @c Support/appname
     */
     wxString GetUserDataDir() const;
@@ -185,7 +189,7 @@ public:
         Return the directory for user data files which shouldn't be shared with
         the other machines.
         This is the same as GetUserDataDir() for all platforms except Windows where it returns
         Return the directory for user data files which shouldn't be shared with
         the other machines.
         This is the same as GetUserDataDir() for all platforms except Windows where it returns
-        @c C:\\Documents @c and @c Settings\\username\\Local @c Settings\\Application @c Data\appname
+        @c C:\\Documents @c and @c Settings\\username\\Local @c Settings\\Application @c Data\\appname
     */
     wxString GetUserLocalDataDir() const;
 
     */
     wxString GetUserLocalDataDir() const;