1//---------------------------------------------------------------------------
2// This file is generated by wxPython's SIP generator.  Do not edit by hand.
3//
4// Copyright: (c) 2018 by Total Control Software
5// License:   wxWindows License
6//
7// This file will be included by _core.sip
8//
9//---------------------------------------------------------------------------
10
11//---------------------------------------------------------------------------
12
13class wxTrackable   /Abstract/
14{
15    %Docstring
16        Add-on base class for a trackable object.
17    %End
18    %TypeHeaderCode
19        #include <wx/tracker.h>
20    %End
21
22public:
23    private:
24        ~wxTrackable();
25
26
27};  // end of class wxTrackable
28
29
30
31//---------------------------------------------------------------------------
32
33