libInit.cc
changeset 1500 3cefdf12f120
parent 1396 b6ede38e20f3
child 1520 6bc733fd88e9
--- a/libInit.cc	Tue Aug 31 17:58:57 1999 +0200
+++ b/libInit.cc	Wed Sep 01 12:10:26 1999 +0200
@@ -4,7 +4,9 @@
  */
 #define __INDIRECTVMINITCALLS__
 #include <stc.h>
-#pragma codeseg INITCODE "INITCODE"
+#ifdef WIN32
+# pragma codeseg INITCODE "INITCODE"
+#endif /* WIN32 */
 _libwidg2_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
 __BEGIN_PACKAGE__("libwidg2", _libwidg2_Init);
@@ -17,8 +19,6 @@
 _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);
@@ -28,14 +28,16 @@
 _ComboBoxView_Init(pass,__pRT__,snd);
 _ComboListView_Init(pass,__pRT__,snd);
 _ComboBoxButton_Init(pass,__pRT__,snd);
-_ExtendedComboBox_Init(pass,__pRT__,snd);
 _MenuPanel_Init(pass,__pRT__,snd);
 _SelectionInTreeView_Init(pass,__pRT__,snd);
 _SelectionInTree_Init(pass,__pRT__,snd);
 _TreeItem_Init(pass,__pRT__,snd);
+_TreeItemWithImage_Init(pass,__pRT__,snd);
 _HierarchyNode_Init(pass,__pRT__,snd);
 _SelectionInHierarchy_Init(pass,__pRT__,snd);
 _NoteBookView_Init(pass,__pRT__,snd);
+_TabView_Init(pass,__pRT__,snd);
+_TabWidget_Init(pass,__pRT__,snd);
 _DataSetView_Init(pass,__pRT__,snd);
 _DataSetColumn_Init(pass,__pRT__,snd);
 _DataSetLabel_Init(pass,__pRT__,snd);
@@ -47,8 +49,7 @@
 _UpDownButton_Init(pass,__pRT__,snd);
 _ViewScroller_Init(pass,__pRT__,snd);
 _FileSelectionTree_Init(pass,__pRT__,snd);
+_FileSelectionItem_Init(pass,__pRT__,snd);
 _EnterBoxWithList_Init(pass,__pRT__,snd);
-_ImageView_Init(pass,__pRT__,snd);
-_ImageEditView_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }