Added VC++ project files (seems logical)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,9 +27,6 @@
|
||||
// classes
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
//class wxDirItemData;
|
||||
class wxDirCtrl;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Extra styles for wxGenericDirCtrl
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -111,9 +108,6 @@ public:
|
||||
inline wxString GetDefaultPath() const { return m_defaultPath; }
|
||||
void SetDefaultPath(const wxString& path) { m_defaultPath = path; }
|
||||
|
||||
//inline long GetStyleEx() const { return m_styleEx; }
|
||||
//void SetStyleEx(long styleEx) { m_styleEx = styleEx; }
|
||||
|
||||
// Get dir or filename
|
||||
wxString GetPath() const ;
|
||||
// Get selected filename path only (else empty string).
|
||||
|
Reference in New Issue
Block a user