]> git.saurik.com Git - wxWidgets.git/blob - src/gtk/bmpbuttn.cpp
implement wxGTK wxBitmapButton in terms of wxButton
[wxWidgets.git] / src / gtk / bmpbuttn.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/gtk/bmpbuttn.cpp
3 // Purpose:
4 // Author: Robert Roebling
5 // Id: $Id$
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
9
10 // For compilers that support precompilation, includes "wx.h".
11 #include "wx/wxprec.h"
12
13 #if wxUSE_BMPBUTTON
14
15 #include "wx/bmpbuttn.h"
16
17 IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton,wxButton)
18
19 #endif // wxUSE_BMPBUTTON