diff options
Diffstat (limited to 'src/bltGraphOp.C')
-rw-r--r-- | src/bltGraphOp.C | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/bltGraphOp.C b/src/bltGraphOp.C index 3de03aa..db05fd4 100644 --- a/src/bltGraphOp.C +++ b/src/bltGraphOp.C @@ -52,15 +52,14 @@ extern "C" { #include "bltGrLegdOp.h" #include "bltGrHairs.h" #include "bltGrHairsOp.h" +#include "bltGrPageSetup.h" +#include "bltGrPageSetupOp.h" using namespace Blt; static Tcl_ObjCmdProc BarchartObjCmd; static Tcl_ObjCmdProc GraphObjCmd; -extern int Blt_PostScriptOp(Graph* graphPtr, Tcl_Interp* interp, int objc, - Tcl_Obj* const objv[]); - int Blt_GraphCmdInitProc(Tcl_Interp* interp) { static Blt_InitCmdSpec graphSpec = @@ -400,7 +399,7 @@ static Blt_OpSpec graphOps[] = {"line", 2, (void*)ElementOp, 2, 0, "oper ?args?",}, {"marker", 2, (void*)Blt::MarkerOp, 2, 0, "oper ?args?",}, {"pen", 2, (void*)Blt_PenOp, 2, 0, "oper ?args?",}, - {"postscript", 2, (void*)Blt_PostScriptOp, 2, 0, "oper ?args?",}, + {"postscript", 2, (void*)Blt_PsOp, 2, 0, "oper ?args?",}, {"transform", 1, (void*)TransformOp, 4, 4, "x y",}, {"x2axis", 2, (void*)X2AxisOp, 2, 0, "oper ?args?",}, {"xaxis", 2, (void*)XAxisOp, 2, 0, "oper ?args?",}, |