projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Extracted wxDataViewMainWindow left/right keys handling into separate methods.
[wxWidgets.git]
/
src
/
motif
/
bmpbuttn.cpp
diff --git
a/src/motif/bmpbuttn.cpp
b/src/motif/bmpbuttn.cpp
index 4449639d9ce17a1d580e11ade5556112a49914d0..1246d1de9d67848f682dd43ce631545593095ec2 100644
(file)
--- a/
src/motif/bmpbuttn.cpp
+++ b/
src/motif/bmpbuttn.cpp
@@
-30,8
+30,6
@@
void wxButtonCallback (Widget w, XtPointer clientData, XtPointer ptr);
// Pixmap XCreateInsensitivePixmap( Display *display, Pixmap pixmap );
-IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
-
wxBitmapButton::wxBitmapButton()
{
m_marginX = m_marginY = wxDEFAULT_BUTTON_MARGIN;