]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
Optionally allow showing tooltips for disabled ribbon buttons.
[wxWidgets.git] / include / wx / msw / notebook.h
index bb8ca64cc2d870ba31d37cad14c08a860c4f1911..a62f72f6b0fd305d0c91143f57376bea529c0fc3 100644 (file)
@@ -194,6 +194,9 @@ protected:
 
   // true if we have already subclassed our updown control
   bool m_hasSubclassedUpdown;
+
+  // true if we already refreshed the current page after showing the window
+  bool m_doneUpdateHack;
 #endif // __WXWINCE__
 
 #if wxUSE_UXTHEME