]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
ugh. Nesting the (per class) plugin sentries can require them to
[wxWidgets.git] / include / wx / textctrl.h
index 49abd909472d61be2385aeb2ea786fecea19d0e9..05d53de239406810cea390beebbeb820d6c2676a 100644 (file)
@@ -45,6 +45,7 @@
 #endif
 
 class WXDLLEXPORT wxTextCtrl;
+class WXDLLEXPORT wxTextCtrlBase;
 
 // ----------------------------------------------------------------------------
 // constants
@@ -123,6 +124,13 @@ public:
         return !HasTextColour() && !HasBackgroundColour() && !HasFont();
     }
 
+    // return the attribute having the valid font and colours: it uses the
+    // attributes set in attr and falls back first to attrDefault and then to
+    // the text control font/colours for those attributes which are not set
+    static wxTextAttr Combine(const wxTextAttr& attr,
+                              const wxTextAttr& attrDef,
+                              const wxTextCtrlBase *text);
+
 private:
     wxColour m_colText,
              m_colBack;