libInit.cc
author Claus Gittinger <cg@exept.de>
Sun, 01 Feb 2015 14:16:33 +0100
changeset 3178 58100b56595d
parent 3153 2d0fe6afd0c0
child 3207 72705f73caec
permissions -rw-r--r--
class: MenuEditor fixed the following redraw bug in ModelListView (which is already fixed in SelectionInListView): if a colored item is shown with selection, the color attribute should be removed (or relaxed), to avoid drawing the label invisible. I.e. if the text color is blue or grey, and the selection bg is blue. we should draw white-on-blue, instead of blue/grey on blue. For this to work, the info whether drawing a selection must be passed down through the renderer to the item's draw routine.

/*
 * $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;
DLL_EXPORT void _libstx_libtool2_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_libtool2_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libtool2__DFN", _libstx_libtool2_InitDefinition, "stx:libtool2");
_stx_137libtool2_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

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);
_DirectoryView_Init(pass,__pRT__,snd);
_FlyByWindowInformation_Init(pass,__pRT__,snd);
_ImageEditor_Init(pass,__pRT__,snd);
_MenuEditor_Init(pass,__pRT__,snd);
_MethodFinderWindow_Init(pass,__pRT__,snd);
_SelectionBrowser_Init(pass,__pRT__,snd);
_TabListEditor_Init(pass,__pRT__,snd);
_Tools__ObjectModuleInformation_Init(pass,__pRT__,snd);
_Tools__ProjectBuilder_Init(pass,__pRT__,snd);
_Tools__ProjectBuilderAssistantApplication_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__();
}