removed GetLabel() which didn't do anything but forwarding to wxControl version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -189,13 +189,6 @@ void wxBitmapButton::SetLabel( const wxString &label )
|
||||
wxControl::SetLabel( label );
|
||||
}
|
||||
|
||||
wxString wxBitmapButton::GetLabel() const
|
||||
{
|
||||
wxCHECK_MSG( m_widget != NULL, wxEmptyString, wxT("invalid button") );
|
||||
|
||||
return wxControl::GetLabel();
|
||||
}
|
||||
|
||||
void wxBitmapButton::DoApplyWidgetStyle(GtkRcStyle *style)
|
||||
{
|
||||
if ( !BUTTON_CHILD(m_widget) )
|
||||
|
Reference in New Issue
Block a user