stx_libview2.st
changeset 3378 0086f017aef8
parent 3278 b4e4fadd90da
child 3391 8cc718921bbb
equal deleted inserted replaced
3377:45ba4bde5773 3378:0086f017aef8
   236      or an array-literal consisting of class name and attributes.
   236      or an array-literal consisting of class name and attributes.
   237      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   237      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   238 
   238 
   239     ^ #(
   239     ^ #(
   240         "<className> or (<className> attributes...) in load order"
   240         "<className> or (<className> attributes...) in load order"
   241         (AVIReader autoload)
       
   242         ActiveHelpView
   241         ActiveHelpView
   243         (ApplicationController autoload)
       
   244         ApplicationSubView
   242         ApplicationSubView
   245         ApplicationWindow
   243         ApplicationWindow
   246         (BlitImageReader autoload)
       
   247         (BorderedWrapper autoload)
       
   248         ColorValue
   244         ColorValue
   249         (CompositePart autoload)
       
   250         (CompositeTransform autoload)
       
   251         (ConvertedValue autoload)
       
   252         (DependentPart autoload)
       
   253         DisplayObject
   245         DisplayObject
   254         (DisplayTransform autoload)
       
   255         DragAndDropManager
   246         DragAndDropManager
   256         DragHandler
   247         DragHandler
   257         DrawAdaptor
   248         DrawAdaptor
   258         DropContext
   249         DropContext
   259         DropObject
   250         DropObject
   260         DropSource
   251         DropSource
   261         DropTarget
   252         DropTarget
   262         EventListener
   253         EventListener
   263         ExternalTopView
   254         ExternalTopView
   264         (FLIReader autoload)
       
   265         (FaceReader autoload)
       
   266         GIFReader
   255         GIFReader
   267         (HersheyFont autoload)
       
   268         Icon
   256         Icon
   269         ImageFrame
   257         ImageFrame
   270         ImageSequence
   258         ImageSequence
   271         InputView
   259         InputView
   272         (Insets autoload)
       
   273         (IrisRGBReader autoload)
       
   274         JPEGReader
   260         JPEGReader
   275         KeyboardProcessor
   261         KeyboardProcessor
   276         Layout
   262         Layout
   277         MIMETypeIconLibrary
   263         MIMETypeIconLibrary
   278         MIMETypes
   264         MIMETypes
   279         (MatrixTransform2x3 autoload)
   265         MacOSXIconReader
       
   266         MenuItem
   280         Model
   267         Model
   281         Menu
       
   282         MenuItem
       
   283         MultiImage
   268         MultiImage
   284         (PBMReader autoload)
       
   285         (PCXReader autoload)
       
   286         (PICTReader autoload)
       
   287         PNGReader
   269         PNGReader
   288         (PluggableView autoload)
       
   289         PopUpBanner
   270         PopUpBanner
   290         PrintConverter
   271         PrintConverter
   291         PrinterContext
   272         PrinterContext
   292         PropertyListDictionary
   273         PropertyListDictionary
   293         (RIFFReader autoload)
       
   294         ResourceRetriever
   274         ResourceRetriever
   295         (ST80FormReader autoload)
       
   296         (ScreenLock unix)
       
   297         StandardSystemController
   275         StandardSystemController
   298         (SunRasterReader autoload)
       
   299         TIFFReader
   276         TIFFReader
   300         (TargaReader autoload)
       
   301         TransparentBox
   277         TransparentBox
   302         (ViewForwardingController autoload)
       
   303         VisualRegion
   278         VisualRegion
   304         (WinPrinterContext win32)
       
   305         (WinPrinterStream win32)
       
   306         WindowBuilder
   279         WindowBuilder
   307         WindowsIconReader
   280         WindowsIconReader
   308         (Wrapper autoload)
       
   309         (GeometricWrapper autoload)
       
   310         (TranslatingWrapper autoload)
       
   311         (LayoutWrapper autoload)
       
   312         (BoundedWrapper autoload)
       
   313         (StrokingOrFillingWrapper autoload)
       
   314         (FillingWrapper autoload)
       
   315         (StrokingWrapper autoload)
       
   316         XBMReader
   281         XBMReader
   317         XPMReader
   282         XPMReader
   318         (XWDReader autoload)
       
   319         #'stx_libview2'
   283         #'stx_libview2'
   320         ActiveHelp
   284         ActiveHelp
   321         ApplicationModel
   285         ApplicationModel
   322         LayoutOrigin
   286         LayoutOrigin
       
   287         Menu
   323         Plug
   288         Plug
       
   289         PluggableEventListener
       
   290         (ScreenLock autoload)
   324         UIBuilder
   291         UIBuilder
   325         ValueModel
   292         ValueModel
   326         VisualComponent
   293         VisualComponent
   327         AlignmentOrigin
   294         AlignmentOrigin
       
   295         ApplicationWithFileHistory
   328         BlockValue
   296         BlockValue
   329         FlyByHelp
   297         FlyByHelp
   330         IndirectValue
   298         IndirectValue
   331         LayoutFrame
   299         LayoutFrame
   332         PluggableAdaptor
   300         PluggableAdaptor
   342         DictionaryAdaptor
   310         DictionaryAdaptor
   343         RangeAdaptor
   311         RangeAdaptor
   344         ResourceSpecEditor
   312         ResourceSpecEditor
   345         TriggerValue
   313         TriggerValue
   346         TypeConverter
   314         TypeConverter
       
   315         ValueHolderWithRememberedPreviousValue
   347         ValueHolderWithWeakDependents
   316         ValueHolderWithWeakDependents
   348         AspectAdaptorWithDefault
   317         AspectAdaptorWithDefault
   349         MacOSXIconReader
   318         (AVIReader autoload)
   350         ApplicationWithFileHistory
   319         (ApplicationController autoload)
   351         ValueHolderWithRememberedPreviousValue
   320         (BlitImageReader autoload)
       
   321         (BorderedWrapper autoload)
       
   322         (CompositePart autoload)
       
   323         (CompositeTransform autoload)
       
   324         (ConvertedValue autoload)
       
   325         (DependentPart autoload)
       
   326         (DisplayTransform autoload)
       
   327         (FLIReader autoload)
       
   328         (FaceReader autoload)
       
   329         (HersheyFont autoload)
       
   330         (Insets autoload)
       
   331         (IrisRGBReader autoload)
       
   332         (MatrixTransform2x3 autoload)
       
   333         (PBMReader autoload)
       
   334         (PCXReader autoload)
       
   335         (PICTReader autoload)
       
   336         (PluggableView autoload)
       
   337         (RIFFReader autoload)
       
   338         (ST80FormReader autoload)
       
   339         (SunRasterReader autoload)
       
   340         (TargaReader autoload)
       
   341         (ViewForwardingController autoload)
       
   342         (WinPrinterContext win32)
       
   343         (WinPrinterStream win32)
       
   344         (Wrapper autoload)
       
   345         (GeometricWrapper autoload)
       
   346         (TranslatingWrapper autoload)
       
   347         (LayoutWrapper autoload)
       
   348         (BoundedWrapper autoload)
       
   349         (StrokingOrFillingWrapper autoload)
       
   350         (FillingWrapper autoload)
       
   351         (StrokingWrapper autoload)
       
   352         (XWDReader autoload)
   352     )
   353     )
   353 !
   354 !
   354 
   355 
   355 extensionMethodNames
   356 extensionMethodNames
   356     "lists the extension methods which are to be included in the project.
   357     "lists the extension methods which are to be included in the project.
   397 ! !
   398 ! !
   398 
   399 
   399 !stx_libview2 class methodsFor:'documentation'!
   400 !stx_libview2 class methodsFor:'documentation'!
   400 
   401 
   401 version
   402 version
   402     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.79 2014-01-14 12:11:36 stefan Exp $'
   403     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.80 2014-09-19 17:46:06 cg Exp $'
   403 !
   404 !
   404 
   405 
   405 version_CVS
   406 version_CVS
   406     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.79 2014-01-14 12:11:36 stefan Exp $'
   407     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.80 2014-09-19 17:46:06 cg Exp $'
   407 ! !
   408 ! !
   408 
   409