4 typedef struct _DiaGrid DiaGrid
;
7 /* grid line intervals */
8 real width_x
, width_y
, width_w
;
9 /* the interval between visible grid lines */
10 guint visible_x
, visible_y
;
11 /* the interval between major lines (non-stippled).
12 * if 0, no major lines are drawn (all lines are stippled).
13 * if 1, all lines are solid.
16 /* True if the grid is dynamically calculated.
17 * When true, width_x and width_y are ignored.
20 /* The color of the grid lines.
23 /** True if this grid is a hex grid. */
25 /** Size of each edge on a hex grid. */
29 #endif /* DIA_GRID_H */