Home
last modified time | relevance | path

Searched refs:HandleTextUpdate (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtextentrycmn.cpp90 void HandleTextUpdate(const wxString& text) in HandleTextUpdate() function in wxBIND_OR_CONNECT_HACK_ONLY_BASE_CLASS
160 HandleTextUpdate(m_entry->DoGetValue()); in OnTextChanged()
225 m_hintData->HandleTextUpdate(value); in ChangeValue()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtextentrycmn.cpp90 void HandleTextUpdate(const wxString& text) in HandleTextUpdate() function in wxBIND_OR_CONNECT_HACK_ONLY_BASE_CLASS
160 HandleTextUpdate(m_entry->DoGetValue()); in OnTextChanged()
225 m_hintData->HandleTextUpdate(value); in ChangeValue()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dtextentrycmn.cpp92 void HandleTextUpdate(const wxString& text) in HandleTextUpdate() function in wxTextEntryHintData
162 HandleTextUpdate(m_entry->DoGetValue()); in OnTextChanged()
227 m_hintData->HandleTextUpdate(value); in ChangeValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripComboBox.cs323 this.ComboBox.TextUpdate += new EventHandler (HandleTextUpdate); in OnSubscribeControlEvents()
405 private void HandleTextUpdate (object sender, EventArgs e) in HandleTextUpdate() method in System.Windows.Forms.ToolStripComboBox