libInit.cc
author Claus Gittinger <cg@exept.de>
Mon, 16 Feb 2009 14:12:27 +0100
changeset 3636 5e1ca533c4eb
parent 3376 fefe401577c3
child 3656 ad8fb95de032
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/libwidg2/libInit.cc,v 1.54 2009-02-16 13:12:27 cg Exp $
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: stx_libwidg2.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif 

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_libwidg2_Init() INIT_TEXT_SECTION;
#endif

void _libstx_libwidg2_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libwidg2", _libstx_libwidg2_Init, "stx:libwidg2");
_CharacterSetView_Init(pass,__pRT__,snd);
_CheckBox_Init(pass,__pRT__,snd);
_ComboBoxButton_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);
_FilenameEditField_Init(pass,__pRT__,snd);
_FilenameEnterBox_Init(pass,__pRT__,snd);
_FilenameWidgetWithHistory_Init(pass,__pRT__,snd);
_GridBagConstraints_Init(pass,__pRT__,snd);
_GridBagLayoutInfo_Init(pass,__pRT__,snd);
_GridBagLayoutView_Init(pass,__pRT__,snd);
_HierarchicalDropTargetController_Init(pass,__pRT__,snd);
_HierarchicalItem_Init(pass,__pRT__,snd);
_HierarchicalList_Init(pass,__pRT__,snd);
_HierarchyNode_Init(pass,__pRT__,snd);
_ImageView_Init(pass,__pRT__,snd);
_LabelledEnterField_Init(pass,__pRT__,snd);
_ListEntry_Init(pass,__pRT__,snd);
_ListModelView_Init(pass,__pRT__,snd);
_MenuPanel_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);
_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);
_TabWidget_Init(pass,__pRT__,snd);
_TabulatorSpecification_Init(pass,__pRT__,snd);
_TextBox_Init(pass,__pRT__,snd);
_TreeItem_Init(pass,__pRT__,snd);
_UpDownButton_Init(pass,__pRT__,snd);
_ViewScroller_Init(pass,__pRT__,snd);
_stx_137libwidg2_Init(pass,__pRT__,snd);
_ColorMenu_Init(pass,__pRT__,snd);
_ComboBoxView_Init(pass,__pRT__,snd);
_ComboListView_Init(pass,__pRT__,snd);
_FileSelectionItem_Init(pass,__pRT__,snd);
_FileSelectionTree_Init(pass,__pRT__,snd);
_FontMenu_Init(pass,__pRT__,snd);
_HierarchicalFileList_Init(pass,__pRT__,snd);
_HierarchicalItemWithLabel_Init(pass,__pRT__,snd);
_HorizontalSlider_Init(pass,__pRT__,snd);
_ImageEditView_Init(pass,__pRT__,snd);
_ModelListEntry_Init(pass,__pRT__,snd);
_MultiColListEntry_Init(pass,__pRT__,snd);
_SelectionInListModelView_Init(pass,__pRT__,snd);
_TabView_Init(pass,__pRT__,snd);
_TreeItemWithImage_Init(pass,__pRT__,snd);
_TwoColumnTextView_Init(pass,__pRT__,snd);
_FilenameComboBoxView_Init(pass,__pRT__,snd);
_HierarchicalItemWithLabelAndIcon_Init(pass,__pRT__,snd);
_HierarchicalListView_Init(pass,__pRT__,snd);
_LabelAndIcon_Init(pass,__pRT__,snd);
_HierarchicalItemWithLabelAndIconAndValue_Init(pass,__pRT__,snd);
_LicenceBox_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}