X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d7ea2312ed945aeee3609c61ada6111d9bea857..150e31d2088687cbfbab548f9e98918f8683d9b5:/include/wx/palmos/combobox.h diff --git a/include/wx/palmos/combobox.h b/include/wx/palmos/combobox.h index c70c5fbec1..ac52a54f39 100644 --- a/include/wx/palmos/combobox.h +++ b/include/wx/palmos/combobox.h @@ -4,7 +4,7 @@ // Author: William Osborne // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id: // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -91,6 +91,17 @@ public: virtual void SetSelection(int n) { wxChoice::SetSelection(n); } virtual void SetSelection(long from, long to); virtual void SetEditable(bool editable); + virtual bool IsEditable() const; + + virtual void Undo(); + virtual void Redo(); + virtual void SelectAll(); + + virtual bool CanCopy() const; + virtual bool CanCut() const; + virtual bool CanPaste() const; + virtual bool CanUndo() const; + virtual bool CanRedo() const; // implementation only from now on virtual bool MSWCommand(WXUINT param, WXWORD id);