Add comments and a debugging aid to Get/SetLabel implementations which are intentional no-ops for wxCocoa.
Copyright Software 2000 Ltd. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -833,12 +833,13 @@ void wxWindow::CocoaSetWxWindowSize(int width, int height)
|
||||
|
||||
void wxWindow::SetLabel(const wxString& WXUNUSED(label))
|
||||
{
|
||||
// TODO
|
||||
// Intentional no-op.
|
||||
}
|
||||
|
||||
wxString wxWindow::GetLabel() const
|
||||
{
|
||||
// TODO
|
||||
// General Get/Set of labels is implemented in wxControlBase
|
||||
wxLogDebug(wxT("wxWindow::GetLabel: Should be overridden if needed."));
|
||||
return wxEmptyString;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user