wxDirDialog no longer shows hidden files. I don't
know yet how to implement the reparsing when the user checks/unchecks the "Show hidden directories" button. And my mail is down... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -64,6 +64,7 @@ protected:
|
||||
void OnTreeSelected(wxTreeEvent &event);
|
||||
void OnTreeKeyDown(wxTreeEvent &event);
|
||||
void OnNew(wxCommandEvent& event);
|
||||
void OnShowHidden(wxCommandEvent& event);
|
||||
|
||||
wxString m_message;
|
||||
long m_dialogStyle;
|
||||
|
Reference in New Issue
Block a user