Copyright Software 2000 Ltd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45749
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxWindow::SetLabel(const wxString& WXUNUSED(label))
{
void wxWindow::SetLabel(const wxString& WXUNUSED(label))
{
}
wxString wxWindow::GetLabel() const
{
}
wxString wxWindow::GetLabel() const
{
+ // General Get/Set of labels is implemented in wxControlBase
+ wxLogDebug(wxT("wxWindow::GetLabel: Should be overridden if needed."));