libInit.cc
author Claus Gittinger <cg@exept.de>
Wed, 12 Oct 2011 18:53:09 +0200
changeset 2958 955c6a3d7764
parent 2948 78d54f4be5a2
child 2964 942962951f1a
permissions -rw-r--r--
automatically generated by browser

/*
 * $Header: /cvs/stx/stx/libview2/libInit.cc,v 1.67 2011-10-12 16:53:09 cg Exp $
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libview2.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_libview2_Init() INIT_TEXT_SECTION;
// DLL_EXPORT void _libstx_libview2_InitDefinition() INIT_TEXT_SECTION;
#endif

// void _libstx_libview2_InitDefinition(pass, __pRT__, snd)
// OBJ snd; struct __vmData__ *__pRT__; {
// __BEGIN_PACKAGE2__("libstx_libview2__DFN", _libstx_libview2_InitDefinition, "stx:libview2");
// _stx_137libview2_Init(pass,__pRT__,snd);

// __END_PACKAGE__();
// }

void _libstx_libview2_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libview2", _libstx_libview2_Init, "stx:libview2");
_ActiveHelpView_Init(pass,__pRT__,snd);
_ApplicationSubView_Init(pass,__pRT__,snd);
_ApplicationWindow_Init(pass,__pRT__,snd);
_ColorValue_Init(pass,__pRT__,snd);
_DisplayObject_Init(pass,__pRT__,snd);
_DragAndDropManager_Init(pass,__pRT__,snd);
_DragHandler_Init(pass,__pRT__,snd);
_DrawAdaptor_Init(pass,__pRT__,snd);
_DropContext_Init(pass,__pRT__,snd);
_DropObject_Init(pass,__pRT__,snd);
_DropSource_Init(pass,__pRT__,snd);
_DropTarget_Init(pass,__pRT__,snd);
_EventListener_Init(pass,__pRT__,snd);
_ExternalTopView_Init(pass,__pRT__,snd);
_GIFReader_Init(pass,__pRT__,snd);
_Icon_Init(pass,__pRT__,snd);
_ImageFrame_Init(pass,__pRT__,snd);
_ImageSequence_Init(pass,__pRT__,snd);
_InputView_Init(pass,__pRT__,snd);
_JPEGReader_Init(pass,__pRT__,snd);
_KeyboardProcessor_Init(pass,__pRT__,snd);
_Layout_Init(pass,__pRT__,snd);
_MIMETypeIconLibrary_Init(pass,__pRT__,snd);
_MIMETypes_Init(pass,__pRT__,snd);
_MenuItem_Init(pass,__pRT__,snd);
_Model_Init(pass,__pRT__,snd);
_MultiImage_Init(pass,__pRT__,snd);
_PNGReader_Init(pass,__pRT__,snd);
_PopUpBanner_Init(pass,__pRT__,snd);
_PrintConverter_Init(pass,__pRT__,snd);
_PrinterContext_Init(pass,__pRT__,snd);
_PropertyListDictionary_Init(pass,__pRT__,snd);
_ResourceRetriever_Init(pass,__pRT__,snd);
_StandardSystemController_Init(pass,__pRT__,snd);
_TIFFReader_Init(pass,__pRT__,snd);
_TransparentBox_Init(pass,__pRT__,snd);
_VisualRegion_Init(pass,__pRT__,snd);
_WindowBuilder_Init(pass,__pRT__,snd);
_WindowsIconReader_Init(pass,__pRT__,snd);
_XBMReader_Init(pass,__pRT__,snd);
_XPMReader_Init(pass,__pRT__,snd);
_stx_137libview2_Init(pass,__pRT__,snd);
_ActiveHelp_Init(pass,__pRT__,snd);
_ApplicationModel_Init(pass,__pRT__,snd);
_LayoutOrigin_Init(pass,__pRT__,snd);
_Menu_Init(pass,__pRT__,snd);
_Plug_Init(pass,__pRT__,snd);
_UIBuilder_Init(pass,__pRT__,snd);
_ValueModel_Init(pass,__pRT__,snd);
_VisualComponent_Init(pass,__pRT__,snd);
_AlignmentOrigin_Init(pass,__pRT__,snd);
_BlockValue_Init(pass,__pRT__,snd);
_FlyByHelp_Init(pass,__pRT__,snd);
_IndirectValue_Init(pass,__pRT__,snd);
_LayoutFrame_Init(pass,__pRT__,snd);
_PluggableAdaptor_Init(pass,__pRT__,snd);
_ProtocolAdaptor_Init(pass,__pRT__,snd);
_SimpleDialog_Init(pass,__pRT__,snd);
_ToolApplicationModel_Init(pass,__pRT__,snd);
_ValueHolder_Init(pass,__pRT__,snd);
_VisualPart_Init(pass,__pRT__,snd);
_AspectAdaptor_Init(pass,__pRT__,snd);
_BooleanBlockValue_Init(pass,__pRT__,snd);
_BooleanValueHolder_Init(pass,__pRT__,snd);
_BufferedValueHolder_Init(pass,__pRT__,snd);
_DictionaryAdaptor_Init(pass,__pRT__,snd);
_RangeAdaptor_Init(pass,__pRT__,snd);
_ResourceSpecEditor_Init(pass,__pRT__,snd);
_TriggerValue_Init(pass,__pRT__,snd);
_TypeConverter_Init(pass,__pRT__,snd);
_ValueHolderWithWeakDependents_Init(pass,__pRT__,snd);
#ifdef WIN32
_WinPrinterContext_Init(pass,__pRT__,snd);
_WinPrinterStream_Init(pass,__pRT__,snd);
#endif /* WIN32 */

_stx_137libview2_extensions_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}