]> git.saurik.com Git - wxWidgets.git/commitdiff
Derive wxButton from wxButtonBase.
authorMattia Barbon <mbarbon@cpan.org>
Mon, 10 Mar 2003 21:39:01 +0000 (21:39 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 10 Mar 2003 21:39:01 +0000 (21:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/motif/button.h

index dc1aec766ff185df933da77dc220a15b45795e1a..dd046850d806f6b629ecfb39480d0988c74a25fe 100644 (file)
 #pragma interface "button.h"
 #endif
 
-#include "wx/control.h"
-
 WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr;
 
 // Pushbutton
-class WXDLLEXPORT wxButton: public wxControl
+class WXDLLEXPORT wxButton: public wxButtonBase
 {
     DECLARE_DYNAMIC_CLASS(wxButton)