Added GetResourcesDir and GetLocalizedResourcesDir to

wx.StandardPaths.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-29 02:34:00 +00:00
parent 30c23e741e
commit b8c4ab9cbc
3 changed files with 65 additions and 16 deletions

View File

@@ -111,6 +111,9 @@ Added wx.Window.GetScreenPosition and GetScreenRect which returns the
position of the window in screen coordinates, even if the window is
not a top-level window.
Added GetResourcesDir and GetLocalizedResourcesDir to
wx.StandardPaths.