home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desklib / examples / DeskLib / Examples / !TestApp / Messages < prev    next >
Text File  |  1993-07-10  |  2KB  |  49 lines

  1. #  Messages file for TestApp
  2.  
  3. #  The application's name (remove the following line, and the application
  4. #  will use it's built-in default of "Tester")
  5.  
  6. app.name: DeskLib Test
  7.  
  8.  
  9. #  The main menu definition.
  10. #  This describes a menu which looks similar to this:
  11. #   +--------------+
  12. #   | Change Title |                        
  13. #   | ------------ |
  14. #   | Item 1       | +-----------------+
  15. #   | Item 2    => | | Indirected text |
  16. #   | ------------ | | Short text      |
  17. #   | Quit         | +-----------------+     <-- 2 more items are added on
  18. #   +--------------+                             here by the program itself
  19.  
  20. menu.main: Change Title|~Item 1,Item 2|Quit
  21. menu.item2: !Indirected text, Short text
  22.  
  23. #  Help message for the iconbar icon. Note that help gives a message
  24. #  "iconbar.<icon_number>", where the icon number isn't known until 
  25. #  runtime, so we use a wildcard to match any icon we own on the iconbar
  26. #  - as we only usually have one icon, this isn't normally a problem.
  27.  
  28. iconbar.*: This is the <app.name> icon.|MIt has no purpose yet.
  29.  
  30.  
  31. #  Help messages for all windows created from the "mainwindow" template.
  32. #  Note how only the first 8 characters ("mainwind") can be used by the
  33. #  tags...
  34. #  Note also: Icon 2 has it's own help, all other icons AND the window
  35. #             background have their help (mainwind.*)
  36.  
  37. desklib.tester: This is one of the DeskLib test application
  38.  
  39. mainwind.*: <desklib.tester> windows
  40. mainwind.2: <desklib.tester> example OK buttons. Click it.
  41.  
  42. # Queries
  43. # This message is used in the 'dialog' sublibrary test/demo, when the
  44. # user clicks on the menu item leading to the submenu instead of choosing
  45. # a submenu item.
  46.  
  47. query.click:Please do not click that option again
  48.  
  49.