X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66bd6b93005b803910caca469110495ce549599f..e6886957b4b3a8dfc0fb85c22c62e132a357defd:/src/gtk1/radiobox.cpp diff --git a/src/gtk1/radiobox.cpp b/src/gtk1/radiobox.cpp index 9ff546a945..64a3648402 100644 --- a/src/gtk1/radiobox.cpp +++ b/src/gtk1/radiobox.cpp @@ -205,31 +205,38 @@ wxString wxRadioBox::GetLabel(void) const void wxRadioBox::SetLabel( const wxString& WXUNUSED(label) ) { + wxFAIL_MSG("wxRadioBox::SetLabel not implemented."); }; void wxRadioBox::SetLabel( int WXUNUSED(item), const wxString& WXUNUSED(label) ) { + wxFAIL_MSG("wxRadioBox::SetLabel not implemented."); }; void wxRadioBox::SetLabel( int WXUNUSED(item), wxBitmap *WXUNUSED(bitmap) ) { + wxFAIL_MSG("wxRadioBox::SetLabel not implemented."); }; wxString wxRadioBox::GetLabel( int WXUNUSED(item) ) const { + wxFAIL_MSG("wxRadioBox::GetLabel not implemented."); return ""; }; void wxRadioBox::Enable( bool WXUNUSED(enable) ) { + wxFAIL_MSG("wxRadioBox::Enable not implemented."); }; void wxRadioBox::Enable( int WXUNUSED(item), bool WXUNUSED(enable) ) { + wxFAIL_MSG("wxRadioBox::Enable not implemented."); }; void wxRadioBox::Show( int WXUNUSED(item), bool WXUNUSED(show) ) { + wxFAIL_MSG("wxRadioBox::Show not implemented."); }; wxString wxRadioBox::GetStringSelection(void) const @@ -275,5 +282,6 @@ int wxRadioBox::GetNumberOfRowsOrCols(void) const void wxRadioBox::SetNumberOfRowsOrCols( int WXUNUSED(n) ) { + wxFAIL_MSG("wxRadioBox::SetNumberOfRowsOrCols not implemented."); };