]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Allow more than one timer with the same ID. Closes #11699.
[wxWidgets.git] / include / wx / textctrl.h
index 0a1695db171059e98945d4f47d646cba9b41e7a6..af00d41d0657c50e584b6c993e5372108ffe5e96 100644 (file)
@@ -705,6 +705,18 @@ public:
        wxTextEntry::SetValue(value);
     }
 
+    // wxWindow overrides
+    virtual wxVisualAttributes GetDefaultAttributes() const
+    {
+        return GetClassDefaultAttributes(GetWindowVariant());
+    }
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL)
+    {
+        return GetCompositeControlsDefaultAttributes(variant);
+    }
+
 protected:
     // override streambuf method
 #if wxHAS_TEXT_WINDOW_STREAM