gimp.dt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. ######################################################################
  2. #
  3. # Common Desktop Environment (CDE)
  4. #
  5. # Action and DataType Definition File
  6. #
  7. # Generated by the CreateAction tool
  8. #
  9. # $Revision: 1.0
  10. #
  11. # $KEY: 4747
  12. #
  13. ######################################################################
  14. #
  15. # WARNING:
  16. #
  17. # This file was generated by the CDE CreateAction tool.
  18. # If this file is modified by some other tool, such as vi,
  19. # the CreateAction tool will no longer be able to load and
  20. # update this file. For this reason, changes to this file
  21. # should be handled through CreateAction whenever possible.
  22. #
  23. ######################################################################
  24. ACTION gimp
  25. {
  26. LABEL Gimp
  27. TYPE COMMAND
  28. EXEC_STRING gimp "%Arg_1%"
  29. ICON gimp
  30. WINDOW_TYPE NO_STDIO
  31. DESCRIPTION The GNU image manipulation program.
  32. }
  33. DATA_ATTRIBUTES gimp_FILE_1
  34. {
  35. ACTIONS Open,Print
  36. ICON gimp
  37. DESCRIPTION Open image in Gimp.
  38. }
  39. DATA_CRITERIA gimp_FILE_1A
  40. {
  41. DATA_ATTRIBUTES_NAME gimp_FILE_1
  42. MODE !d
  43. PATH_PATTERN *.xcf
  44. }
  45. ACTION Open
  46. {
  47. ARG_TYPE gimp_FILE_1
  48. TYPE MAP
  49. MAP_ACTION gimp
  50. LABEL Open
  51. }
  52. ACTION gimp_FILE_1_PRINT
  53. {
  54. TYPE COMMAND
  55. EXEC_STRING gimp "%Arg_1%"
  56. WINDOW_TYPE NO_STDIO
  57. }
  58. ACTION Print
  59. {
  60. ARG_TYPE gimp_FILE_1
  61. TYPE MAP
  62. MAP_ACTION gimp_FILE_1_PRINT
  63. LABEL Print
  64. }