stx_libview2.st
changeset 3131 cc2f8452d1b8
parent 3106 77e6e44d3c04
child 3136 12809c743dfd
equal deleted inserted replaced
3130:7f9a056fe010 3131:cc2f8452d1b8
    37 documentation
    37 documentation
    38 "
    38 "
    39     Build- and package information for creation of the st/x standard library: stx_libview2.
    39     Build- and package information for creation of the st/x standard library: stx_libview2.
    40     This library contains additional graphics-interfacing components and infrastructure.
    40     This library contains additional graphics-interfacing components and infrastructure.
    41 "
    41 "
       
    42 !
       
    43 
       
    44 extensionsVersion_SVN
       
    45     ^ 'Id:'
    42 ! !
    46 ! !
    43 
    47 
    44 !stx_libview2 class methodsFor:'description'!
    48 !stx_libview2 class methodsFor:'description'!
    45 
    49 
    46 excludedFromPreRequisites
    50 excludedFromPreRequisites
   219      Each entry in the list may be: a single class-name (symbol),
   223      Each entry in the list may be: a single class-name (symbol),
   220      or an array-literal consisting of class name and attributes.
   224      or an array-literal consisting of class name and attributes.
   221      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   225      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   222 
   226 
   223     ^ #(
   227     ^ #(
   224 	"<className> or (<className> attributes...) in load order"
   228         "<className> or (<className> attributes...) in load order"
   225 	(AVIReader autoload)
   229         (AVIReader autoload)
   226 	ActiveHelpView
   230         ActiveHelpView
   227 	(ApplicationController autoload)
   231         (ApplicationController autoload)
   228 	ApplicationSubView
   232         ApplicationSubView
   229 	ApplicationWindow
   233         ApplicationWindow
   230 	(BlitImageReader autoload)
   234         (BlitImageReader autoload)
   231 	(BorderedWrapper autoload)
   235         (BorderedWrapper autoload)
   232 	(BoundedWrapper autoload)
   236         (BoundedWrapper autoload)
   233 	ColorValue
   237         ColorValue
   234 	(CompositePart autoload)
   238         (CompositePart autoload)
   235 	(CompositeTransform autoload)
   239         (CompositeTransform autoload)
   236 	(ConvertedValue autoload)
   240         (ConvertedValue autoload)
   237 	(DependentPart autoload)
   241         (DependentPart autoload)
   238 	DisplayObject
   242         DisplayObject
   239 	(DisplayTransform autoload)
   243         (DisplayTransform autoload)
   240 	DragAndDropManager
   244         DragAndDropManager
   241 	DragHandler
   245         DragHandler
   242 	DrawAdaptor
   246         DrawAdaptor
   243 	DropContext
   247         DropContext
   244 	DropObject
   248         DropObject
   245 	DropSource
   249         DropSource
   246 	DropTarget
   250         DropTarget
   247 	EventListener
   251         EventListener
   248 	ExternalTopView
   252         ExternalTopView
   249 	(FLIReader autoload)
   253         (FLIReader autoload)
   250 	(FaceReader autoload)
   254         (FaceReader autoload)
   251 	(FillingWrapper autoload)
   255         (FillingWrapper autoload)
   252 	GIFReader
   256         GIFReader
   253 	(GeometricWrapper autoload)
   257         (GeometricWrapper autoload)
   254 	(HersheyFont autoload)
   258         (HersheyFont autoload)
   255 	Icon
   259         Icon
   256 	ImageFrame
   260         ImageFrame
   257 	ImageSequence
   261         ImageSequence
   258 	InputView
   262         InputView
   259 	(Insets autoload)
   263         (Insets autoload)
   260 	(IrisRGBReader autoload)
   264         (IrisRGBReader autoload)
   261 	JPEGReader
   265         JPEGReader
   262 	KeyboardProcessor
   266         KeyboardProcessor
   263 	Layout
   267         Layout
   264 	(LayoutWrapper autoload)
   268         (LayoutWrapper autoload)
   265 	MIMETypeIconLibrary
   269         MIMETypeIconLibrary
   266 	MIMETypes
   270         MIMETypes
   267 	(MatrixTransform2x3 autoload)
   271         (MatrixTransform2x3 autoload)
   268 	Model
   272         Model
   269 	Menu
   273         Menu
   270 	MenuItem
   274         MenuItem
   271 	MultiImage
   275         MultiImage
   272 	(PBMReader autoload)
   276         (PBMReader autoload)
   273 	(PCXReader autoload)
   277         (PCXReader autoload)
   274 	(PICTReader autoload)
   278         (PICTReader autoload)
   275 	PNGReader
   279         PNGReader
   276 	(PluggableView autoload)
   280         (PluggableView autoload)
   277 	PopUpBanner
   281         PopUpBanner
   278 	PrintConverter
   282         PrintConverter
   279 	PrinterContext
   283         PrinterContext
   280 	PropertyListDictionary
   284         PropertyListDictionary
   281 	(RIFFReader autoload)
   285         (RIFFReader autoload)
   282 	ResourceRetriever
   286         ResourceRetriever
   283 	(ST80FormReader autoload)
   287         (ST80FormReader autoload)
   284 	(ScreenLock autoload)
   288         (ScreenLock autoload)
   285 	StandardSystemController
   289         StandardSystemController
   286 	(StrokingOrFillingWrapper autoload)
   290         (StrokingOrFillingWrapper autoload)
   287 	(StrokingWrapper autoload)
   291         (StrokingWrapper autoload)
   288 	(SunRasterReader autoload)
   292         (SunRasterReader autoload)
   289 	TIFFReader
   293         TIFFReader
   290 	(TargaReader autoload)
   294         (TargaReader autoload)
   291 	(TranslatingWrapper autoload)
   295         (TranslatingWrapper autoload)
   292 	TransparentBox
   296         TransparentBox
   293 	(ViewForwardingController autoload)
   297         (ViewForwardingController autoload)
   294 	VisualRegion
   298         VisualRegion
   295 	(WinPrinterContext win32)
   299         (WinPrinterContext win32)
   296 	(WinPrinterStream win32)
   300         (WinPrinterStream win32)
   297 	WindowBuilder
   301         WindowBuilder
   298 	WindowsIconReader
   302         WindowsIconReader
   299 	(Wrapper autoload)
   303         (Wrapper autoload)
   300 	XBMReader
   304         XBMReader
   301 	XPMReader
   305         XPMReader
   302 	(XWDReader autoload)
   306         (XWDReader autoload)
   303 	#'stx_libview2'
   307         #'stx_libview2'
   304 	ActiveHelp
   308         ActiveHelp
   305 	ApplicationModel
   309         ApplicationModel
   306 	LayoutOrigin
   310         LayoutOrigin
   307 	Plug
   311         Plug
   308 	UIBuilder
   312         UIBuilder
   309 	ValueModel
   313         ValueModel
   310 	VisualComponent
   314         VisualComponent
   311 	AlignmentOrigin
   315         AlignmentOrigin
   312 	BlockValue
   316         BlockValue
   313 	FlyByHelp
   317         FlyByHelp
   314 	IndirectValue
   318         IndirectValue
   315 	LayoutFrame
   319         LayoutFrame
   316 	PluggableAdaptor
   320         PluggableAdaptor
   317 	ProtocolAdaptor
   321         ProtocolAdaptor
   318 	SimpleDialog
   322         SimpleDialog
   319 	ToolApplicationModel
   323         ToolApplicationModel
   320 	ValueHolder
   324         ValueHolder
   321 	VisualPart
   325         VisualPart
   322 	AspectAdaptor
   326         AspectAdaptor
   323 	BooleanBlockValue
   327         BooleanBlockValue
   324 	BooleanValueHolder
   328         BooleanValueHolder
   325 	BufferedValueHolder
   329         BufferedValueHolder
   326 	DictionaryAdaptor
   330         DictionaryAdaptor
   327 	RangeAdaptor
   331         RangeAdaptor
   328 	ResourceSpecEditor
   332         ResourceSpecEditor
   329 	TriggerValue
   333         TriggerValue
   330 	TypeConverter
   334         TypeConverter
   331 	ValueHolderWithWeakDependents
   335         ValueHolderWithWeakDependents
   332 	AspectAdaptorWithDefault
   336         AspectAdaptorWithDefault
       
   337         MacOSXIconReader
   333     )
   338     )
   334 !
   339 !
   335 
   340 
   336 extensionMethodNames
   341 extensionMethodNames
   337     "lists the extension methods which are to be included in the project.
   342     "lists the extension methods which are to be included in the project.
   378 ! !
   383 ! !
   379 
   384 
   380 !stx_libview2 class methodsFor:'documentation'!
   385 !stx_libview2 class methodsFor:'documentation'!
   381 
   386 
   382 version
   387 version
   383     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.67 2013-03-13 17:10:49 cg Exp $'
   388     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.68 2013-05-06 14:39:41 cg Exp $'
   384 !
   389 !
   385 
   390 
   386 version_CVS
   391 version_CVS
   387     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.67 2013-03-13 17:10:49 cg Exp $'
   392     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.68 2013-05-06 14:39:41 cg Exp $'
   388 ! !
   393 ! !
       
   394