/////////////////////////////////////////////////////////////////////////////
-// Name: palmos/combobox.cpp
+// Name: src/palmos/combobox.cpp
// Purpose: wxComboBox 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
/////////////////////////////////////////////////////////////////////////////
return 0;
}
-long wxComboBox::GetLastPosition() const
+wxTextPos wxComboBox::GetLastPosition() const
{
return 0;
}
bool wxComboBox::IsEditable() const
{
- return false;
+ return false;
}
void wxComboBox::Undo()
bool wxComboBox::CanCopy() const
{
- return false;
+ return false;
}
bool wxComboBox::CanCut() const
{
- return false;
+ return false;
}
bool wxComboBox::CanPaste() const
{
- return false;
+ return false;
}
bool wxComboBox::CanUndo() const
{
- return false;
+ return false;
}
bool wxComboBox::CanRedo() const
{
- return false;
+ return false;
}