Fix wxFLP_DEFAULT_STYLE documentation
Document that it includes wxFLP_USE_TEXTCTRL under OS X too, not just under MSW as previously stated. Closes #17421.
This commit is contained in:
committed by
Vadim Zeitlin
parent
0be596bde2
commit
148dc11f88
@@ -36,7 +36,7 @@ wxEventType wxEVT_DIRPICKER_CHANGED;
|
|||||||
@beginStyleTable
|
@beginStyleTable
|
||||||
@style{wxFLP_DEFAULT_STYLE}
|
@style{wxFLP_DEFAULT_STYLE}
|
||||||
The default style: includes wxFLP_OPEN | wxFLP_FILE_MUST_EXIST and,
|
The default style: includes wxFLP_OPEN | wxFLP_FILE_MUST_EXIST and,
|
||||||
under wxMSW only, wxFLP_USE_TEXTCTRL.
|
under wxMSW and wxOSX, wxFLP_USE_TEXTCTRL.
|
||||||
@style{wxFLP_USE_TEXTCTRL}
|
@style{wxFLP_USE_TEXTCTRL}
|
||||||
Creates a text control to the left of the picker button which is
|
Creates a text control to the left of the picker button which is
|
||||||
completely managed by the wxFilePickerCtrl and which can be used by
|
completely managed by the wxFilePickerCtrl and which can be used by
|
||||||
|
Reference in New Issue
Block a user