// Created: 2002/12/08
// RCS-ID: $Id$
// Copyright: (c) 2002 David Elliott
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_TOPLEVEL_H__
virtual void DoMoveWindow(int x, int y, int width, int height);
virtual void DoGetSize(int *width, int *height) const;
virtual void DoGetPosition(int *x, int *y) const;
+ virtual void SetTitle( const wxString& title);
+ virtual wxString GetTitle() const;
// Things I may/may not do
// virtual void Clear() ;
// virtual void Raise();
// virtual void Lower();
-// virtual void SetTitle( const wxString& title);
protected:
// is the frame currently iconized?
bool m_iconized;