git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53296
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Draws dropbutton. Using wxRenderer or bitmaps, as appropriate.
// Flags are defined above.
- void DrawButton( wxDC& dc, const wxRect& rect, int flags = Button_PaintBackground );
+ virtual void DrawButton( wxDC& dc, const wxRect& rect, int flags = Button_PaintBackground );
// Call if cursor is on button area or mouse is captured for the button.
//bool HandleButtonMouseEvent( wxMouseEvent& event, bool isInside );