mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-31 16:10:07 +01:00
5 lines
162 B
Python
5 lines
162 B
Python
|
|
dlg = wx.DirDialog (None, "Choose input directory", "",
|
|
wx.DD_DEFAULT_STYLE | wx.DD_DIR_MUST_EXIST)
|
|
|