Home
last modified time | relevance | path

Searched refs:text_changed (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DUpDownTest.cs31 text_changed = 0; in Reset()
155 Assert.AreEqual (0, text_changed, "#A7"); in NumericUpDown_BeginInit()
166 Assert.AreEqual (0, text_changed, "#B8"); in NumericUpDown_BeginInit()
188 Assert.AreEqual (1, text_changed, "#C8"); in NumericUpDown_BeginInit()
209 Assert.AreEqual (0, text_changed, "#A3"); in NumericUpDown_ChangingText()
215 Assert.AreEqual (1, text_changed, "#B4"); in NumericUpDown_ChangingText()
222 Assert.AreEqual (2, text_changed, "#C4"); in NumericUpDown_ChangingText()
238 Assert.AreEqual (0, text_changed, "#A7"); in NumericUpDown_EndInit()
445 text_changed++; in NumericUpDown_TextChanged()
903 text_changed++; in DomainUpDown_TextChanged()
[all …]
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DDescriptionDisplay.vala83 name.text_changed.connect ((t) => {
93 style.text_changed.connect ((t) => {
122 weight.text_changed.connect ((t) => {
132 full_name.text_changed.connect ((t) => {
143 unique_id.text_changed.connect ((t) => {
153 version.text_changed.connect ((t) => {
175 copyright.text_changed.connect ((t) => {
187 license.text_changed.connect ((t) => {
211 trademark.text_changed.connect ((t) => {
234 designer.text_changed.connect ((t) => {
[all …]
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/ui/
H A Dlabel.cpp14 text_changed = true; in UILabel()
30 text_changed = true; in setText()
40 text_changed = true; in expandRect()
68 text_changed = true; in backspace()
89 text_changed = true; in update()
105 if(text_changed && width >= 0.0f && ui != 0) { in update()
116 text_changed = false; in update()
244 text_changed = true; in updateContent()
369 text_changed = true; in updateContent()
377 text_changed = true; in updateContent()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/a11y/
H A Dgtkstatusbaraccessible.c28 text_changed (GtkStatusbar *statusbar, in G_DEFINE_TYPE()
47 G_CALLBACK (text_changed), obj); in gtk_statusbar_accessible_initialize()
49 G_CALLBACK (text_changed), obj); in gtk_statusbar_accessible_initialize()
/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dfilter.c671 int text_changed; in server_filter_save_settings() local
696 text_changed = 0; in server_filter_save_settings()
706 text_changed = 1; in server_filter_save_settings()
725 text_changed = 0; in server_filter_save_settings()
735 text_changed = 1; in server_filter_save_settings()
754 text_changed = 0; in server_filter_save_settings()
764 text_changed = 1; in server_filter_save_settings()
784 text_changed = 0; in server_filter_save_settings()
794 text_changed = 1; in server_filter_save_settings()
812 text_changed = 0; in server_filter_save_settings()
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_textpp.cpp44 text_changed=true; in new_node()
98 text_changed=true; in nswap()
109 text_changed=false; in sge_TextEditor()
157 text_changed=true; in remove_left()
177 text_changed=true; in remove_right()
210 text_changed=true; in move_start()
232 text_changed=true; in move_end()
336 text_changed=true; in clear_text()
405 if(text_changed || force){ in update_textSurface()
477 text_changed=false; in update_textSurface()
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/scheme/
H A Dannotations.py133 text_changed = Signal(str) variable in SchemeTextAnnotation
241 text_changed = self.__content != content
245 if text_changed:
246 self.text_changed.emit(content)
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/widgets/
H A Dnumentry.hh67 text_changed(); in my_on_focus_out()
80 void text_changed();
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/gui/regex/
H A Dregex.tscn32 [connection signal="text_changed" from="Expression" to="." method="update_expression"]
33 [connection signal="text_changed" from="Text" to="." method="update_text"]
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/tests/
H A Dtest-simple-popover.c4 text_changed (DzlSimplePopover *popover, in text_changed() function
53 g_signal_connect (popover, "changed", G_CALLBACK (text_changed), NULL); in main()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestlistdnd.c213 text_changed (GObject *object, in text_changed() function
234 g_signal_connect (entry, "notify::text", G_CALLBACK (text_changed), obj); in bind_item()
246 g_signal_handlers_disconnect_by_func (entry, text_changed, obj); in unbind_item()
279 g_signal_connect (entry, "notify::text", G_CALLBACK (text_changed), obj); in bind_tree_item()
295 g_signal_handlers_disconnect_by_func (entry, text_changed, obj); in unbind_tree_item()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/android/src/main/java/
H A DSTKEditText.java215 boolean text_changed = !text.equals(old_text); in setTextFromSTK()
216 if (text_changed) in setTextFromSTK()
235 if (text_changed) in setTextFromSTK()
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dgui_time_entry.cpp103 gboolean text_changed = FALSE; in gui_time_entry_key_down_cb() local
148 text_changed = TRUE; in gui_time_entry_key_down_cb()
171 text_changed = TRUE; in gui_time_entry_key_down_cb()
174 if(text_changed) in gui_time_entry_key_down_cb()
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/python/svn/
H A Drepos.py49 item_kind, prop_changes, text_changed, base_path, base_rev, argument
53 self.text_changed = text_changed
231 self.changes[file_path].text_changed = True
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/python/svn/
H A Drepos.py49 item_kind, prop_changes, text_changed, base_path, base_rev, argument
53 self.text_changed = text_changed
231 self.changes[file_path].text_changed = True
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/python/svn/
H A Drepos.py49 item_kind, prop_changes, text_changed, base_path, base_rev, argument
53 self.text_changed = text_changed
231 self.changes[file_path].text_changed = True
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/python/svn/
H A Drepos.py49 item_kind, prop_changes, text_changed, base_path, base_rev, argument
53 self.text_changed = text_changed
231 self.changes[file_path].text_changed = True
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dtest_omnibox_view.cc77 const bool text_changed = text_ != display_text; in OnInlineAutocompleteTextMaybeChanged() local
83 if (text_changed) in OnInlineAutocompleteTextMaybeChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dselection_controller.cc93 const bool text_changed = delegate_->PasteSelectionClipboard(); in OnMousePressed() local
94 delegate_->OnAfterPointerAction(text_changed, in OnMousePressed()
95 selection_changed | text_changed); in OnMousePressed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dselection_controller.cc93 const bool text_changed = delegate_->PasteSelectionClipboard(); in OnMousePressed() local
94 delegate_->OnAfterPointerAction(text_changed, in OnMousePressed()
95 selection_changed | text_changed); in OnMousePressed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/textfield/
H A Dtextfield.cc1855 bool text_changed = false; in ExecuteTextEditCommand() local
2001 text_changed = cursor_changed = model_->Undo(); in ExecuteTextEditCommand()
2004 text_changed = cursor_changed = model_->Redo(); in ExecuteTextEditCommand()
2007 text_changed = cursor_changed = Cut(); in ExecuteTextEditCommand()
2013 text_changed = cursor_changed = Paste(); in ExecuteTextEditCommand()
2022 text_changed = cursor_changed = model_->Yank(); in ExecuteTextEditCommand()
2035 UpdateAfterChange(text_changed, cursor_changed); in ExecuteTextEditCommand()
2131 void Textfield::OnAfterPointerAction(bool text_changed, in OnAfterPointerAction() argument
2134 UpdateAfterChange(text_changed, selection_changed); in OnAfterPointerAction()
2203 if (text_changed) { in UpdateAfterChange()
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/variableexplorer/
H A Dtexteditor.py53 self.edit.textChanged.connect(self.text_changed)
78 def text_changed(self): member in TextEditor
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DComboBoxP.h93 Boolean text_changed; member
143 #define CB_TextChanged(w) (((XmComboBoxWidget)(w))->combo_box.text_changed)
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DComboBoxP.h68 Boolean text_changed; /* unused ?! */ member
161 (((XmComboBoxWidget)(w))->combo_box.text_changed)
/dports/devel/viewvc-devel/viewvc-c93d9da79c31457ecb0a771ff52d28353dc6e878/lib/vclib/
H A D__init__.py296 base_rev, action, copied, text_changed, props_changed): argument
315 self.text_changed = text_changed

123456789