Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/PickerBase.GetPickerCtrl.1.py

11 lines
394 B
Python

if wx.Platform == '__WXMSW__':
# wxMSW is one of the platforms where the generic implementation
# of wx.FilePickerCtrl is used...
pButt = myFilePickerCtrl.GetPickerCtrl()
if pButt is not None:
pButt.SetLabel('Custom browse string')