libInit.cc
author Claus Gittinger <cg@exept.de>
Tue, 05 Jul 2005 20:36:56 +0200
changeset 2831 a99e12b37cd0
parent 2684 1548d100aacb
child 2935 e3fa9d1a7a64
permissions -rw-r--r--
*** empty log message ***

/*
 * DO NOT EDIT 
 * automagically generated from Make.proto (by make libInit.cc)
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>
#define INIT_TEXT_SECT /* as nothing */
#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#else /* not WIN32 */
# if defined(__GNUC__) && !defined(NO_SECTION_ATTRIBUTES)
#  if (__GNUC__  == 2 && __GNUC_MINOR__ >= 7) || __GNUC__ > 2
#   undef INIT_TEXT_SECT
#   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
#  endif
# endif /* not GNUC */
#endif /* not WIN32 */
#ifdef INIT_TEXT_SECT
extern void _libwidg2_Init() INIT_TEXT_SECT;
#endif
void _libwidg2_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libwidg2", _libwidg2_Init, "stx:libwidg2");
_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);
_TabulatorSpecification_Init(pass,__pRT__,snd);
_TabSpecRuler_Init(pass,__pRT__,snd);
_ListEntry_Init(pass,__pRT__,snd);
_MultiColListEntry_Init(pass,__pRT__,snd);
_ModelListEntry_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);
_FilenameComboBoxView_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);
_TabItem_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);
_DSVLabelView_Init(pass,__pRT__,snd);
_DSVColumnView_Init(pass,__pRT__,snd);
_GridBagConstraints_Init(pass,__pRT__,snd);
_GridBagLayoutInfo_Init(pass,__pRT__,snd);
_GridBagLayoutView_Init(pass,__pRT__,snd);
_UpDownButton_Init(pass,__pRT__,snd);
_ViewScroller_Init(pass,__pRT__,snd);
_FileSelectionTree_Init(pass,__pRT__,snd);
_FileSelectionItem_Init(pass,__pRT__,snd);
_TextBox_Init(pass,__pRT__,snd);
_EnterBoxWithList_Init(pass,__pRT__,snd);
_HierarchicalItem_Init(pass,__pRT__,snd);
_ListModelView_Init(pass,__pRT__,snd);
_SelectionInListModelView_Init(pass,__pRT__,snd);
_HierarchicalListView_Init(pass,__pRT__,snd);
_HierarchicalList_Init(pass,__pRT__,snd);
_HierarchicalFileList_Init(pass,__pRT__,snd);
_ExtendedComboBox_Init(pass,__pRT__,snd);
_SyncedMultiColumnTextView_Init(pass,__pRT__,snd);
_TwoColumnTextView_Init(pass,__pRT__,snd);
_MultipleItemSelectionWidget_Init(pass,__pRT__,snd);
_ProgressIndicator_Init(pass,__pRT__,snd);
_ImageView_Init(pass,__pRT__,snd);
_DoWhatIMeanSupport_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}