• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/src/

Lines Matching +defs:file +defs:tail

4 This file is part of GNU Emacs.
17 along with GNU Emacs; see the file COPYING. If not, write to
325 /* If we have a file, let GTK do all the image handling.
329 Lisp_Object tail;
330 Lisp_Object file;
333 for (tail = XCDR (img->spec);
334 NILP (specified_file) && CONSP (tail) && CONSP (XCDR (tail));
335 tail = XCDR (XCDR (tail)))
336 if (EQ (XCAR (tail), QCfile))
337 specified_file = XCAR (XCDR (tail));
340 function, so this only fails if the image file has been removed.
344 && STRINGP (file = x_find_image_file (specified_file)))
347 old_widget = GTK_IMAGE (gtk_image_new_from_file (SSDATA (file)));
349 gtk_image_set_from_file (old_widget, SSDATA (file));
354 /* No file, do the image handling ourselves. This will look very bad
1213 /* Return non-zero if the old file selection dialog is being used.
1234 /* Function that is called when the file dialog pops down.
1268 /* Return the selected file for file chooser dialog W.
1279 WIDGET is the toggle widget, DATA is the file chooser dialog. */
1293 /* Callback called when a property changes in a file chooser.
1294 GOBJECT is the file chooser dialog, ARG1 describes the property.
1295 USER_DATA is the toggle widget in the file chooser dialog.
1297 changes that property by right clicking in the file list. */
1331 /* Read a file name from the user using a file chooser dialog.
1335 If MUSTMATCH_P is non-zero, the returned file name must be an existing
1336 file. *FUNC is set to a function that can be used to retrieve the
1337 selected file name from the returned widget.
1390 /* Gtk+ 2.10 has the file name text entry box integrated in the dialog.
1393 strcat (message, "\nType C-l to display a file name text entry box.\n");
1394 strcat (message, "\nIf you don't like this file selector, use the "
1396 "use-file-dialog to turn it off.");
1409 Lisp_Object file;
1411 GCPRO1 (file);
1414 file = build_string (default_filename);
1416 /* File chooser does not understand ~/... in the file name. It must be
1419 file = Fexpand_file_name (file, Qnil);
1421 utf8_filename = SSDATA (ENCODE_UTF_8 (file));
1422 if (! NILP (Ffile_directory_p (file)))
1448 /* Return the selected file for file selector dialog W.
1459 /* Create a file selection dialog.
1463 If MUSTMATCH_P is non-zero, the returned file name must be an existing
1464 file. *FUNC is set to a function that can be used to retrieve the
1465 selected file name from the returned widget.
1500 /* Read a file name from the user using a file dialog, either the old
1501 file selection dialog, or the new file chooser dialog. Which to use
1503 gtk-use-old-file-dialog.
1507 If MUSTMATCH_P is non-zero, the returned file name must be an existing
1508 file.
1510 Returns a file name or NULL if no file was selected.
1528 library linuxthreads hangs when the Gnome file chooser backend creates
2449 But consider editing a C file. Then there is a C-mode menu
3986 /* Make dialogs close on C-g. Since file dialog inherits from