X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f11220943f14b4bb5190db0dfd0054304f5015c..d3dcceb4363163ea8eeba75234ac938e690230c8:/include/wx/motif/window.h?ds=inline diff --git a/include/wx/motif/window.h b/include/wx/motif/window.h index 34e55e106b..81c51482c0 100644 --- a/include/wx/motif/window.h +++ b/include/wx/motif/window.h @@ -27,6 +27,7 @@ #include "wx/list.h" #include "wx/region.h" #include "wx/accel.h" +#include "wx/intl.h" #define wxKEY_SHIFT 1 #define wxKEY_CTRL 2 @@ -249,7 +250,7 @@ public: void SetToolTip(const wxString& tip); // TODO -#if 0 +#if wxUSE_TOOLTIPS // pointer may be NULL to remove the tooltip void SetToolTip(wxToolTip *tooltip); // get the current tooltip (may return NULL if none) @@ -633,6 +634,7 @@ public: public: /// Motif-specific + bool m_needsRefresh; // Do we need to repaint the backing store? bool m_canAddEventHandler; bool m_button1Pressed; bool m_button2Pressed;