summaryrefslogtreecommitdiffstats
path: root/tkblt/generic/tkbltStubInit.c
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-22 18:47:42 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-22 18:47:42 (GMT)
commitb30a3539186f8949407967c4e21f6f36c7acc788 (patch)
treea64b1c8e30c82ca806ed8e3ca17581b2f769996e /tkblt/generic/tkbltStubInit.c
parent5536024a26c61550eca4aec9737cd5eba8646ff9 (diff)
parenta488074b144e3eb3b21b1e8439fb36ce064ad6d2 (diff)
downloadblt-b30a3539186f8949407967c4e21f6f36c7acc788.zip
blt-b30a3539186f8949407967c4e21f6f36c7acc788.tar.gz
blt-b30a3539186f8949407967c4e21f6f36c7acc788.tar.bz2
Merge commit 'a488074b144e3eb3b21b1e8439fb36ce064ad6d2' as 'tkblt'
Diffstat (limited to 'tkblt/generic/tkbltStubInit.c')
-rw-r--r--tkblt/generic/tkbltStubInit.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/tkblt/generic/tkbltStubInit.c b/tkblt/generic/tkbltStubInit.c
new file mode 100644
index 0000000..354b7f1
--- /dev/null
+++ b/tkblt/generic/tkbltStubInit.c
@@ -0,0 +1,30 @@
+#include "tkbltVector.h"
+
+/* !BEGIN!: Do not edit below this line. */
+
+const TkbltStubs tkbltStubs = {
+ TCL_STUB_MAGIC,
+ 0,
+ Blt_CreateVector, /* 0 */
+ Blt_CreateVector2, /* 1 */
+ Blt_DeleteVectorByName, /* 2 */
+ Blt_DeleteVector, /* 3 */
+ Blt_GetVector, /* 4 */
+ Blt_GetVectorFromObj, /* 5 */
+ Blt_ResetVector, /* 6 */
+ Blt_ResizeVector, /* 7 */
+ Blt_VectorExists, /* 8 */
+ Blt_VectorExists2, /* 9 */
+ Blt_AllocVectorId, /* 10 */
+ Blt_GetVectorById, /* 11 */
+ Blt_SetVectorChangedProc, /* 12 */
+ Blt_FreeVectorId, /* 13 */
+ Blt_NameOfVectorId, /* 14 */
+ Blt_NameOfVector, /* 15 */
+ Blt_ExprVector, /* 16 */
+ Blt_InstallIndexProc, /* 17 */
+ Blt_VecMin, /* 18 */
+ Blt_VecMax, /* 19 */
+};
+
+/* !END!: Do not edit above this line. */