summaryrefslogtreecommitdiffstats
path: root/bltGrMarkerBitmap.C
diff options
context:
space:
mode:
authorjoye <joye>2014-03-20 20:29:12 (GMT)
committerjoye <joye>2014-03-20 20:29:12 (GMT)
commit066daa2d382a0ba5b2b904a229529a1581f35f0a (patch)
tree6c4efdd064a5e4ccebe287de4f0cba892f4335a7 /bltGrMarkerBitmap.C
parent00064182c196789d8b48bdc9d4c47cc3bd192954 (diff)
downloadblt-066daa2d382a0ba5b2b904a229529a1581f35f0a.zip
blt-066daa2d382a0ba5b2b904a229529a1581f35f0a.tar.gz
blt-066daa2d382a0ba5b2b904a229529a1581f35f0a.tar.bz2
*** empty log message ***
Diffstat (limited to 'bltGrMarkerBitmap.C')
-rw-r--r--bltGrMarkerBitmap.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/bltGrMarkerBitmap.C b/bltGrMarkerBitmap.C
index e1b95ac..e3d2c4f 100644
--- a/bltGrMarkerBitmap.C
+++ b/bltGrMarkerBitmap.C
@@ -42,9 +42,9 @@ static Tk_OptionSpec optionSpecs[] = {
NULL, -1, Tk_Offset(BitmapMarkerOptions, fillColor),
TK_OPTION_NULL_OK, NULL, 0},
{TK_OPTION_SYNONYM, "-bg", NULL, NULL, NULL, -1, 0, 0, "-background", 0},
- // {TK_OPTION_CUSTOM, "-bindtags", "bindTags", "BindTags",
- // "Bitmap all", -1, Tk_Offset(BitmapMarkerOptions, obj.tags),
- // TK_OPTION_NULL_OK, &listObjOption, 0},
+ {TK_OPTION_CUSTOM, "-bindtags", "bindTags", "BindTags",
+ "Bitmap all", -1, Tk_Offset(BitmapMarkerOptions, tags),
+ TK_OPTION_NULL_OK, &listObjOption, 0},
{TK_OPTION_BITMAP, "-bitmap", "bitmap", "Bitmap",
NULL, -1, Tk_Offset(BitmapMarkerOptions, bitmap),
TK_OPTION_NULL_OK, NULL, 0},