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:
Julian Smart
2000-10-10 16:59:34 +00:00
parent 5a2762f083
commit f485492a1e
171 changed files with 19542 additions and 9 deletions

View File

@@ -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).