diff options
author | joye <joye> | 2014-02-28 17:02:46 (GMT) |
---|---|---|
committer | joye <joye> | 2014-02-28 17:02:46 (GMT) |
commit | b34b353473819e0c5907dbd8140a26db0c5cfb09 (patch) | |
tree | d3de96e852dd024b7ff8e4770a44c1a0c14fce76 /src/bltGrAxis.h | |
parent | d23f63bc4b2b6e246a4542ddd4ad6bd60044805e (diff) | |
download | blt-b34b353473819e0c5907dbd8140a26db0c5cfb09.zip blt-b34b353473819e0c5907dbd8140a26db0c5cfb09.tar.gz blt-b34b353473819e0c5907dbd8140a26db0c5cfb09.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrAxis.h')
-rw-r--r-- | src/bltGrAxis.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bltGrAxis.h b/src/bltGrAxis.h index 669f87f..27cfe82 100644 --- a/src/bltGrAxis.h +++ b/src/bltGrAxis.h @@ -52,7 +52,7 @@ typedef struct { * array of alternatingly drawn pixel * values. */ int lineWidth; /* Width of the grid lines */ - XColor *color; /* Color of the grid lines */ + XColor* color; /* Color of the grid lines */ GC gc; /* Graphics context for the grid. */ Segment2d *segments; /* Array of line segments representing the @@ -278,7 +278,7 @@ typedef struct { short int width, height; /* Extents of axis */ short int maxTickWidth, maxTickHeight; Tk_3DBorder normalBg; - XColor *activeFgColor; + XColor* activeFgColor; int relief; int borderWidth; @@ -288,7 +288,7 @@ typedef struct { Tk_Font tickFont; Tk_Anchor tickAnchor; Tk_Anchor reqTickAnchor; - XColor *tickColor; + XColor* tickColor; GC tickGC; /* Graphics context for axis and tick * labels */ GC activeTickGC; @@ -297,7 +297,7 @@ typedef struct { Tk_Font titleFont; Tk_Anchor titleAnchor; Tk_Justify titleJustify; - XColor *titleColor; + XColor* titleColor; Grid major, minor; /* Axis grid information. */ |