comparison etc/NEWS @ 31639:1c5bd105d7dc

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 15 Sep 2000 15:22:07 +0000
parents 3ff1515f7c7a
children 15837f59a747
comparison
equal deleted inserted replaced
31638:77a8522f11d4 31639:1c5bd105d7dc
2421 measured in pixels, otherwise return sizes measured in canonical 2421 measured in pixels, otherwise return sizes measured in canonical
2422 character units (fractions of the width/height of the frame's default 2422 character units (fractions of the width/height of the frame's default
2423 font). FRAME is the frame on which the image will be displayed. 2423 font). FRAME is the frame on which the image will be displayed.
2424 FRAME nil or omitted means use the selected frame. 2424 FRAME nil or omitted means use the selected frame.
2425 2425
2426 ** The function `image-mask-p' can be used to determine if an image
2427 has a mask bitmap.
2428
2429 - Function: image-mask-p SPEC &optional FRAME
2430
2431 Return t if image SPEC has a mask bitmap.
2432 FRAME is the frame on which the image will be displayed. FRAME nil
2433 or omitted means use the selected frame.
2434
2426 +++ 2435 +++
2427 ** The function `find-image' can be used to find a usable image 2436 ** The function `find-image' can be used to find a usable image
2428 satisfying one of a list of specifications. 2437 satisfying one of a list of specifications.
2429 2438
2430 +++ 2439 +++