summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.h
diff options
context:
space:
mode:
authorjoye <joye>2014-06-02 17:43:18 (GMT)
committerjoye <joye>2014-06-02 17:43:18 (GMT)
commitc7f69dceaed915906668278c317c592721b938f9 (patch)
tree0d2493f93ea7c917b7d9255f59e79a72653885c4 /src/bltGraph.h
parentf8a01906e319c1d68d96f6bf20510cf771f6e7e3 (diff)
downloadblt-c7f69dceaed915906668278c317c592721b938f9.zip
blt-c7f69dceaed915906668278c317c592721b938f9.tar.gz
blt-c7f69dceaed915906668278c317c592721b938f9.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r--src/bltGraph.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h
index a63f796..0184f91 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -50,6 +50,11 @@ class Legend;
class Pen;
class PageSetup;
+class Pick {
+ public:
+ virtual ClientData pickEntry(int, int, ClassId*) =0;
+};
+
namespace Blt {
class Marker;
};
@@ -129,7 +134,7 @@ typedef struct {
int reqPlotHeight;
} GraphOptions;
-class Graph {
+class Graph : public Pick {
public:
Tcl_Interp* interp_;
Tk_Window tkwin_;