X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b6dbb09746f8f5ee0549a2ff39ae0ac4c725898..6d9022fe3bb50a75b9b5eaf5cf32558e518ba310:/include/wx/motif/dirdlg.h?ds=sidebyside diff --git a/include/wx/motif/dirdlg.h b/include/wx/motif/dirdlg.h index b27cb74466..6a9275c1ba 100644 --- a/include/wx/motif/dirdlg.h +++ b/include/wx/motif/dirdlg.h @@ -22,22 +22,22 @@ WXDLLEXPORT_DATA(extern const char*) wxFileSelectorPromptStr; class WXDLLEXPORT wxDirDialog: public wxDialog { -DECLARE_DYNAMIC_CLASS(wxDirDialog) + DECLARE_DYNAMIC_CLASS(wxDirDialog) public: wxDirDialog(wxWindow *parent, const wxString& message = wxFileSelectorPromptStr, const wxString& defaultPath = "", long style = 0, const wxPoint& pos = wxDefaultPosition); - + inline void SetMessage(const wxString& message) { m_message = message; } inline void SetPath(const wxString& path) { m_path = path; } inline void SetStyle(long style) { m_dialogStyle = style; } - + inline wxString GetMessage() const { return m_message; } inline wxString GetPath() const { return m_path; } inline long GetStyle() const { return m_dialogStyle; } - + int ShowModal(); - + protected: wxString m_message; long m_dialogStyle; @@ -46,4 +46,4 @@ protected: }; #endif - // _WX_DIRDLG_H_ +// _WX_DIRDLG_H_