libInit.cc
changeset 521 071c5806a5dc
child 527 30d5dfb51612
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libInit.cc	Sat Sep 06 20:34:19 1997 +0200
@@ -0,0 +1,41 @@
+
+#ifndef OLDVMDATA
+# define __INDIRECTVMINITCALLS__
+#endif
+#include <stc.h>
+_libwidg2_Init(pass, __pRT__, snd)
+#ifdef OLDVMDATA
+OBJ snd; struct __initTab__ *__pRT__; {
+#else
+OBJ snd; struct __vmData__ *__pRT__; {
+#endif
+ __BEGIN_PACKAGE__("libwidg2", _libwidg2_Init);
+_LicenceBox_Init(pass,__pRT__,snd);
+_SubCanvas_Init(pass,__pRT__,snd);
+_Slider_Init(pass,__pRT__,snd);
+_HorizontalSlider_Init(pass,__pRT__,snd);
+_LabelledEnterField_Init(pass,__pRT__,snd);
+_FilenameEnterBox_Init(pass,__pRT__,snd);
+_FilenameEditField_Init(pass,__pRT__,snd);
+_CheckBox_Init(pass,__pRT__,snd);
+_Separator_Init(pass,__pRT__,snd);
+_TabView_Init(pass,__pRT__,snd);
+_TabWidget_Init(pass,__pRT__,snd);
+_TabulatorSpecification_Init(pass,__pRT__,snd);
+_TabSpecRuler_Init(pass,__pRT__,snd);
+_ListEntry_Init(pass,__pRT__,snd);
+_MultiColListEntry_Init(pass,__pRT__,snd);
+_LabelAndIcon_Init(pass,__pRT__,snd);
+_ComboView_Init(pass,__pRT__,snd);
+_ComboBoxView_Init(pass,__pRT__,snd);
+_ComboListView_Init(pass,__pRT__,snd);
+_ComboBoxButton_Init(pass,__pRT__,snd);
+_MenuPanel_Init(pass,__pRT__,snd);
+_SelectionInTreeView_Init(pass,__pRT__,snd);
+_SelectionInTree_Init(pass,__pRT__,snd);
+_TreeItem_Init(pass,__pRT__,snd);
+_HierarchyNode_Init(pass,__pRT__,snd);
+_SelectionInHierarchy_Init(pass,__pRT__,snd);
+_NoteBookView_Init(pass,__pRT__,snd);
+ __END_PACKAGE__();
+}