libInit.cc
author Claus Gittinger <cg@exept.de>
Mon, 28 Aug 2006 15:36:45 +0200
changeset 3370 69991a19cb1d
parent 3361 d69a9b89a9a3
child 3377 fb22d617fe52
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/libwidg/libInit.cc,v 1.15 2006-08-28 13:36:45 cg Exp $
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: stx_libwidg.
 */
#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_libwidg_Init() INIT_TEXT_SECT;
#endif
void _libstx_libwidg_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libwidg", _libstx_libwidg_Init, "stx:libwidg");
_ArrowButton_Init(pass,__pRT__,snd);
_Button_Init(pass,__pRT__,snd);
_ButtonController_Init(pass,__pRT__,snd);
_CheckLabel_Init(pass,__pRT__,snd);
_CheckToggle_Init(pass,__pRT__,snd);
_ClickMenuView_Init(pass,__pRT__,snd);
_CodeView_Init(pass,__pRT__,snd);
_DialogBox_Init(pass,__pRT__,snd);
_EditField_Init(pass,__pRT__,snd);
_EditTextView_Init(pass,__pRT__,snd);
_EnterBox_Init(pass,__pRT__,snd);
_EnterBox2_Init(pass,__pRT__,snd);
_EnterFieldGroup_Init(pass,__pRT__,snd);
_FileSaveBox_Init(pass,__pRT__,snd);
_FileSelectionBox_Init(pass,__pRT__,snd);
_FileSelectionList_Init(pass,__pRT__,snd);
_FontPanel_Init(pass,__pRT__,snd);
_FramedBox_Init(pass,__pRT__,snd);
_HVScrollableView_Init(pass,__pRT__,snd);
_HorizontalMiniScroller_Init(pass,__pRT__,snd);
_HorizontalPanelView_Init(pass,__pRT__,snd);
_HorizontalScrollBar_Init(pass,__pRT__,snd);
_HorizontalScroller_Init(pass,__pRT__,snd);
_InfoBox_Init(pass,__pRT__,snd);
_Label_Init(pass,__pRT__,snd);
_ListSelectionBox_Init(pass,__pRT__,snd);
_ListView_Init(pass,__pRT__,snd);
_MenuView_Init(pass,__pRT__,snd);
_MiniScroller_Init(pass,__pRT__,snd);
_MultiSelectionInList_Init(pass,__pRT__,snd);
_ObjectView_Init(pass,__pRT__,snd);
_OptionBox_Init(pass,__pRT__,snd);
_PanelView_Init(pass,__pRT__,snd);
_PopUpList_Init(pass,__pRT__,snd);
_PopUpListController_Init(pass,__pRT__,snd);
_PopUpMenu_Init(pass,__pRT__,snd);
_PullDownMenu_Init(pass,__pRT__,snd);
_RadioButton_Init(pass,__pRT__,snd);
_RadioButtonController_Init(pass,__pRT__,snd);
_RadioButtonGroup_Init(pass,__pRT__,snd);
_ScrollBar_Init(pass,__pRT__,snd);
_ScrollableView_Init(pass,__pRT__,snd);
_Scroller_Init(pass,__pRT__,snd);
_SelectionInList_Init(pass,__pRT__,snd);
_SelectionInListView_Init(pass,__pRT__,snd);
_SequenceView_Init(pass,__pRT__,snd);
_TextCollector_Init(pass,__pRT__,snd);
_TextView_Init(pass,__pRT__,snd);
_Toggle_Init(pass,__pRT__,snd);
_ToggleController_Init(pass,__pRT__,snd);
_VariableHorizontalPanel_Init(pass,__pRT__,snd);
_VariableHorizontalPanelController_Init(pass,__pRT__,snd);
_VariablePanel_Init(pass,__pRT__,snd);
_VariablePanelController_Init(pass,__pRT__,snd);
_VariableVerticalPanel_Init(pass,__pRT__,snd);
_VariableVerticalPanelController_Init(pass,__pRT__,snd);
_VerticalPanelView_Init(pass,__pRT__,snd);
_WarningBox_Init(pass,__pRT__,snd);
_Workspace_Init(pass,__pRT__,snd);
_YesNoBox_Init(pass,__pRT__,snd);
_stx_137libwidg_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}