Fix wxFileDialog::SetExtraControlCreator() supported platforms
Just remove them, actually, as this functionality is supported by all 3 major platforms.
This commit is contained in:
parent
72781e78d8
commit
f200015b3c
@ -296,8 +296,6 @@ public:
|
||||
The @c creator function should take pointer to parent window (file dialog)
|
||||
and should return a window allocated with operator new.
|
||||
|
||||
Supported platforms: wxGTK, wxMSW, wxUniv.
|
||||
|
||||
@since 2.9.0
|
||||
*/
|
||||
bool SetExtraControlCreator(ExtraControlCreatorFunction creator);
|
||||
|
Loading…
Reference in New Issue
Block a user