Home
last modified time | relevance | path

Searched refs:focused_entry (Results 1 – 6 of 6) sorted by relevance

/dports/editors/textadept/gtdialog-6458754/
H A Dgtdialog.c55 static CDKENTRY *focused_entry; variable
350 focused_entry = entries[i + 1]; in entries_tab()
352 focused_entry = (i > 0) ? entries[i - 1] : entries[len - 1]; in entries_tab()
1249 activateCDKEntry(focused_entry = entries[0], NULL); in gtdialog()
1250 while (focused_entry->exitType == vNORMAL || in gtdialog()
1251 focused_entry->exitType == vNEVER_ACTIVATED) { in gtdialog()
1252 if (focused_entry->exitType == vNORMAL && in gtdialog()
1253 focused_entry == entries[nrows - 1]) break; // ENTER in last entry in gtdialog()
1255 activateCDKEntry(focused_entry, NULL); in gtdialog()
1257 entry = focused_entry; in gtdialog()
/dports/mail/evolution/evolution-3.42.1/src/composer/
H A De-composer-private.h77 GtkWidget *focused_entry; member
H A De-composer-private.c239 priv->focused_entry = NULL; in e_composer_private_constructed()
H A De-msg-composer.c6298 composer->priv->focused_entry = widget; in e_msg_composer_save_focused_widget()
6314 GtkWidget *widget = composer->priv->focused_entry; in e_msg_composer_restore_focus_on_composer()
6335 composer->priv->focused_entry = NULL; in e_msg_composer_restore_focus_on_composer()
/dports/editors/textadept/textadept_11.1.linux/src/
H A Dtextadept.c155 static CDKENTRY *find_entry, *repl_entry, *focused_entry; variable
403 focused_entry = entry == find_entry ? repl_entry : find_entry; in find_keypress()
405 (CDKBUTTONBOX *)data, focused_entry == find_entry ? find_next : replace); in find_keypress()
457 refreshCDKScreen(findbox), activateCDKEntry(focused_entry = find_entry, NULL); in focus_find()
458 while (focused_entry->exitType == vNORMAL || in focus_find()
459 focused_entry->exitType == vNEVER_ACTIVATED) { in focus_find()
462 if (focused_entry->exitType == vNORMAL) in focus_find()
465 refreshCDKScreen(findbox), activateCDKEntry(focused_entry, NULL); in focus_find()
/dports/editors/textadept/textadept-textadept_11.1/src/
H A Dtextadept.c155 static CDKENTRY *find_entry, *repl_entry, *focused_entry; variable
403 focused_entry = entry == find_entry ? repl_entry : find_entry; in find_keypress()
405 (CDKBUTTONBOX *)data, focused_entry == find_entry ? find_next : replace); in find_keypress()
457 refreshCDKScreen(findbox), activateCDKEntry(focused_entry = find_entry, NULL); in focus_find()
458 while (focused_entry->exitType == vNORMAL || in focus_find()
459 focused_entry->exitType == vNEVER_ACTIVATED) { in focus_find()
462 if (focused_entry->exitType == vNORMAL) in focus_find()
465 refreshCDKScreen(findbox), activateCDKEntry(focused_entry, NULL); in focus_find()