libInit.cc
author Claus Gittinger <cg@exept.de>
Tue, 28 Oct 1997 20:41:44 +0100
changeset 352 088174fc1e71
parent 314 10bf2a6c292d
child 863 1c7357e85c75
permissions -rw-r--r--
support for constant lists; better aspect-method code added browse-aspect-methods


#ifndef OLDVMDATA
# define __INDIRECTVMINITCALLS__
#endif
#include <stc.h>
_libtool2_Init(pass, __pRT__, snd)
#ifdef OLDVMDATA
OBJ snd; struct __initTab__ *__pRT__; {
#else
OBJ snd; struct __vmData__ *__pRT__; {
#endif
 __BEGIN_PACKAGE__("libtool2", _libtool2_Init);
_ColorMenu_Init(pass,__pRT__,snd);
_FontMenu_Init(pass,__pRT__,snd);
_MenuEditor_Init(pass,__pRT__,snd);
_ResourceRetriever_Init(pass,__pRT__,snd);
_UIGalleryView_Init(pass,__pRT__,snd);
_UIHelpTool_Init(pass,__pRT__,snd);
_UILayoutTool_Init(pass,__pRT__,snd);
_UIObjectView_Init(pass,__pRT__,snd);
_UIPainter_Init(pass,__pRT__,snd);
_UIPainterView_Init(pass,__pRT__,snd);
_UISelectionPanel_Init(pass,__pRT__,snd);
_UISpecificationTool_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
}