home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / ddd / Test-graph < prev    next >
Text File  |  1998-03-25  |  2KB  |  60 lines

  1. ! $Id: Test-graph,v 1.8 1998/03/25 12:44:38 zeller Exp $
  2. ! GraphEdit Translation tester
  3.  
  4. ! Copyright (C) 1995 Technische Universitaet Braunschweig, Germany.
  5. ! Written by Andreas Zeller <zeller@ips.cs.tu-bs.de>.
  6. ! This file is part of DDD.
  7. ! DDD is free software; you can redistribute it and/or
  8. ! modify it under the terms of the GNU General Public
  9. ! License as published by the Free Software Foundation; either
  10. ! version 2 of the License, or (at your option) any later version.
  11. ! DDD is distributed in the hope that it will be useful,
  12. ! but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. ! See the GNU General Public License for more details.
  15. ! You should have received a copy of the GNU General Public
  16. ! License along with DDD -- see the file COPYING.
  17. ! If not, write to the Free Software Foundation, Inc.,
  18. ! 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19. ! DDD is the data display debugger.
  20. ! For details, see the DDD World-Wide-Web page, 
  21. ! `http://www.cs.tu-bs.de/softech/ddd/',
  22. ! or send a mail to the DDD developers <ddd@ips.cs.tu-bs.de>.
  23.  
  24. ! Build a menu
  25. *graphEdit.translations: #augment \
  26. <Btn3Down>:    popup()            \n\
  27. Shift<Key>A:    show-edges(any)    \n\
  28. Shift<Key>B:    show-edges(both)   \n\
  29. Shift<Key>T:    show-edges(to)       \n\
  30. Shift<Key>F:    show-edges(from)   \n\
  31. <Key>A:            hide-edges(any)    \n\
  32. <Key>B:        hide-edges(both)   \n\
  33. <Key>T:        hide-edges(to)       \n\
  34. <Key>F:        hide-edges(from)   \n\
  35. <Key>S:        select-all()       \n\
  36. <Key>U:        unselect-all()     \n\
  37. <Key>G:        snap-to-grid()     \n\
  38. <Key>R:        rotate()           \n\
  39. <Key>L:        layout(regular)    \n\
  40. <Key>C:        layout(compact)    \n\
  41. <Key>N:        normalize()        \n
  42.  
  43. ! Menu titles
  44. *popup.menu.labelString:  Build...
  45. *popup.one.labelString:   From straw
  46. *popup.two.labelString:   From wood
  47. *popup.three.labelString: From stone
  48.  
  49. *graphEdit_panner*backgroundPixmap: 25_foreground
  50.  
  51. *graphEdit_panner.background: grey
  52. *graphEdit_panner.foreground: light grey
  53. *graphEdit.background: light grey
  54. *graphEdit.foreground: black
  55.