summaryrefslogtreecommitdiff
path: root/itcl/itk/generic/itkStubInit.c
diff options
context:
space:
mode:
authorIan Roxborough <irox@redhat.com>2001-09-09 19:49:03 +0000
committerIan Roxborough <irox@redhat.com>2001-09-09 19:49:03 +0000
commit57e8350a3895a1579b77cc134d6d7d49b056678e (patch)
tree7584c16f5407dd1371b8290109b3b822067afd5a /itcl/itk/generic/itkStubInit.c
parent7467241ff2a5cd6da7bbecb7111fc0dc3211c7de (diff)
downloadgdb-57e8350a3895a1579b77cc134d6d7d49b056678e.tar.gz
Itcl import for Tcl/Tk8.3 upgradeITCL_TCL_8_3
Diffstat (limited to 'itcl/itk/generic/itkStubInit.c')
-rw-r--r--itcl/itk/generic/itkStubInit.c51
1 files changed, 51 insertions, 0 deletions
diff --git a/itcl/itk/generic/itkStubInit.c b/itcl/itk/generic/itkStubInit.c
new file mode 100644
index 00000000000..a4a0a55009b
--- /dev/null
+++ b/itcl/itk/generic/itkStubInit.c
@@ -0,0 +1,51 @@
+/*
+ * tkStubInit.c --
+ *
+ * This file contains the initializers for the Itk stub vectors.
+ *
+ * Copyright (c) 1998-1999 by XXXX
+ *
+ * See the file "license.terms" for information on usage and redistribution
+ * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+ *
+ * RCS: $Id$
+ */
+
+#include "itk.h"
+
+/*
+ * Remove macros that will interfere with the definitions below.
+ */
+
+/*
+ * WARNING: The contents of this file is automatically generated by the
+ * tools/genStubs.tcl script. Any modifications to the function declarations
+ * below should be made in the generic/itk.decls script.
+ */
+
+/* !BEGIN!: Do not edit below this line. */
+
+ItkStubs itkStubs = {
+ TCL_STUB_MAGIC,
+ NULL,
+ Itk_Init, /* 0 */
+ NULL, /* 1 */
+ Itk_ConfigBodyCmd, /* 2 */
+ Itk_UsualCmd, /* 3 */
+ Itk_ClassOptionDefineCmd, /* 4 */
+ Itk_ClassOptionIllegalCmd, /* 5 */
+ Itk_ConfigClassOption, /* 6 */
+ Itk_CreateClassOptTable, /* 7 */
+ Itk_FindClassOptTable, /* 8 */
+ NULL, /* 9 */
+ Itk_CreateClassOption, /* 10 */
+ Itk_FindClassOption, /* 11 */
+ Itk_DelClassOption, /* 12 */
+ Itk_ArchetypeInit, /* 13 */
+ Itk_OptListInit, /* 14 */
+ Itk_OptListFree, /* 15 */
+ Itk_OptListAdd, /* 16 */
+ Itk_OptListRemove, /* 17 */
+};
+
+/* !END!: Do not edit above this line. */