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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user