mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
5 lines
261 B
Python
5 lines
261 B
Python
|
|
FileDlg = wx.FileDialog(self, "Choose Image", os.getcwd(), "",
|
|
"Image Files " + wx.Image.GetImageExtWildcard(),
|
|
wx.FD_OPEN)
|