wxBitmapToggleButton's reported base class is wxControl
This commit is contained in:
@@ -54,7 +54,7 @@ void wxQtToggleButton::clicked( bool checked )
|
|||||||
|
|
||||||
wxDEFINE_EVENT( wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, wxCommandEvent );
|
wxDEFINE_EVENT( wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, wxCommandEvent );
|
||||||
|
|
||||||
wxIMPLEMENT_DYNAMIC_CLASS(wxBitmapToggleButton, wxToggleButton);
|
wxIMPLEMENT_DYNAMIC_CLASS(wxBitmapToggleButton, wxControl);
|
||||||
|
|
||||||
wxBitmapToggleButton::wxBitmapToggleButton()
|
wxBitmapToggleButton::wxBitmapToggleButton()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user