added new and improved wxFileCtrl implementation (patch 1763164)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define __GTKFILEDLGH__
|
||||
|
||||
#include "wx/generic/filedlgg.h"
|
||||
#include "wx/gtk/filectrl.h" // for wxGtkFileChooser
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
// wxFileDialog
|
||||
@@ -64,6 +65,8 @@ private:
|
||||
DECLARE_DYNAMIC_CLASS(wxFileDialog)
|
||||
DECLARE_EVENT_TABLE()
|
||||
void OnFakeOk( wxCommandEvent &event );
|
||||
|
||||
wxGtkFileChooser m_fc;
|
||||
};
|
||||
|
||||
#endif // __GTKFILEDLGH__
|
||||
|
Reference in New Issue
Block a user