comparison etc/NEWS @ 26403:03830fdf5186

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Nov 1999 22:53:16 +0000
parents 17d6fe2e2d0f
children ef48fc763e7f
comparison
equal deleted inserted replaced
26402:541f35936e05 26403:03830fdf5186
1373 *** Image specifications 1373 *** Image specifications
1374 1374
1375 Image specifications are lists of the form `(image PROPS)' where PROPS 1375 Image specifications are lists of the form `(image PROPS)' where PROPS
1376 is a property list whose keys are keyword symbols. Each 1376 is a property list whose keys are keyword symbols. Each
1377 specifications must contain a property `:type TYPE' with TYPE being a 1377 specifications must contain a property `:type TYPE' with TYPE being a
1378 symbol specifying the image type, e.g. `xbm'. 1378 symbol specifying the image type, e.g. `xbm'. Properties not
1379 described below are ignored.
1379 1380
1380 The following is a list of properties all image types share. 1381 The following is a list of properties all image types share.
1381 1382
1382 `:ascent ASCENT' 1383 `:ascent ASCENT'
1383 1384
1415 1416
1416 Load image from FILE. If FILE is not absolute after expanding it, 1417 Load image from FILE. If FILE is not absolute after expanding it,
1417 search for the image in `data-directory'. Some image types support 1418 search for the image in `data-directory'. Some image types support
1418 building images from data. When this is done, no `:file' property 1419 building images from data. When this is done, no `:file' property
1419 may be present in the image specification. 1420 may be present in the image specification.
1420
1421 `:user-data DATA'
1422
1423 This property can be used to store user-defined data along with an
1424 image specification. Please note that two image specifications are
1425 equal only if their user-defined data properties are equal.
1426
1427 1421
1428 *** Supported image types 1422 *** Supported image types
1429 1423
1430 **** XBM, image type `xbm'. 1424 **** XBM, image type `xbm'.
1431 1425