projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added new project file having the new files
[wxWidgets.git]
/
src
/
gtk
/
button.cpp
diff --git
a/src/gtk/button.cpp
b/src/gtk/button.cpp
index 4fd565e8dcffa2848bd020ab1bb37baf0b7ce7ed..01b3283adcd389665996f97dd30995b20bc4bcd5 100644
(file)
--- a/
src/gtk/button.cpp
+++ b/
src/gtk/button.cpp
@@
-11,6
+11,10
@@
#pragma implementation "button.h"
#endif
+#include "wx/defs.h"
+
+#if wxUSE_BUTTON
+
#include "wx/button.h"
#include <gdk/gdk.h>
@@
-186,3
+190,5
@@
wxSize wxButton::DoGetBestSize() const
return ret;
}
+#endif // wxUSE_BUTTON
+