Files
wxWidgets/wxPython/src/_gdiobj.i
Robin Dunn 1412e528f8 Removed GetVisible and SetVisible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-18 21:56:24 +00:00

30 lines
720 B
OpenEdge ABL

/////////////////////////////////////////////////////////////////////////////
// Name: _gdiobj.i
// Purpose: SWIG interface for wxGDIObject
//
// Author: Robin Dunn
//
// Created: 13-Sept-2003
// RCS-ID: $Id$
// Copyright: (c) 2003 by Total Control Software
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
// Not a %module
//---------------------------------------------------------------------------
%newgroup
MustHaveApp(wxGDIObject);
class wxGDIObject : public wxObject {
public:
wxGDIObject();
~wxGDIObject();
bool IsNull();
};
//---------------------------------------------------------------------------