#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Sat, 21 Jan 2017 03:58:59 +0100
changeset 3831 dd7451b0d7e9
parent 3830 e05a3fe5584d
child 3832 0e13c21c9ae8
#OTHER by cg initial checkin new class: DragRectangleController to add rectangle dragging to any view
stx_libview2.st
--- a/stx_libview2.st	Sat Jan 21 03:58:58 2017 +0100
+++ b/stx_libview2.st	Sat Jan 21 03:58:59 2017 +0100
@@ -257,6 +257,7 @@
         DisplayObject
         DragAndDropManager
         DragHandler
+        DragRectangleController
         DrawAdaptor
         DropContext
         DropObject
@@ -288,7 +289,6 @@
         TIFFReader
         TransparentBox
         VisualRegion
-        (WinPrinterStream win32)
         WindowBuilder
         WindowsIconReader
         XBMReader
@@ -304,7 +304,6 @@
         UIBuilder
         ValueModel
         VisualComponent
-        (WinPrinterContext win32)
         AlignmentOrigin
         ApplicationWithFileHistory
         BlockValue
@@ -329,6 +328,8 @@
         ValueHolderWithRememberedPreviousValue
         ValueHolderWithWeakDependents
         AspectAdaptorWithDefault
+        (WinPrinterStream win32)
+        (WinPrinterContext win32)
         (AVIReader autoload)
         (ApplicationController autoload)
         (BlitImageReader autoload)