Lines Matching defs:insert
107 Ctrl<Key>q,<Key>Tab: insert-char() \n\
115 Ctrl<Key>q,<Key>Tab: insert-char() \n\
123 * the file insert dialog box uses.
129 * Text Widget that will insert a file into the main
148 * it will popup the insert file dialog box.
159 * file to insert.
199 * Description: Pops down the file insert button.
222 * Description: Actually insert the file named in the text widget
225 * closure - a pointer to the text widget to insert the
244 "*** Error: Could not get text widget from file insert popup");
261 * Arguments: tw - The text widget to insert this file into.
262 * str - name of the file to insert.
263 * Returns: TRUE if the insert was sucessful, FALSE otherwise.
321 * Arguments: form - the form widget for the insert dialog widget.
334 Widget label, text, cancel, insert;
362 insert = XtCreateManagedWidget("insert", commandWidgetClass, form,
368 XtSetArg(args[num_args], XtNfromHoriz, insert); num_args++;
375 XtAddCallback(insert, XtNcallback, DoInsert, (XtPointer) tw);
380 * Bind <CR> to insert file.