comparison src/glyphs.c @ 2297:13a418960a88

[xemacs-hg @ 2004-09-22 02:05:42 by stephent] various doc patches <87isa7awrh.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 22 Sep 2004 02:06:52 +0000
parents 04bc9d2f42c7
children ecf1ebac70d8
comparison
equal deleted inserted replaced
2296:a58ea4d0d0cd 2297:13a418960a88
1645 } 1645 }
1646 1646
1647 DEFUN ("image-instance-type", Fimage_instance_type, 1, 1, 0, /* 1647 DEFUN ("image-instance-type", Fimage_instance_type, 1, 1, 0, /*
1648 Return the type of the given image instance. 1648 Return the type of the given image instance.
1649 The return value will be one of 'nothing, 'text, 'mono-pixmap, 1649 The return value will be one of 'nothing, 'text, 'mono-pixmap,
1650 'color-pixmap, 'pointer, or 'subwindow. 1650 'color-pixmap, 'pointer, 'subwindow, or 'widget.
1651 */ 1651 */
1652 (image_instance)) 1652 (image_instance))
1653 { 1653 {
1654 CHECK_IMAGE_INSTANCE (image_instance); 1654 CHECK_IMAGE_INSTANCE (image_instance);
1655 ERROR_CHECK_IMAGE_INSTANCE (image_instance); 1655 ERROR_CHECK_IMAGE_INSTANCE (image_instance);