mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +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)
|
|
|