]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/textctrl.h
wxTheColourDatabase->Find() can fail.
[wxWidgets.git] / include / wx / mac / carbon / textctrl.h
index a4a6dffdb27946052d2f9d7f572ca125c73f781a..595c3d1f8d874b944bdeb2033c61206ee8460cb1 100644 (file)
@@ -188,7 +188,7 @@ public:
 
     wxMacTextControl * GetPeer() const
     { return (wxMacTextControl*) m_peer; }
-
+    
 protected:
     // common part of all ctors
     void Init();
@@ -202,6 +202,18 @@ protected:
 
   // need to make this public because of the current implementation via callbacks
     unsigned long  m_maxLength;
+    
+    bool GetTriggerOnSetValue() const 
+    { 
+        return m_triggerOnSetValue; 
+    }
+    
+    void SetTriggerOnSetValue(bool trigger) 
+    { 
+        m_triggerOnSetValue = trigger; 
+    }
+    
+    bool m_triggerOnSetValue ;
 
 private :
   wxMenu  *m_privateContextMenu;