Lines Matching defs:insert
90 Ctrl<Key>q,<Key>Tab: insert-char() \n\
98 Ctrl<Key>q,<Key>Tab: insert-char() \n\
106 * the file insert dialog box uses.
112 * Text Widget that will insert a file into the main
131 * it will popup the insert file dialog box.
142 * file to insert.
182 * Description: Pops down the file insert button.
205 * Description: Actually insert the file named in the text widget
208 * closure - a pointer to the text widget to insert the
228 "*** Error: Could not get text widget from file insert popup");
248 * Arguments: tw - The text widget to insert this file into.
249 * str - name of the file to insert.
250 * Returns: TRUE if the insert was sucessful, FALSE otherwise.
292 * Arguments: form - the form widget for the insert dialog widget.
305 Widget label, text, cancel, insert;
333 insert = XtCreateManagedWidget("insert", commandWidgetClass, form,
339 XtSetArg(args[num_args], XtNfromHoriz, insert); num_args++;
347 XtAddCallback(insert, XtNcallback, (XtCallbackProc)DoInsert, (caddr_t) tw);
352 * Bind <CR> to insert file.