]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
draw solid focus rectangle in mono theme and don't do it at all for selected items...
[wxWidgets.git] / include / wx / gtk / window.h
index c009ff693a39a9d89b8817ce428644843c2775e1..f1857ba42d3e613624f5fe56186c966e51937284 100644 (file)
@@ -307,6 +307,7 @@ public:
     bool                 m_hasFocus:1;          // true if == FindFocus()
     bool                 m_isScrolling:1;       // dragging scrollbar thumb?
     bool                 m_clipPaintRegion:1;   // true after ScrollWindow()
+    wxRegion             m_nativeUpdateRegion;  // not transformed for RTL
     bool                 m_dirtyTabOrder:1;     // tab order changed, GTK focus
                                                 // chain needs update
     bool                 m_needsStyleChange:1;  // May not be able to change