Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef GUI_WIDGETS_WX___SAVE_FILE_HELPER__HPP
2 #define GUI_WIDGETS_WX___SAVE_FILE_HELPER__HPP
50 CSaveFileHelper(wxWindow *parent, wxTextCtrl &text_ctrl) : m_Parent(parent), m_TextCtrl(text_ctrl) {}
52 bool Validate(wxString &path);
CSaveFileHelper(wxWindow *parent, wxTextCtrl &text_ctrl)
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIWIDGETS_WX_EXPORT
Defines to provide correct exporting from DLLs in Windows.