m_hWnd = (WXHWND)CreateWindowEx
(
0,
- _T("BUTTON"),
- _T(""),
+ wxT("BUTTON"),
+ wxT(""),
WS_VISIBLE | WS_TABSTOP | WS_CHILD | BS_OWNERDRAW ,
0, 0, 0, 0,
GetWinHwnd(parent),
::SelectObject( (HDC) dc, old ) ;
}
+void wxBitmapButton::SetDefault()
+{
+ wxButton::SetDefault();
+}