libInit.cc
author Claus Gittinger <cg@exept.de>
Mon, 21 Aug 2006 19:17:13 +0200
changeset 2999 17516616f21d
parent 2992 4fb4aef5fcc2
child 3005 7761a29a4fc8
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/libwidg2/libInit.cc,v 1.35 2006-08-21 17:17:13 cg Exp $
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: stx_libwidg2.
 */
#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 _libstx_libwidg2_Init() INIT_TEXT_SECT;
#endif
void _libstx_libwidg2_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libwidg2", _libstx_libwidg2_Init, "stx:libwidg2");
_CheckBox_Init(pass,__pRT__,snd);
_ColorMenu_Init(pass,__pRT__,snd);
_ComboBoxButton_Init(pass,__pRT__,snd);
_ComboBoxView_Init(pass,__pRT__,snd);
_ComboListView_Init(pass,__pRT__,snd);
_ComboView_Init(pass,__pRT__,snd);
_DSVColumnView_Init(pass,__pRT__,snd);
_DSVLabelView_Init(pass,__pRT__,snd);
_DataSetColumn_Init(pass,__pRT__,snd);
_DataSetLabel_Init(pass,__pRT__,snd);
_DataSetView_Init(pass,__pRT__,snd);
_DoWhatIMeanSupport_Init(pass,__pRT__,snd);
_EnterBoxWithList_Init(pass,__pRT__,snd);
_ExtendedComboBox_Init(pass,__pRT__,snd);
_FileSelectionItem_Init(pass,__pRT__,snd);
_FileSelectionTree_Init(pass,__pRT__,snd);
_FilenameComboBoxView_Init(pass,__pRT__,snd);
_FilenameEditField_Init(pass,__pRT__,snd);
_FilenameEnterBox_Init(pass,__pRT__,snd);
_FontMenu_Init(pass,__pRT__,snd);
_GridBagConstraints_Init(pass,__pRT__,snd);
_GridBagLayoutInfo_Init(pass,__pRT__,snd);
_GridBagLayoutView_Init(pass,__pRT__,snd);
_HierarchicalFileList_Init(pass,__pRT__,snd);
_HierarchicalItem_Init(pass,__pRT__,snd);
_HierarchicalItemWithLabel_Init(pass,__pRT__,snd);
_HierarchicalItemWithLabelAndIcon_Init(pass,__pRT__,snd);
_HierarchicalItemWithLabelAndIconAndValue_Init(pass,__pRT__,snd);
_HierarchicalList_Init(pass,__pRT__,snd);
_HierarchicalListView_Init(pass,__pRT__,snd);
_HierarchyNode_Init(pass,__pRT__,snd);
_HorizontalSlider_Init(pass,__pRT__,snd);
_ImageView_Init(pass,__pRT__,snd);
_LabelAndIcon_Init(pass,__pRT__,snd);
_LabelledEnterField_Init(pass,__pRT__,snd);
_ListEntry_Init(pass,__pRT__,snd);
_ListModelView_Init(pass,__pRT__,snd);
_MenuPanel_Init(pass,__pRT__,snd);
_ModelListEntry_Init(pass,__pRT__,snd);
_MultiColListEntry_Init(pass,__pRT__,snd);
_MultipleItemSelectionWidget_Init(pass,__pRT__,snd);
_NoteBookView_Init(pass,__pRT__,snd);
_PrintAbortDialog_Init(pass,__pRT__,snd);
_PrintingDialog_Init(pass,__pRT__,snd);
_ProgressIndicator_Init(pass,__pRT__,snd);
_SelectionInHierarchy_Init(pass,__pRT__,snd);
_SelectionInListModelView_Init(pass,__pRT__,snd);
_SelectionInTree_Init(pass,__pRT__,snd);
_SelectionInTreeView_Init(pass,__pRT__,snd);
_Separator_Init(pass,__pRT__,snd);
_Slider_Init(pass,__pRT__,snd);
_SubCanvas_Init(pass,__pRT__,snd);
_SyncedMultiColumnTextView_Init(pass,__pRT__,snd);
_TabItem_Init(pass,__pRT__,snd);
_TabSpecRuler_Init(pass,__pRT__,snd);
_TabView_Init(pass,__pRT__,snd);
_TabWidget_Init(pass,__pRT__,snd);
_TabulatorSpecification_Init(pass,__pRT__,snd);
_TextBox_Init(pass,__pRT__,snd);
_TreeItem_Init(pass,__pRT__,snd);
_TreeItemWithImage_Init(pass,__pRT__,snd);
_TwoColumnTextView_Init(pass,__pRT__,snd);
_UpDownButton_Init(pass,__pRT__,snd);
_ViewScroller_Init(pass,__pRT__,snd);
_stx_137libwidg2_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}