/////////////////////////////////////////////////////////////////////////////
-// Name: display.cpp
+// Name: src/palmos/display.cpp
// Purpose: Palm OS Implementation of wxDisplay class
-// Author: William Osborne
+// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
// Created: 10.13.04
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Copyright: (c) William Osborne
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxString wxDisplay::GetName() const
{
wxString ret;
-
+
return ret;
}
wxString wxDisplay::GetNameForEnumSettings() const
{
wxString ret;
-
+
return ret;
}