1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: SWIG interface for wxGDIObject
7 // Created: 13-Sept-2003
9 // Copyright: (c) 2003 by Total Control Software
10 // Licence: wxWindows license
11 /////////////////////////////////////////////////////////////////////////////
15 //---------------------------------------------------------------------------
18 MustHaveApp(wxGDIObject);
20 class wxGDIObject : public wxObject {
26 void SetVisible( bool visible );
32 //---------------------------------------------------------------------------