summaryrefslogtreecommitdiffstats
path: root/src/bltGraphBar.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGraphBar.C')
-rw-r--r--src/bltGraphBar.C10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bltGraphBar.C b/src/bltGraphBar.C
index 2edad31..281a5de 100644
--- a/src/bltGraphBar.C
+++ b/src/bltGraphBar.C
@@ -72,7 +72,7 @@ static Tk_OptionSpec optionSpecs[] = {
"0", -1, Tk_Offset(BarGraphOptions, aspect), 0, NULL, RESET},
{TK_OPTION_BORDER, "-background", "background", "Background",
STD_NORMAL_BACKGROUND, -1, Tk_Offset(BarGraphOptions, normalBg),
- 0, NULL, 0},
+ 0, NULL, CACHE},
{TK_OPTION_STRING_TABLE, "-barmode", "barMode", "BarMode",
"normal", -1, Tk_Offset(BarGraphOptions, barMode),
0, &barmodeObjOption, RESET},
@@ -97,17 +97,17 @@ static Tk_OptionSpec optionSpecs[] = {
0, NULL, RESET},
{TK_OPTION_COLOR, "-foreground", "foreground", "Foreground",
STD_NORMAL_FOREGROUND, -1, Tk_Offset(BarGraphOptions, titleTextStyle.color),
- 0, NULL, 0},
+ 0, NULL, CACHE},
{TK_OPTION_SYNONYM, "-halo", NULL, NULL, NULL, -1, 0, 0, "-searchhalo", 0},
{TK_OPTION_PIXELS, "-height", "height", "Height",
"4i", -1, Tk_Offset(BarGraphOptions, reqHeight), 0, NULL, RESET},
{TK_OPTION_COLOR, "-highlightbackground", "highlightBackground",
"HighlightBackground",
STD_NORMAL_BACKGROUND, -1, Tk_Offset(BarGraphOptions, highlightBgColor),
- 0, NULL, 0},
+ 0, NULL, CACHE},
{TK_OPTION_COLOR, "-highlightcolor", "highlightColor", "HighlightColor",
STD_NORMAL_FOREGROUND, -1, Tk_Offset(BarGraphOptions, highlightColor),
- 0, NULL, 0},
+ 0, NULL, CACHE},
{TK_OPTION_PIXELS, "-highlightthickness", "highlightThickness",
"HighlightThickness",
"2", -1, Tk_Offset(BarGraphOptions, highlightWidth), 0, NULL, RESET},
@@ -121,7 +121,7 @@ static Tk_OptionSpec optionSpecs[] = {
{TK_OPTION_SYNONYM, "-lm", NULL, NULL, NULL, -1, 0, 0, "-leftmargin", 0},
{TK_OPTION_BORDER, "-plotbackground", "plotbackground", "PlotBackground",
STD_NORMAL_BACKGROUND, -1, Tk_Offset(BarGraphOptions, plotBg),
- 0, NULL, 0},
+ 0, NULL, CACHE},
{TK_OPTION_PIXELS, "-plotborderwidth", "plotBorderWidth", "PlotBorderWidth",
STD_BORDERWIDTH, -1, Tk_Offset(BarGraphOptions, plotBW), 0, NULL, RESET},
{TK_OPTION_PIXELS, "-plotpadx", "plotPadX", "PlotPad",