//---------------------------------------------------------------------------
%newgroup
+MustHaveApp(wxGDIObject);
+
class wxGDIObject : public wxObject {
public:
wxGDIObject();
~wxGDIObject();
- bool GetVisible();
- void SetVisible( bool visible );
-
bool IsNull();
};