libInit.cc
author ab
Tue, 25 Sep 2007 20:53:03 +0200
changeset 2180 0912680e1fa7
parent 2153 aa08d4d575c2
child 2289 e13b323cb9da
permissions -rw-r--r--
changed #updateSelectionFromModel: fix selection problem if canvas is hidden (not shown).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1006
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
     1
/*
2063
846813bf3ade automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2059
diff changeset
     2
 * $Header$
846813bf3ade automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2059
diff changeset
     3
 *
1006
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
     4
 * DO NOT EDIT 
2063
846813bf3ade automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2059
diff changeset
     5
 * automagically generated from the projectDefinition: stx_libtool2.
1006
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
     6
 */
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
     7
#define __INDIRECTVMINITCALLS__
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
     8
#include <stc.h>
1214
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
     9
#define INIT_TEXT_SECT /* as nothing */
1205
71fe2a968b1d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1006
diff changeset
    10
#ifdef WIN32
71fe2a968b1d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1006
diff changeset
    11
# pragma codeseg INITCODE "INITCODE"
1214
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
    12
#else /* not WIN32 */
1272
c2e73e565cdb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1233
diff changeset
    13
# if defined(__GNUC__) && !defined(NO_SECTION_ATTRIBUTES)
1214
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
    14
#  if (__GNUC__  == 2 && __GNUC_MINOR__ >= 7) || __GNUC__ > 2
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
    15
#   undef INIT_TEXT_SECT
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
    16
#   define INIT_TEXT_SECT __attribute__((section(".stxitext")))
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
    17
#  endif
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
    18
# endif /* not GNUC */
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
    19
#endif /* not WIN32 */
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
    20
#ifdef INIT_TEXT_SECT
2153
aa08d4d575c2 Add DLL_EXPORT
Stefan Vogel <sv@exept.de>
parents: 2141
diff changeset
    21
DLL_EXPORT extern void _libstx_libtool2_Init() INIT_TEXT_SECT;
1214
02a032b1098c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1205
diff changeset
    22
#endif
2059
bd1c39acf4ec new library naming scheme
Claus Gittinger <cg@exept.de>
parents: 2030
diff changeset
    23
void _libstx_libtool2_Init(pass, __pRT__, snd)
1006
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    24
OBJ snd; struct __vmData__ *__pRT__; {
2059
bd1c39acf4ec new library naming scheme
Claus Gittinger <cg@exept.de>
parents: 2030
diff changeset
    25
__BEGIN_PACKAGE2__("libstx_libtool2", _libstx_libtool2_Init, "stx:libtool2");
2141
710670ba5619 automatically generated by browser
boris
parents: 2104
diff changeset
    26
_ColorEditDialog_Init(pass,__pRT__,snd);
2063
846813bf3ade automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2059
diff changeset
    27
_DataSetBuilder_Init(pass,__pRT__,snd);
1006
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    28
_ImageEditor_Init(pass,__pRT__,snd);
2063
846813bf3ade automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2059
diff changeset
    29
_MenuEditor_Init(pass,__pRT__,snd);
846813bf3ade automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2059
diff changeset
    30
_SelectionBrowser_Init(pass,__pRT__,snd);
1006
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    31
_UIGalleryView_Init(pass,__pRT__,snd);
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    32
_UIHelpTool_Init(pass,__pRT__,snd);
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    33
_UILayoutTool_Init(pass,__pRT__,snd);
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    34
_UIObjectView_Init(pass,__pRT__,snd);
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    35
_UIPainter_Init(pass,__pRT__,snd);
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    36
_UISelectionPanel_Init(pass,__pRT__,snd);
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    37
_UISpecificationTool_Init(pass,__pRT__,snd);
2063
846813bf3ade automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2059
diff changeset
    38
_stx_137libtool2_Init(pass,__pRT__,snd);
2085
8d07c2434b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2063
diff changeset
    39
_FileSelectionBrowser_Init(pass,__pRT__,snd);
8d07c2434b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2063
diff changeset
    40
_ResourceSelectionBrowser_Init(pass,__pRT__,snd);
8d07c2434b18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2063
diff changeset
    41
_UIPainterView_Init(pass,__pRT__,snd);
2063
846813bf3ade automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2059
diff changeset
    42
846813bf3ade automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2059
diff changeset
    43
1006
bc36367c17b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 977
diff changeset
    44
__END_PACKAGE__();
2104
a3e0320a2f6d automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2085
diff changeset
    45
}