]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_misc.py
Ensure the old tree item still exists before using it
[wxWidgets.git] / wxPython / src / gtk / _misc.py
index 0cdfb2634e13aeb2171cf5f2d4a7079ec773e7d4..a365da6bc2ab12f0a121c78fe90bdc5042b598e3 100644 (file)
@@ -6026,6 +6026,16 @@ class StandardPaths(object):
         return _misc_.StandardPaths_Get(*args, **kwargs)
 
     Get = staticmethod(Get)
+    def GetExecutablePath(*args, **kwargs):
+        """
+        GetExecutablePath(self) -> String
+
+        Return the path (directory+filename) of the running executable or an
+        empty string if it couldn't be determined.  The path is returned as an
+        absolute path whenever possible.
+        """
+        return _misc_.StandardPaths_GetExecutablePath(*args, **kwargs)
+
     def GetConfigDir(*args, **kwargs):
         """
         GetConfigDir(self) -> String