From 0c32c93044babd3315029af529ab4348b103b036 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 14 Jul 2002 13:12:06 +0000 Subject: [PATCH] added unimplemented message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/checkbox.cpp | 5 ++++- src/mac/checkbox.cpp | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/mac/carbon/checkbox.cpp b/src/mac/carbon/checkbox.cpp index 88a00906e0..94c9c92b2f 100644 --- a/src/mac/carbon/checkbox.cpp +++ b/src/mac/carbon/checkbox.cpp @@ -97,6 +97,7 @@ bool wxBitmapCheckBox::Create(wxWindow *parent, wxWindowID id, void wxBitmapCheckBox::SetLabel(const wxBitmap *bitmap) { // TODO + wxFAIL_MSG(wxT("wxBitmapCheckBox::SetLabel() not yet implemented")); } void wxBitmapCheckBox::SetSize(int x, int y, int width, int height, int sizeFlags) @@ -107,11 +108,13 @@ void wxBitmapCheckBox::SetSize(int x, int y, int width, int height, int sizeFlag void wxBitmapCheckBox::SetValue(bool val) { // TODO + wxFAIL_MSG(wxT("wxBitmapCheckBox::SetValue() not yet implemented")); } bool wxBitmapCheckBox::GetValue() const { - // TODOD + // TODO + wxFAIL_MSG(wxT("wxBitmapCheckBox::GetValue() not yet implemented")); return FALSE; } diff --git a/src/mac/checkbox.cpp b/src/mac/checkbox.cpp index 88a00906e0..94c9c92b2f 100644 --- a/src/mac/checkbox.cpp +++ b/src/mac/checkbox.cpp @@ -97,6 +97,7 @@ bool wxBitmapCheckBox::Create(wxWindow *parent, wxWindowID id, void wxBitmapCheckBox::SetLabel(const wxBitmap *bitmap) { // TODO + wxFAIL_MSG(wxT("wxBitmapCheckBox::SetLabel() not yet implemented")); } void wxBitmapCheckBox::SetSize(int x, int y, int width, int height, int sizeFlags) @@ -107,11 +108,13 @@ void wxBitmapCheckBox::SetSize(int x, int y, int width, int height, int sizeFlag void wxBitmapCheckBox::SetValue(bool val) { // TODO + wxFAIL_MSG(wxT("wxBitmapCheckBox::SetValue() not yet implemented")); } bool wxBitmapCheckBox::GetValue() const { - // TODOD + // TODO + wxFAIL_MSG(wxT("wxBitmapCheckBox::GetValue() not yet implemented")); return FALSE; } -- 2.47.2