/[bison]/bison/src/vcg.h
ViewVC logotype

Diff of /bison/src/vcg.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.3 by marc, Mon Aug 27 22:16:23 2001 UTC revision 1.3.2.4 by akim, Mon Sep 10 08:33:25 2001 UTC
# Line 501  struct graph_s Line 501  struct graph_s
501       index 2, green has index 3, etc.       index 2, green has index 3, etc.
502       Default is white for background and white or transparent for summary       Default is white for background and white or transparent for summary
503       nodes. */       nodes. */
504    unsigned char color;    enum color_e color;
505    
506    /* Textcolor.    /* Textcolor.
507       need explainations ???       need explainations ???
508       defalut is black for summary nodes. */       defalut is black for summary nodes. */
509    unsigned char textcolor;    enum color_e textcolor;
510    
511    /* Bordercolor is the color of the summary node's border. Default color    /* Bordercolor is the color of the summary node's border. Default color
512       is the textcolor. width, height are width and height of the       is the textcolor. width, height are width and height of the
513       displayed part of the window of the outermost graph in pixels, or       displayed part of the window of the outermost graph in pixels, or
514       width and height of the summary node of inner subgraphs.       width and height of the summary node of inner subgraphs.
515       Default is the defalut of the textcolor. */       Default is the defalut of the textcolor. */
516    unsigned char bordercolor;    enum color_e bordercolor;
517    
518    /* Width, height are width and height of the displayed part of the    /* Width, height are width and height of the displayed part of the
519       window of the outermost graph in pixels, or width and height of the       window of the outermost graph in pixels, or width and height of the

Legend:
Removed from v.1.3.2.3  
changed lines
  Added in v.1.3.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26