ported rest of contrib to bakefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-03 17:11:53 +00:00
parent 1dbdb45df5
commit 15e8daecf5
78 changed files with 8434 additions and 229 deletions

View File

@@ -28,7 +28,7 @@ class wxMouseEvent;
#if wxUSE_TREELAYOUT
class WXDLLEXPORT wxTreeLayout: public wxObject
class WXDLLIMPEXP_DEPRECATED wxTreeLayout: public wxObject
{
public:
wxTreeLayout();
@@ -89,7 +89,7 @@ private:
DECLARE_ABSTRACT_CLASS(wxTreeLayout)
};
class WXDLLEXPORT wxStoredNode
class WXDLLIMPEXP_DEPRECATED wxStoredNode
{
public:
wxString m_name;
@@ -103,7 +103,7 @@ public:
* A version of wxTreeLayout with storage for nodes
*/
class WXDLLEXPORT wxTreeLayoutStored: public wxTreeLayout
class WXDLLIMPEXP_DEPRECATED wxTreeLayoutStored: public wxTreeLayout
{
public:
wxTreeLayoutStored(int noNodes = 200);