comparison man/lispref/lispref.texi @ 2182:c91543697b09

[xemacs-hg @ 2004-07-19 08:24:24 by stephent] manual improvements <87n01w9zi9.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 19 Jul 2004 08:24:28 +0000
parents 2ba4f06a264d
children 6780963faf78
comparison
equal deleted inserted replaced
2181:5baae9bff30e 2182:c91543697b09
992 instance and retrieve the properties 992 instance and retrieve the properties
993 of a color specifier. 993 of a color specifier.
994 994
995 Glyphs 995 Glyphs
996 996
997 * Glyph Functions:: Functions for working with glyphs. 997 * Glyph Intro:: Glyphs are abstract image specifications.
998 * Images:: Graphical images displayed in a frame. 998 * Images:: Specifying the appearance of glyphs.
999 * Glyph Types:: Each glyph has a particular type. 999 * Using Glyphs:: Creating and displaying glyphs.
1000 * Mouse Pointer:: Controlling the mouse pointer. 1000 * Manipulating Glyphs:: Getting and setting glyph properties.
1001 * Redisplay Glyphs:: Glyphs controlling various redisplay functions. 1001 * Glyph Examples:: Examples of how to work with glyphs.
1002 * Subwindows:: Inserting an externally-controlled subwindow
1003 into a buffer.
1004 * Glyph Examples:: Examples of how to work with glyphs.
1005
1006 Glyph Functions
1007
1008 * Creating Glyphs:: Creating new glyphs.
1009 * Glyph Properties:: Accessing and modifying a glyph's properties.
1010 * Glyph Convenience Functions::
1011 Convenience functions for accessing particular
1012 properties of a glyph.
1013 * Glyph Dimensions:: Determining the height, width, etc. of a glyph.
1014 1002
1015 Images 1003 Images
1016 1004
1017 * Image Specifiers:: Specifying how an image will appear. 1005 * Image Specifiers:: Specifying an image's appearance.
1018 * Image Instantiator Conversion:: 1006 * Image Instantiator Conversion:: Lazy realization of graphics.
1019 Conversion is applied to image instantiators 1007 * Image Instantiator Formats:: A catalog of image descriptors.
1020 at the time they are added to an 1008 * Image Instances:: Classes of graphical objects.
1021 image specifier or at the time they
1022 are passed to @code{make-image-instance}.
1023 * Image Instances:: What an image specifier gets instanced as.
1024 1009
1025 Image Instances 1010 Image Instances
1026 1011
1027 * Image Instance Types:: Each image instances has a particular type. 1012 * Image Instance Types:: Each image instances has a particular type.
1028 * Image Instance Functions:: Functions for working with image instances. 1013 * Image Instance Functions:: Functions for working with image instances.
1014
1015 Using Glyphs
1016
1017
1018 Image Instances
1019
1020 * Image Instance Types:: Each image instances has a particular type.
1021 * Image Instance Functions:: Functions for working with image instances.
1022
1023 Using Glyphs
1024
1025 * Creating Glyphs:: Creating new glyphs.
1026 * Buffer Glyphs:: Annotations are glyphs that appear in a buffer.
1027 * Redisplay Glyphs:: Glyphs controlling various redisplay functions.
1028 * Frame Glyphs:: Displaying glyphs in GUI components of the frame.
1029 * External Glyphs:: Icons and mouse pointers for the window system.
1030 * Native GUI Widgets:: Complex active elements treated as a single glyph.
1031 * Subwindows:: Externally-controlled subwindows in buffers.
1032
1033 Native GUI Widgets
1034
1035 * Introduction to Widgets:: Native widgets provide tight integration of
1036 GUI features with the platform GUI.
1037 * Lisp API to Native Widgets:: Native widgets are glyphs.
1038 * Layouts:: Specifying composite widgets from Lisp.
1039 * Primitive Widgets:: Catalogue of available native widgets.
1040
1041 Manipulating Glyphs
1042
1043 * Glyph Properties:: Accessing and modifying a glyph's properties.
1044 * Glyph Convenience Functions:: Accessing particular properties of a glyph.
1045 * Glyph Dimensions:: Determining the height, width, etc. of a glyph.
1046 * Glyph Types:: Each glyph has a particular type.
1029 1047
1030 Annotations 1048 Annotations
1031 1049
1032 * Annotation Basics:: Introduction to annotations. 1050 * Annotation Basics:: Introduction to annotations.
1033 * Annotation Primitives:: Creating and deleting annotations. 1051 * Annotation Primitives:: Creating and deleting annotations.