]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
added wxTB_RIGHT style for right-aligned toolbars (slightly modified patch 1567469)
[wxWidgets.git] / include / wx / window.h
index ae32b4736832f93678c5cf63e276de55ad951d14..38c73a5c10805dcafe4027b698b9fc07b30124a3 100644 (file)
@@ -725,6 +725,9 @@ public:
         // adjust DC for drawing on this window
     virtual void PrepareDC( wxDC & WXUNUSED(dc) ) { }
 
+        // return true if the window contents is double buffered by the system
+    virtual bool IsDoubleBuffered() const { return false; }
+
         // the update region of the window contains the areas which must be
         // repainted by the program
     const wxRegion& GetUpdateRegion() const { return m_updateRegion; }