libInit.cc
author Stefan Vogel <sv@exept.de>
Mon, 25 Feb 2008 20:39:01 +0100
changeset 2294 0a4591e6bb20
parent 2289 e13b323cb9da
child 2305 bb3668dab082
permissions -rw-r--r--
changed #doGenerateAspectMethodFor -- do not generate aspect methods already defined in superclasses or in class -- allow to change some settings even if not class/selector is defined (yet)

/*
 * $Header$
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: stx_libtool2.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

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

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

void _libstx_libtool2_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2");
_ColorEditDialog_Init(pass,__pRT__,snd);
_DataSetBuilder_Init(pass,__pRT__,snd);
_ImageEditor_Init(pass,__pRT__,snd);
_MenuEditor_Init(pass,__pRT__,snd);
_SelectionBrowser_Init(pass,__pRT__,snd);
_UIGalleryView_Init(pass,__pRT__,snd);
_UIHelpTool_Init(pass,__pRT__,snd);
_UILayoutTool_Init(pass,__pRT__,snd);
_UIListEditor_Init(pass,__pRT__,snd);
_UIObjectView_Init(pass,__pRT__,snd);
_UIPainter_Init(pass,__pRT__,snd);
_UISelectionPanel_Init(pass,__pRT__,snd);
_UISpecificationTool_Init(pass,__pRT__,snd);
_stx_137libtool2_Init(pass,__pRT__,snd);
_FileSelectionBrowser_Init(pass,__pRT__,snd);
_ResourceSelectionBrowser_Init(pass,__pRT__,snd);
_UIPainterView_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}