]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
[wxWidgets.git] / include / wx / vlbox.h
index 307d807e21db6ce151317830e509e0c52ca074c3..a512d05108a67c7d61eb460b41f921ce91ab319f 100644 (file)
@@ -189,10 +189,6 @@ public:
     void SetSelectionBackground(const wxColour& col);
 
 
-    virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg))
-        { /* do nothing */ }
-
-    
     virtual wxVisualAttributes GetDefaultAttributes() const
     {
         return GetClassDefaultAttributes(GetWindowVariant());
@@ -200,7 +196,7 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-    
+
 protected:
     // the derived class must implement this function to actually draw the item
     // with the given index on the provided DC