libInit.cc
author matilk
Wed, 13 Sep 2017 09:40:34 +0200
changeset 8174 2704c965b97b
parent 7812 5a4f29d07010
child 7855 46203abe7d57
child 8357 f1060ceb2b3c
permissions -rw-r--r--
#BUGFIX by Maren class: DeviceGraphicsContext changed: #displayDeviceOpaqueForm:x:y: nil check
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2235
efbc2463d619 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1910
diff changeset
     1
/*
7009
a962a4051c11 initial checkin
Claus Gittinger <cg@exept.de>
parents: 6738
diff changeset
     2
 * $Header$
4587
2f28dd6a0b4d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     3
 *
5380
0a0a81181be2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5310
diff changeset
     4
 * DO NOT EDIT
4587
2f28dd6a0b4d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     5
 * automagically generated from the projectDefinition: stx_libview.
2235
efbc2463d619 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1910
diff changeset
     6
 */
efbc2463d619 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1910
diff changeset
     7
#define __INDIRECTVMINITCALLS__
4709
dcfeecc046a5 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 4705
diff changeset
     8
#include <stc.h>
4705
630aa665612a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4700
diff changeset
     9
2882
a4ea11870af6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2367
diff changeset
    10
#ifdef WIN32
a4ea11870af6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2367
diff changeset
    11
# pragma codeseg INITCODE "INITCODE"
5380
0a0a81181be2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5310
diff changeset
    12
#endif
4705
630aa665612a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4700
diff changeset
    13
630aa665612a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4700
diff changeset
    14
#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
630aa665612a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4700
diff changeset
    15
DLL_EXPORT void _libstx_libview_Init() INIT_TEXT_SECTION;
6407
Claus Gittinger <cg@exept.de>
parents: 6178
diff changeset
    16
DLL_EXPORT void _libstx_libview_InitDefinition() INIT_TEXT_SECTION;
2897
ef29d61be9b0 no abbrevs
Claus Gittinger <cg@exept.de>
parents: 2882
diff changeset
    17
#endif
4705
630aa665612a automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4700
diff changeset
    18
7439
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    19
extern void _AbstractBackground_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    20
extern void _AbstractBorder_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    21
extern void _Color_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    22
extern void _Colormap_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    23
extern void _Controller_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    24
extern void _Cursor_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    25
extern void _DeviceHandle_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    26
extern void _DisplayTransform_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    27
extern void _Event_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    28
extern void _FillStyle_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    29
extern void _FontDescription_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    30
extern void _GraphicsContext_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    31
extern void _GraphicsDevice_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    32
extern void _GraphicsMedium_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    33
extern void _Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    34
extern void _ImageReader_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    35
extern void _KeyboardForwarder_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    36
extern void _KeyboardMap_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    37
extern void _ResourcePack_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    38
extern void _WindowGroup_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    39
extern void _WindowSensor_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    40
extern void _stx_137libview_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    41
extern void _BeveledBorder_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    42
extern void _BitmapFillStyle_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    43
extern void _BitmapFont_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    44
extern void _Border_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    45
extern void _ColorPalette_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    46
extern void _CompoundFont_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    47
extern void _Depth16Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    48
extern void _Depth1Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    49
extern void _Depth24Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    50
extern void _Depth2Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    51
extern void _Depth32Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    52
extern void _Depth48Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    53
extern void _Depth4Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    54
extern void _Depth64Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    55
extern void _Depth8Image_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    56
extern void _DeviceGraphicsContext_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    57
extern void _DisplaySurface_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    58
extern void _Font_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    59
extern void _Form_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    60
extern void _GradientBackground_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    61
extern void _GradientFillStyle_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    62
extern void _HostGraphicsDevice_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    63
extern void _ImageBackground_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    64
extern void _MacButtonBorder_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    65
extern void _NoBackground_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    66
extern void _OrientedFillStyle_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    67
extern void _RoundButtonBorder_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    68
extern void _ScaleTransform_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    69
extern void _SimpleBorder_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    70
extern void _SolidBackground_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    71
extern void _SolidFillStyle_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    72
extern void _SynchronousWindowSensor_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    73
extern void _TranslationTransform_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    74
extern void _TranslucentColor_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    75
extern void _ViewStyle_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    76
extern void _WindowEvent_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    77
extern void _DeviceWorkstation_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    78
extern void _DisplayRootView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    79
extern void _FixedPalette_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    80
extern void _ImageMask_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    81
extern void _MacFlatButtonBorder_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    82
extern void _MappedPalette_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    83
extern void _RoundedBorder_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    84
extern void _SimpleView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    85
extern void _WidgetEvent_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    86
extern void _WindowingTransformation_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    87
extern void _FixedPaletteWithAlpha_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    88
extern void _MonoMappedPalette_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    89
extern void _ShadowView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    90
extern void _View_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    91
extern void _TopView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    92
extern void _PopUpView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    93
extern void _StandardSystemView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    94
extern void _ModalBox_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
5768
e2c73177917e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5759
diff changeset
    95
#ifdef UNIX
7439
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    96
extern void _XftFontDescription_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    97
extern void _XEmbedContainerView_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    98
extern void _XWorkstation_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
    99
extern void _GLXWorkstation_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
5768
e2c73177917e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5759
diff changeset
   100
#endif /* UNIX */
4544
306741342672 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4343
diff changeset
   101
#ifdef WIN32
7439
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   102
extern void _WinWorkstation_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
4587
2f28dd6a0b4d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   103
#endif /* WIN32 */
2f28dd6a0b4d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   104
2f28dd6a0b4d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
   105
7439
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   106
void _libstx_libview_InitDefinition(int pass, struct __vmData__ *__pRT__, OBJ snd)
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   107
{
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   108
  __BEGIN_PACKAGE2__("libstx_libview__DFN", _libstx_libview_InitDefinition, "stx:libview");
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   109
    _stx_137libview_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   110
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   111
  __END_PACKAGE__();
4683
e410cf0df80b automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4602
diff changeset
   112
}
7439
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   113
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   114
void _libstx_libview_Init(int pass, struct __vmData__ *__pRT__, OBJ snd)
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   115
{
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   116
  __BEGIN_PACKAGE2__("libstx_libview", _libstx_libview_Init, "stx:libview");
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   117
    _AbstractBackground_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   118
    _AbstractBorder_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   119
    _Color_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   120
    _Colormap_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   121
    _Controller_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   122
    _Cursor_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   123
    _DeviceHandle_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   124
    _DisplayTransform_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   125
    _Event_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   126
    _FillStyle_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   127
    _FontDescription_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   128
    _GraphicsContext_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   129
    _GraphicsDevice_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   130
    _GraphicsMedium_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   131
    _Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   132
    _ImageReader_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   133
    _KeyboardForwarder_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   134
    _KeyboardMap_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   135
    _ResourcePack_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   136
    _WindowGroup_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   137
    _WindowSensor_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   138
    _stx_137libview_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   139
    _BeveledBorder_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   140
    _BitmapFillStyle_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   141
    _BitmapFont_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   142
    _Border_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   143
    _ColorPalette_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   144
    _CompoundFont_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   145
    _Depth16Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   146
    _Depth1Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   147
    _Depth24Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   148
    _Depth2Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   149
    _Depth32Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   150
    _Depth48Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   151
    _Depth4Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   152
    _Depth64Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   153
    _Depth8Image_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   154
    _DeviceGraphicsContext_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   155
    _DisplaySurface_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   156
    _Font_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   157
    _Form_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   158
    _GradientBackground_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   159
    _GradientFillStyle_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   160
    _HostGraphicsDevice_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   161
    _ImageBackground_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   162
    _MacButtonBorder_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   163
    _NoBackground_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   164
    _OrientedFillStyle_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   165
    _RoundButtonBorder_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   166
    _ScaleTransform_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   167
    _SimpleBorder_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   168
    _SolidBackground_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   169
    _SolidFillStyle_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   170
    _SynchronousWindowSensor_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   171
    _TranslationTransform_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   172
    _TranslucentColor_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   173
    _ViewStyle_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   174
    _WindowEvent_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   175
    _DeviceWorkstation_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   176
    _DisplayRootView_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   177
    _FixedPalette_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   178
    _ImageMask_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   179
    _MacFlatButtonBorder_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   180
    _MappedPalette_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   181
    _RoundedBorder_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   182
    _SimpleView_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   183
    _WidgetEvent_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   184
    _WindowingTransformation_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   185
    _FixedPaletteWithAlpha_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   186
    _MonoMappedPalette_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   187
    _ShadowView_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   188
    _View_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   189
    _TopView_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   190
    _PopUpView_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   191
    _StandardSystemView_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   192
    _ModalBox_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   193
#ifdef UNIX
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   194
    _XftFontDescription_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   195
    _XEmbedContainerView_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   196
    _XWorkstation_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   197
    _GLXWorkstation_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   198
#endif /* UNIX */
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   199
#ifdef WIN32
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   200
    _WinWorkstation_Init(pass,__pRT__,snd);
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   201
#endif /* WIN32 */
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   202
7812
5a4f29d07010 class: Object
Stefan Vogel <sv@exept.de>
parents: 7439
diff changeset
   203
    _stx_137libview_extensions_Init(pass,__pRT__,snd);
7439
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   204
  __END_PACKAGE__();
7cfe5815ca0f Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7197
diff changeset
   205
}