home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / mgd.mnu < prev    next >
Text File  |  1996-12-05  |  605b  |  32 lines

  1. registerObject  {
  2.     name        .options.menu.syntax
  3.     type        CustMenuPushButton
  4.     visible        {1 1 1 1 1}
  5.     objSpec        {
  6.         hintText    "Changes the syntax specification for labels."
  7.         label        Syntax...
  8.         mnemonic    y
  9.         activated    {
  10.             #CTGENCommandScript
  11.             [.main options] syntax
  12.             #CTGENEndCommandScript    
  13.         }
  14.     }
  15. }
  16.  
  17. registerObject {
  18.     name        .help.menu.aboutmgdeditor
  19.     type        CustMenuPushButton
  20.     objSpec        {
  21.         hintText    "Shows version information."
  22.         label        {About MGD Editor}
  23.         mnemonic    A
  24.         activated    {
  25.             #CTGENCommandScript
  26.             showVersionDialog [%this label]
  27.             #CTGENEndCommandScript    
  28.         }
  29.     }
  30. }
  31.  
  32.