]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
wxListCtrl will receive EVT_CHAR() events now
[wxWidgets.git] / include / wx / motif / window.h
index 34e55e106b984561e97ed5c5a781e52a8438f48b..81c51482c08728dc69b11399abf6177fb0651fba 100644 (file)
@@ -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;