libInit.cc
author Claus Gittinger <cg@exept.de>
Fri, 05 Oct 2001 10:56:34 +0200
changeset 2429 eed79a96e43b
parent 2066 0e4d1bbaf69c
child 2662 2ad01a58fa4c
permissions -rw-r--r--
eliminated accesses to leftOffset

/*
 * DO NOT EDIT 
 * automatically 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 _libwidg_Init() INIT_TEXT_SECT;
#endif
void _libwidg_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libwidg", _libwidg_Init, "stx:libwidg");
_ListView_Init(pass,__pRT__,snd);
_PanelView_Init(pass,__pRT__,snd);
_ScrollableView_Init(pass,__pRT__,snd);
_HVScrollableView_Init(pass,__pRT__,snd);
_SequenceView_Init(pass,__pRT__,snd);
_Label_Init(pass,__pRT__,snd);
_Scroller_Init(pass,__pRT__,snd);
_MiniScroller_Init(pass,__pRT__,snd);
_ScrollBar_Init(pass,__pRT__,snd);
_ObjectView_Init(pass,__pRT__,snd);
_PopUpMenu_Init(pass,__pRT__,snd);
_DialogBox_Init(pass,__pRT__,snd);
_InfoBox_Init(pass,__pRT__,snd);
_TextView_Init(pass,__pRT__,snd);
_SelectionInListView_Init(pass,__pRT__,snd);
_HorizontalPanelView_Init(pass,__pRT__,snd);
_VerticalPanelView_Init(pass,__pRT__,snd);
_VariablePanel_Init(pass,__pRT__,snd);
_VariableVerticalPanel_Init(pass,__pRT__,snd);
_VariableHorizontalPanel_Init(pass,__pRT__,snd);
_Button_Init(pass,__pRT__,snd);
_ArrowButton_Init(pass,__pRT__,snd);
_HorizontalScroller_Init(pass,__pRT__,snd);
_HorizontalMiniScroller_Init(pass,__pRT__,snd);
_HorizontalScrollBar_Init(pass,__pRT__,snd);
_EnterBox_Init(pass,__pRT__,snd);
_WarningBox_Init(pass,__pRT__,snd);
_YesNoBox_Init(pass,__pRT__,snd);
_MenuView_Init(pass,__pRT__,snd);
_FileSelectionList_Init(pass,__pRT__,snd);
_EditTextView_Init(pass,__pRT__,snd);
_Toggle_Init(pass,__pRT__,snd);
_ListSelectionBox_Init(pass,__pRT__,snd);
_EnterBox2_Init(pass,__pRT__,snd);
_EditField_Init(pass,__pRT__,snd);
_TextCollector_Init(pass,__pRT__,snd);
_Workspace_Init(pass,__pRT__,snd);
_CodeView_Init(pass,__pRT__,snd);
_FileSelectionBox_Init(pass,__pRT__,snd);
_PullDownMenu_Init(pass,__pRT__,snd);
_OptionBox_Init(pass,__pRT__,snd);
_CheckToggle_Init(pass,__pRT__,snd);
_CheckLabel_Init(pass,__pRT__,snd);
_FileSaveBox_Init(pass,__pRT__,snd);
_ButtonController_Init(pass,__pRT__,snd);
_PopUpListController_Init(pass,__pRT__,snd);
_ToggleController_Init(pass,__pRT__,snd);
_RadioButtonController_Init(pass,__pRT__,snd);
_ClickMenuView_Init(pass,__pRT__,snd);
_EnterFieldGroup_Init(pass,__pRT__,snd);
_FontPanel_Init(pass,__pRT__,snd);
_PopUpList_Init(pass,__pRT__,snd);
_FramedBox_Init(pass,__pRT__,snd);
_RadioButtonGroup_Init(pass,__pRT__,snd);
_RadioButton_Init(pass,__pRT__,snd);
_VariablePanelController_Init(pass,__pRT__,snd);
_VariableVerticalPanelController_Init(pass,__pRT__,snd);
_VariableHorizontalPanelController_Init(pass,__pRT__,snd);
_SelectionInList_Init(pass,__pRT__,snd);
_MultiSelectionInList_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}