- wxFAIL_MSG("Method Not Implemented.");
-}
-
-bool wxComboBox::IsEditable() const
-{
- return !HasFlag(wxCB_READONLY);
-}
-
-void wxComboBox::Undo()
-{
- wxFAIL_MSG("Method Not Implemented.");
-}
-
-void wxComboBox::Redo()
-{
- wxFAIL_MSG("Method Not Implemented.");
-}
-
-void wxComboBox::SelectAll()
-{
- wxFAIL_MSG("Method Not Implemented.");
-}
-
-bool wxComboBox::CanCopy() const
-{
- wxFAIL_MSG("Method Not Implemented.");
- return false;
-}
-
-bool wxComboBox::CanCut() const
-{
- wxFAIL_MSG("Method Not Implemented.");
- return false;
-}
-
-bool wxComboBox::CanPaste() const
-{
- wxFAIL_MSG("Method Not Implemented.");
- return false;
-}
-
-bool wxComboBox::CanUndo() const
-{
- wxFAIL_MSG("Method Not Implemented.");
- return false;
-}
-
-bool wxComboBox::CanRedo() const
-{
- wxFAIL_MSG("Method Not Implemented.");
- return false;
-}
-
-void wxComboBox::EnableTextChangedEvents(bool enable)
-{
- wxFAIL_MSG("Method Not Implemented.");