*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 11 Jan 2013 16:16:17 +0100
changeset 3054 2d7cc65c649b
parent 3053 2c1b6c1e317f
child 3055 571e08921f96
*** empty log message ***
stx_libview2.st
--- a/stx_libview2.st	Fri Jan 11 16:13:27 2013 +0100
+++ b/stx_libview2.st	Fri Jan 11 16:16:17 2013 +0100
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -23,7 +23,7 @@
 copyright
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -40,10 +40,6 @@
     This library contains additional graphics-interfacing components and infrastructure.
 "
 
-!
-
-extensionsVersion_SVN
-    ^ 'Id:'
 ! !
 
 !stx_libview2 class methodsFor:'description'!
@@ -53,14 +49,14 @@
      preRequisites scan. See #preRequisites for more."
 
     ^ #(
-        #'stx:goodies/webServer'    "HTTPServer - referenced by ApplicationModel class>>startAsWebService:onPort: "
-        #'stx:libcompat'    "TextAttributes - referenced by WindowBuilder>>resolveFont: "
-        #'stx:libhtml'    "HTMLDocumentView - referenced by ApplicationModel>>openDocumentationFile: "
-        #'stx:libtool'    "AboutBox - referenced by ToolApplicationModel class>>openAboutSTX "
-        #'stx:libtool2'    "ResourceSelectionBrowser - referenced by ResourceSpecEditor>>doLoad "
-        #'stx:libui'    "UISpecification - referenced by UIBuilder>>buildWindowFromSpec: "
-        #'stx:libwidg'    "Button - referenced by WindowBuilder>>resolveFont: "
-        #'stx:libwidg2'    "MenuPanel - referenced by Menu>>showCenteredIn: "
+	#'stx:goodies/webServer'    "HTTPServer - referenced by ApplicationModel class>>startAsWebService:onPort: "
+	#'stx:libcompat'    "TextAttributes - referenced by WindowBuilder>>resolveFont: "
+	#'stx:libhtml'    "HTMLDocumentView - referenced by ApplicationModel>>openDocumentationFile: "
+	#'stx:libtool'    "AboutBox - referenced by ToolApplicationModel class>>openAboutSTX "
+	#'stx:libtool2'    "ResourceSelectionBrowser - referenced by ResourceSpecEditor>>doLoad "
+	#'stx:libui'    "UISpecification - referenced by UIBuilder>>buildWindowFromSpec: "
+	#'stx:libwidg'    "Button - referenced by WindowBuilder>>resolveFont: "
+	#'stx:libwidg2'    "MenuPanel - referenced by Menu>>showCenteredIn: "
     )
 !
 
@@ -73,9 +69,9 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:libbasic'    "Object - superclass of PrinterContext "
-        #'stx:libbasic2'    "List - referenced by WindowBuilder>>listAspectFor: "
-        #'stx:libview'    "SimpleView - superclass of ApplicationWindow "
+	#'stx:libbasic'    "Object - superclass of PrinterContext "
+	#'stx:libbasic2'    "List - referenced by WindowBuilder>>listAspectFor: "
+	#'stx:libview'    "SimpleView - superclass of ApplicationWindow "
     )
 ! !
 
@@ -110,18 +106,18 @@
 additionalDefinitions_make_dot_proto
     ^ '
 NT_ADDITIONAL_DEFS::
-        @-echo "LIBJPEG_DIR=$$(TOP)\\support\\libjpeg-6a"
-        @-echo "LIBJPEG=$$(LIBJPEG_DIR)\libjpeg.lib"
-        @-echo "CLOCAL_INCL=-I$$(LIBJPEG_DIR)"
-        @-echo "LOCALLIBS=$$(LIBJPEG)"
+	@-echo "LIBJPEG_DIR=$$(TOP)\\support\\libjpeg-6a"
+	@-echo "LIBJPEG=$$(LIBJPEG_DIR)\libjpeg.lib"
+	@-echo "CLOCAL_INCL=-I$$(LIBJPEG_DIR)"
+	@-echo "LOCALLIBS=$$(LIBJPEG)"
 
 NT_ADDITIONAL_RULES::
-        @-echo "ALL:: $$(LIBJPEG)"
-        @-echo
-        @-echo "$$(LIBJPEG):
-        @-echo "#cd $$(LIBJPEG_DIR)" | tr "#" "\\011"
-        @-echo "#make.exe -f makefile.bcc32" | tr "#" "\\011"
-        @-echo "#cd $$(TOP)\libview2" | tr ''#'' "\\011"
+	@-echo "ALL:: $$(LIBJPEG)"
+	@-echo
+	@-echo "$$(LIBJPEG):
+	@-echo "#cd $$(LIBJPEG_DIR)" | tr "#" "\\011"
+	@-echo "#make.exe -f makefile.bcc32" | tr "#" "\\011"
+	@-echo "#cd $$(TOP)\libview2" | tr ''#'' "\\011"
 '
 
     "Created: / 22-08-2006 / 23:50:57 / cg"
@@ -134,9 +130,9 @@
 additionalRules_bc_dot_mak
     ^ '
 $(LIBJPEG):
-        cd $(LIBJPEG_DIR)
-        $(MAKE_BAT)
-        cd ..\..\libview2
+	cd $(LIBJPEG_DIR)
+	$(MAKE_BAT)
+	cd ..\..\libview2
 
 $(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
 
@@ -152,42 +148,42 @@
 # prelink JPEGReader.o with libjpeg
 #
 JPEGReader: $(LIBJPEG)
-        @$(MAKE) JPEGReader.$(O) \
-                CC="$(LIBJPEG_CC)" \
-                OPT="$(LIBJPEG_OPT)" \
-                LOCALDEFS="-I$(LIBJPEG_DIR)" \
-                LIBNAME="$(LIBNAME)" \
-                STCOPT="$(STCOPT)" \
-                STCLOCALOPT="$(STCLOCALOPT)" \
-                CCLOCALOPT="$(CCLOCALOPT)" \
-                LINKOBJRULE="$(LINKOBJRULE)"
-        @if [ "$(NO_PRELINK_LIBJPEG)" = "" ]; then \
-            echo; \
-            echo "prelinking JPEGReader with libjpeg ..."; \
-            echo; \
-            echo ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG); \
-            mv JPEGReader.$(O) __JPEGReader.$(O) && \
-            ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG) && \
-            rm -f __JPEGReader.$(O); \
-            echo; \
-        fi
+	@$(MAKE) JPEGReader.$(O) \
+		CC="$(LIBJPEG_CC)" \
+		OPT="$(LIBJPEG_OPT)" \
+		LOCALDEFS="-I$(LIBJPEG_DIR)" \
+		LIBNAME="$(LIBNAME)" \
+		STCOPT="$(STCOPT)" \
+		STCLOCALOPT="$(STCLOCALOPT)" \
+		CCLOCALOPT="$(CCLOCALOPT)" \
+		LINKOBJRULE="$(LINKOBJRULE)"
+	@if [ "$(NO_PRELINK_LIBJPEG)" = "" ]; then \
+	    echo; \
+	    echo "prelinking JPEGReader with libjpeg ..."; \
+	    echo; \
+	    echo ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG); \
+	    mv JPEGReader.$(O) __JPEGReader.$(O) && \
+	    ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG) && \
+	    rm -f __JPEGReader.$(O); \
+	    echo; \
+	fi
 
 $(LIBJPEG): $(LIBJPEG_DIR)/.libs/libjpeg.a
-        cp $(LIBJPEG_DIR)/.libs/libjpeg.a $(LIBJPEG)
+	cp $(LIBJPEG_DIR)/.libs/libjpeg.a $(LIBJPEG)
 
 $(LIBJPEG_DIR)/.libs/libjpeg.a: $(LIBJPEG_DIR)/Makefile $(LIBJPEG_DIR)/*.c $(LIBJPEG_DIR)/*.h
-        @-echo
-        @-echo "making libjpeg support library ..."
-        @-echo
-        cd $(LIBJPEG_DIR) \
-            && $(MAKE) all CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)" 
-        @-echo
+	@-echo
+	@-echo "making libjpeg support library ..."
+	@-echo
+	cd $(LIBJPEG_DIR) \
+	    && $(MAKE) all CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)"
+	@-echo
 
 $(LIBJPEG_DIR)/Makefile:
-        @-echo
-        @-echo "configure libjpeg support library ..."
-        @-echo
-        cd $(LIBJPEG_DIR) && ./configure
+	@-echo
+	@-echo "configure libjpeg support library ..."
+	@-echo
+	cd $(LIBJPEG_DIR) && ./configure
 '
 
     "Created: / 22-08-2006 / 23:58:51 / cg"
@@ -224,115 +220,115 @@
      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
 
     ^ #(
-        "<className> or (<className> attributes...) in load order"
-        (AVIReader autoload)
-        ActiveHelpView
-        (ApplicationController autoload)
-        ApplicationSubView
-        ApplicationWindow
-        (BlitImageReader autoload)
-        (BorderedWrapper autoload)
-        (BoundedWrapper autoload)
-        ColorValue
-        (CompositePart autoload)
-        (CompositeTransform autoload)
-        (ConvertedValue autoload)
-        (DependentPart autoload)
-        DisplayObject
-        (DisplayTransform autoload)
-        DragAndDropManager
-        DragHandler
-        DrawAdaptor
-        DropContext
-        DropObject
-        DropSource
-        DropTarget
-        EventListener
-        ExternalTopView
-        (FLIReader autoload)
-        (FaceReader autoload)
-        (FillingWrapper autoload)
-        GIFReader
-        (GeometricWrapper autoload)
-        (HersheyFont autoload)
-        Icon
-        ImageFrame
-        ImageSequence
-        InputView
-        (Insets autoload)
-        (IrisRGBReader autoload)
-        JPEGReader
-        KeyboardProcessor
-        Layout
-        (LayoutWrapper autoload)
-        MIMETypeIconLibrary
-        MIMETypes
-        (MatrixTransform2x3 autoload)
-        Model
-        Menu
-        MenuItem
-        MultiImage
-        (PBMReader autoload)
-        (PCXReader autoload)
-        (PICTReader autoload)
-        PNGReader
-        (PluggableView autoload)
-        PopUpBanner
-        PrintConverter
-        PrinterContext
-        PropertyListDictionary
-        (RIFFReader autoload)
-        ResourceRetriever
-        (ST80FormReader autoload)
-        (ScreenLock autoload)
-        StandardSystemController
-        (StrokingOrFillingWrapper autoload)
-        (StrokingWrapper autoload)
-        (SunRasterReader autoload)
-        TIFFReader
-        (TargaReader autoload)
-        (TranslatingWrapper autoload)
-        TransparentBox
-        (ViewForwardingController autoload)
-        VisualRegion
-        (WinPrinterContext win32)
-        (WinPrinterStream win32)
-        WindowBuilder
-        WindowsIconReader
-        (Wrapper autoload)
-        XBMReader
-        XPMReader
-        (XWDReader autoload)
-        #'stx_libview2'
-        ActiveHelp
-        ApplicationModel
-        LayoutOrigin
-        Plug
-        UIBuilder
-        ValueModel
-        VisualComponent
-        AlignmentOrigin
-        BlockValue
-        FlyByHelp
-        IndirectValue
-        LayoutFrame
-        PluggableAdaptor
-        ProtocolAdaptor
-        SimpleDialog
-        ToolApplicationModel
-        ValueHolder
-        VisualPart
-        AspectAdaptor
-        BooleanBlockValue
-        BooleanValueHolder
-        BufferedValueHolder
-        DictionaryAdaptor
-        RangeAdaptor
-        ResourceSpecEditor
-        TriggerValue
-        TypeConverter
-        ValueHolderWithWeakDependents
-        AspectAdaptorWithDefault
+	"<className> or (<className> attributes...) in load order"
+	(AVIReader autoload)
+	ActiveHelpView
+	(ApplicationController autoload)
+	ApplicationSubView
+	ApplicationWindow
+	(BlitImageReader autoload)
+	(BorderedWrapper autoload)
+	(BoundedWrapper autoload)
+	ColorValue
+	(CompositePart autoload)
+	(CompositeTransform autoload)
+	(ConvertedValue autoload)
+	(DependentPart autoload)
+	DisplayObject
+	(DisplayTransform autoload)
+	DragAndDropManager
+	DragHandler
+	DrawAdaptor
+	DropContext
+	DropObject
+	DropSource
+	DropTarget
+	EventListener
+	ExternalTopView
+	(FLIReader autoload)
+	(FaceReader autoload)
+	(FillingWrapper autoload)
+	GIFReader
+	(GeometricWrapper autoload)
+	(HersheyFont autoload)
+	Icon
+	ImageFrame
+	ImageSequence
+	InputView
+	(Insets autoload)
+	(IrisRGBReader autoload)
+	JPEGReader
+	KeyboardProcessor
+	Layout
+	(LayoutWrapper autoload)
+	MIMETypeIconLibrary
+	MIMETypes
+	(MatrixTransform2x3 autoload)
+	Model
+	Menu
+	MenuItem
+	MultiImage
+	(PBMReader autoload)
+	(PCXReader autoload)
+	(PICTReader autoload)
+	PNGReader
+	(PluggableView autoload)
+	PopUpBanner
+	PrintConverter
+	PrinterContext
+	PropertyListDictionary
+	(RIFFReader autoload)
+	ResourceRetriever
+	(ST80FormReader autoload)
+	(ScreenLock autoload)
+	StandardSystemController
+	(StrokingOrFillingWrapper autoload)
+	(StrokingWrapper autoload)
+	(SunRasterReader autoload)
+	TIFFReader
+	(TargaReader autoload)
+	(TranslatingWrapper autoload)
+	TransparentBox
+	(ViewForwardingController autoload)
+	VisualRegion
+	(WinPrinterContext win32)
+	(WinPrinterStream win32)
+	WindowBuilder
+	WindowsIconReader
+	(Wrapper autoload)
+	XBMReader
+	XPMReader
+	(XWDReader autoload)
+	#'stx_libview2'
+	ActiveHelp
+	ApplicationModel
+	LayoutOrigin
+	Plug
+	UIBuilder
+	ValueModel
+	VisualComponent
+	AlignmentOrigin
+	BlockValue
+	FlyByHelp
+	IndirectValue
+	LayoutFrame
+	PluggableAdaptor
+	ProtocolAdaptor
+	SimpleDialog
+	ToolApplicationModel
+	ValueHolder
+	VisualPart
+	AspectAdaptor
+	BooleanBlockValue
+	BooleanValueHolder
+	BufferedValueHolder
+	DictionaryAdaptor
+	RangeAdaptor
+	ResourceSpecEditor
+	TriggerValue
+	TypeConverter
+	ValueHolderWithWeakDependents
+	AspectAdaptorWithDefault
     )
 !
 
@@ -341,7 +337,7 @@
      Entries are 2-element array literals, consisting of class-name and selector."
 
     ^ #(
-        CharacterArray asMimeType
+	CharacterArray asMimeType
     )
 ! !
 
@@ -370,10 +366,9 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.54 2013-01-11 15:12:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.55 2013-01-11 15:16:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.54 2013-01-11 15:12:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.55 2013-01-11 15:16:17 cg Exp $'
 ! !
-