diff options
| author | Eli Zaretskii | 2006-07-08 18:09:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:09:50 +0000 |
| commit | c709f8f62b9c80925f38a79173296b050fb27aae (patch) | |
| tree | ef203d96bfdab49cfcb4b98c7485672450161567 | |
| parent | e3e0619c0b722776706ed7e4bc81a1a3384df4ba (diff) | |
| download | emacs-c709f8f62b9c80925f38a79173296b050fb27aae.tar.gz emacs-c709f8f62b9c80925f38a79173296b050fb27aae.zip | |
(Creating Frames, Parameter Access, Pointer Shape)
(Color Names, Text Terminal Colors, Display Feature Testing): Remove @tindex.
| -rw-r--r-- | lispref/frames.texi | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index a433203a93e..09887d000dd 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -107,7 +107,6 @@ frame. | |||
| 107 | @end defvar | 107 | @end defvar |
| 108 | 108 | ||
| 109 | @defvar after-make-frame-functions | 109 | @defvar after-make-frame-functions |
| 110 | @tindex after-make-frame-functions | ||
| 111 | An abnormal hook run by @code{make-frame} after it creates the frame. | 110 | An abnormal hook run by @code{make-frame} after it creates the frame. |
| 112 | Each function in @code{after-make-frame-functions} receives one argument, the | 111 | Each function in @code{after-make-frame-functions} receives one argument, the |
| 113 | frame just created. | 112 | frame just created. |
| @@ -216,7 +215,6 @@ These functions let you read and change the parameter values of a | |||
| 216 | frame. | 215 | frame. |
| 217 | 216 | ||
| 218 | @defun frame-parameter frame parameter | 217 | @defun frame-parameter frame parameter |
| 219 | @tindex frame-parameter | ||
| 220 | This function returns the value of the parameter @var{parameter} (a | 218 | This function returns the value of the parameter @var{parameter} (a |
| 221 | symbol) of @var{frame}. If @var{frame} is @code{nil}, it returns the | 219 | symbol) of @var{frame}. If @var{frame} is @code{nil}, it returns the |
| 222 | selected frame's parameter. If @var{frame} has no setting for | 220 | selected frame's parameter. If @var{frame} has no setting for |
| @@ -1583,7 +1581,6 @@ of the buffer contents), the mouse pointer usually uses the | |||
| 1583 | those above) by setting @code{void-text-area-pointer}. | 1581 | those above) by setting @code{void-text-area-pointer}. |
| 1584 | 1582 | ||
| 1585 | @defvar void-text-area-pointer | 1583 | @defvar void-text-area-pointer |
| 1586 | @tindex void-text-area-pointer | ||
| 1587 | This variable specifies the mouse pointer style for void text areas. | 1584 | This variable specifies the mouse pointer style for void text areas. |
| 1588 | These include the areas after the end of a line or below the last line | 1585 | These include the areas after the end of a line or below the last line |
| 1589 | in the buffer. The default is to use the @code{arrow} (non-text) | 1586 | in the buffer. The default is to use the @code{arrow} (non-text) |
| @@ -1759,7 +1756,6 @@ valid, and what they look like. In some cases, the value depends on the | |||
| 1759 | meaning of the term ``selected frame''. | 1756 | meaning of the term ``selected frame''. |
| 1760 | 1757 | ||
| 1761 | @defun color-defined-p color &optional frame | 1758 | @defun color-defined-p color &optional frame |
| 1762 | @tindex color-defined-p | ||
| 1763 | This function reports whether a color name is meaningful. It returns | 1759 | This function reports whether a color name is meaningful. It returns |
| 1764 | @code{t} if so; otherwise, @code{nil}. The argument @var{frame} says | 1760 | @code{t} if so; otherwise, @code{nil}. The argument @var{frame} says |
| 1765 | which frame's display to ask about; if @var{frame} is omitted or | 1761 | which frame's display to ask about; if @var{frame} is omitted or |
| @@ -1777,7 +1773,6 @@ and that name is still supported as an alias. | |||
| 1777 | @end defun | 1773 | @end defun |
| 1778 | 1774 | ||
| 1779 | @defun defined-colors &optional frame | 1775 | @defun defined-colors &optional frame |
| 1780 | @tindex defined-colors | ||
| 1781 | This function returns a list of the color names that are defined | 1776 | This function returns a list of the color names that are defined |
| 1782 | and supported on frame @var{frame} (default, the selected frame). | 1777 | and supported on frame @var{frame} (default, the selected frame). |
| 1783 | If @var{frame} does not support colors, the value is @code{nil}. | 1778 | If @var{frame} does not support colors, the value is @code{nil}. |
| @@ -1788,7 +1783,6 @@ and that name is still supported as an alias. | |||
| 1788 | @end defun | 1783 | @end defun |
| 1789 | 1784 | ||
| 1790 | @defun color-supported-p color &optional frame background-p | 1785 | @defun color-supported-p color &optional frame background-p |
| 1791 | @tindex color-supported-p | ||
| 1792 | This returns @code{t} if @var{frame} can really display the color | 1786 | This returns @code{t} if @var{frame} can really display the color |
| 1793 | @var{color} (or at least something close to it). If @var{frame} is | 1787 | @var{color} (or at least something close to it). If @var{frame} is |
| 1794 | omitted or @code{nil}, the question applies to the selected frame. | 1788 | omitted or @code{nil}, the question applies to the selected frame. |
| @@ -1802,7 +1796,6 @@ The argument @var{color} must be a valid color name. | |||
| 1802 | @end defun | 1796 | @end defun |
| 1803 | 1797 | ||
| 1804 | @defun color-gray-p color &optional frame | 1798 | @defun color-gray-p color &optional frame |
| 1805 | @tindex color-gray-p | ||
| 1806 | This returns @code{t} if @var{color} is a shade of gray, as defined on | 1799 | This returns @code{t} if @var{color} is a shade of gray, as defined on |
| 1807 | @var{frame}'s display. If @var{frame} is omitted or @code{nil}, the | 1800 | @var{frame}'s display. If @var{frame} is omitted or @code{nil}, the |
| 1808 | question applies to the selected frame. If @var{color} is not a valid | 1801 | question applies to the selected frame. If @var{color} is not a valid |
| @@ -1810,7 +1803,6 @@ color name, this function returns @code{nil}. | |||
| 1810 | @end defun | 1803 | @end defun |
| 1811 | 1804 | ||
| 1812 | @defun color-values color &optional frame | 1805 | @defun color-values color &optional frame |
| 1813 | @tindex color-values | ||
| 1814 | @cindex rgb value | 1806 | @cindex rgb value |
| 1815 | This function returns a value that describes what @var{color} should | 1807 | This function returns a value that describes what @var{color} should |
| 1816 | ideally look like on @var{frame}. If @var{color} is defined, the | 1808 | ideally look like on @var{frame}. If @var{color} is defined, the |
| @@ -1870,7 +1862,6 @@ selected frame's terminal; @pxref{Input Focus}). At present, though, | |||
| 1870 | the @var{frame} argument has no effect. | 1862 | the @var{frame} argument has no effect. |
| 1871 | 1863 | ||
| 1872 | @defun tty-color-define name number &optional rgb frame | 1864 | @defun tty-color-define name number &optional rgb frame |
| 1873 | @tindex tty-color-define | ||
| 1874 | This function associates the color name @var{name} with | 1865 | This function associates the color name @var{name} with |
| 1875 | color number @var{number} on the terminal. | 1866 | color number @var{number} on the terminal. |
| 1876 | 1867 | ||
| @@ -1882,12 +1873,10 @@ Emacs will not know what it looks like. | |||
| 1882 | @end defun | 1873 | @end defun |
| 1883 | 1874 | ||
| 1884 | @defun tty-color-clear &optional frame | 1875 | @defun tty-color-clear &optional frame |
| 1885 | @tindex tty-color-clear | ||
| 1886 | This function clears the table of defined colors for a text-only terminal. | 1876 | This function clears the table of defined colors for a text-only terminal. |
| 1887 | @end defun | 1877 | @end defun |
| 1888 | 1878 | ||
| 1889 | @defun tty-color-alist &optional frame | 1879 | @defun tty-color-alist &optional frame |
| 1890 | @tindex tty-color-alist | ||
| 1891 | This function returns an alist recording the known colors supported by a | 1880 | This function returns an alist recording the known colors supported by a |
| 1892 | text-only terminal. | 1881 | text-only terminal. |
| 1893 | 1882 | ||
| @@ -1899,7 +1888,6 @@ and blue) that says what the color actually looks like. | |||
| 1899 | @end defun | 1888 | @end defun |
| 1900 | 1889 | ||
| 1901 | @defun tty-color-approximate rgb &optional frame | 1890 | @defun tty-color-approximate rgb &optional frame |
| 1902 | @tindex tty-color-approximate | ||
| 1903 | This function finds the closest color, among the known colors | 1891 | This function finds the closest color, among the known colors |
| 1904 | supported for @var{display}, to that described by the rgb value | 1892 | supported for @var{display}, to that described by the rgb value |
| 1905 | @var{rgb} (a list of color values). The return value is an element of | 1893 | @var{rgb} (a list of color values). The return value is an element of |
| @@ -1907,7 +1895,6 @@ supported for @var{display}, to that described by the rgb value | |||
| 1907 | @end defun | 1895 | @end defun |
| 1908 | 1896 | ||
| 1909 | @defun tty-color-translate color &optional frame | 1897 | @defun tty-color-translate color &optional frame |
| 1910 | @tindex tty-color-translate | ||
| 1911 | This function finds the closest color to @var{color} among the known | 1898 | This function finds the closest color to @var{color} among the known |
| 1912 | colors supported for @var{display} and returns its index (an integer). | 1899 | colors supported for @var{display} and returns its index (an integer). |
| 1913 | If the name @var{color} is not defined, the value is @code{nil}. | 1900 | If the name @var{color} is not defined, the value is @code{nil}. |
| @@ -1989,7 +1976,6 @@ refers to the selected frame's display, @pxref{Input Focus}). | |||
| 1989 | obtain information about displays. | 1976 | obtain information about displays. |
| 1990 | 1977 | ||
| 1991 | @defun display-popup-menus-p &optional display | 1978 | @defun display-popup-menus-p &optional display |
| 1992 | @tindex display-popup-menus-p | ||
| 1993 | This function returns @code{t} if popup menus are supported on | 1979 | This function returns @code{t} if popup menus are supported on |
| 1994 | @var{display}, @code{nil} if not. Support for popup menus requires that | 1980 | @var{display}, @code{nil} if not. Support for popup menus requires that |
| 1995 | the mouse be available, since the user cannot choose menu items without | 1981 | the mouse be available, since the user cannot choose menu items without |
| @@ -1997,7 +1983,6 @@ a mouse. | |||
| 1997 | @end defun | 1983 | @end defun |
| 1998 | 1984 | ||
| 1999 | @defun display-graphic-p &optional display | 1985 | @defun display-graphic-p &optional display |
| 2000 | @tindex display-graphic-p | ||
| 2001 | @cindex frames, more than one on display | 1986 | @cindex frames, more than one on display |
| 2002 | @cindex fonts, more than one on display | 1987 | @cindex fonts, more than one on display |
| 2003 | This function returns @code{t} if @var{display} is a graphic display | 1988 | This function returns @code{t} if @var{display} is a graphic display |
| @@ -2007,14 +1992,12 @@ false for text-only terminals. | |||
| 2007 | @end defun | 1992 | @end defun |
| 2008 | 1993 | ||
| 2009 | @defun display-mouse-p &optional display | 1994 | @defun display-mouse-p &optional display |
| 2010 | @tindex display-mouse-p | ||
| 2011 | @cindex mouse, availability | 1995 | @cindex mouse, availability |
| 2012 | This function returns @code{t} if @var{display} has a mouse available, | 1996 | This function returns @code{t} if @var{display} has a mouse available, |
| 2013 | @code{nil} if not. | 1997 | @code{nil} if not. |
| 2014 | @end defun | 1998 | @end defun |
| 2015 | 1999 | ||
| 2016 | @defun display-color-p &optional display | 2000 | @defun display-color-p &optional display |
| 2017 | @tindex display-color-p | ||
| 2018 | @findex x-display-color-p | 2001 | @findex x-display-color-p |
| 2019 | This function returns @code{t} if the screen is a color screen. | 2002 | This function returns @code{t} if the screen is a color screen. |
| 2020 | It used to be called @code{x-display-color-p}, and that name | 2003 | It used to be called @code{x-display-color-p}, and that name |
| @@ -2022,14 +2005,12 @@ is still supported as an alias. | |||
| 2022 | @end defun | 2005 | @end defun |
| 2023 | 2006 | ||
| 2024 | @defun display-grayscale-p &optional display | 2007 | @defun display-grayscale-p &optional display |
| 2025 | @tindex display-grayscale-p | ||
| 2026 | This function returns @code{t} if the screen can display shades of gray. | 2008 | This function returns @code{t} if the screen can display shades of gray. |
| 2027 | (All color displays can do this.) | 2009 | (All color displays can do this.) |
| 2028 | @end defun | 2010 | @end defun |
| 2029 | 2011 | ||
| 2030 | @defun display-supports-face-attributes-p attributes &optional display | 2012 | @defun display-supports-face-attributes-p attributes &optional display |
| 2031 | @anchor{Display Face Attribute Testing} | 2013 | @anchor{Display Face Attribute Testing} |
| 2032 | @tindex display-supports-face-attributes-p | ||
| 2033 | This function returns non-@code{nil} if all the face attributes in | 2014 | This function returns non-@code{nil} if all the face attributes in |
| 2034 | @var{attributes} are supported (@pxref{Face Attributes}). | 2015 | @var{attributes} are supported (@pxref{Face Attributes}). |
| 2035 | 2016 | ||
| @@ -2055,7 +2036,6 @@ italic. | |||
| 2055 | @end defun | 2036 | @end defun |
| 2056 | 2037 | ||
| 2057 | @defun display-selections-p &optional display | 2038 | @defun display-selections-p &optional display |
| 2058 | @tindex display-selections-p | ||
| 2059 | This function returns @code{t} if @var{display} supports selections. | 2039 | This function returns @code{t} if @var{display} supports selections. |
| 2060 | Windowed displays normally support selections, but they may also be | 2040 | Windowed displays normally support selections, but they may also be |
| 2061 | supported in some other cases. | 2041 | supported in some other cases. |
| @@ -2069,36 +2049,30 @@ images, Emacs cannot display a tool bar. | |||
| 2069 | @end defun | 2049 | @end defun |
| 2070 | 2050 | ||
| 2071 | @defun display-screens &optional display | 2051 | @defun display-screens &optional display |
| 2072 | @tindex display-screens | ||
| 2073 | This function returns the number of screens associated with the display. | 2052 | This function returns the number of screens associated with the display. |
| 2074 | @end defun | 2053 | @end defun |
| 2075 | 2054 | ||
| 2076 | @defun display-pixel-height &optional display | 2055 | @defun display-pixel-height &optional display |
| 2077 | @tindex display-pixel-height | ||
| 2078 | This function returns the height of the screen in pixels. | 2056 | This function returns the height of the screen in pixels. |
| 2079 | On a character terminal, it gives the height in characters. | 2057 | On a character terminal, it gives the height in characters. |
| 2080 | @end defun | 2058 | @end defun |
| 2081 | 2059 | ||
| 2082 | @defun display-mm-height &optional display | 2060 | @defun display-mm-height &optional display |
| 2083 | @tindex display-mm-height | ||
| 2084 | This function returns the height of the screen in millimeters, | 2061 | This function returns the height of the screen in millimeters, |
| 2085 | or @code{nil} if Emacs cannot get that information. | 2062 | or @code{nil} if Emacs cannot get that information. |
| 2086 | @end defun | 2063 | @end defun |
| 2087 | 2064 | ||
| 2088 | @defun display-pixel-width &optional display | 2065 | @defun display-pixel-width &optional display |
| 2089 | @tindex display-pixel-width | ||
| 2090 | This function returns the width of the screen in pixels. | 2066 | This function returns the width of the screen in pixels. |
| 2091 | On a character terminal, it gives the width in characters. | 2067 | On a character terminal, it gives the width in characters. |
| 2092 | @end defun | 2068 | @end defun |
| 2093 | 2069 | ||
| 2094 | @defun display-mm-width &optional display | 2070 | @defun display-mm-width &optional display |
| 2095 | @tindex display-mm-width | ||
| 2096 | This function returns the width of the screen in millimeters, | 2071 | This function returns the width of the screen in millimeters, |
| 2097 | or @code{nil} if Emacs cannot get that information. | 2072 | or @code{nil} if Emacs cannot get that information. |
| 2098 | @end defun | 2073 | @end defun |
| 2099 | 2074 | ||
| 2100 | @defun display-backing-store &optional display | 2075 | @defun display-backing-store &optional display |
| 2101 | @tindex display-backing-store | ||
| 2102 | This function returns the backing store capability of the display. | 2076 | This function returns the backing store capability of the display. |
| 2103 | Backing store means recording the pixels of windows (and parts of | 2077 | Backing store means recording the pixels of windows (and parts of |
| 2104 | windows) that are not exposed, so that when exposed they can be | 2078 | windows) that are not exposed, so that when exposed they can be |
| @@ -2110,7 +2084,6 @@ when the question is inapplicable to a certain kind of display. | |||
| 2110 | @end defun | 2084 | @end defun |
| 2111 | 2085 | ||
| 2112 | @defun display-save-under &optional display | 2086 | @defun display-save-under &optional display |
| 2113 | @tindex display-save-under | ||
| 2114 | This function returns non-@code{nil} if the display supports the | 2087 | This function returns non-@code{nil} if the display supports the |
| 2115 | SaveUnder feature. That feature is used by pop-up windows | 2088 | SaveUnder feature. That feature is used by pop-up windows |
| 2116 | to save the pixels they obscure, so that they can pop down | 2089 | to save the pixels they obscure, so that they can pop down |
| @@ -2118,14 +2091,12 @@ quickly. | |||
| 2118 | @end defun | 2091 | @end defun |
| 2119 | 2092 | ||
| 2120 | @defun display-planes &optional display | 2093 | @defun display-planes &optional display |
| 2121 | @tindex display-planes | ||
| 2122 | This function returns the number of planes the display supports. | 2094 | This function returns the number of planes the display supports. |
| 2123 | This is typically the number of bits per pixel. | 2095 | This is typically the number of bits per pixel. |
| 2124 | For a tty display, it is log to base two of the number of colors supported. | 2096 | For a tty display, it is log to base two of the number of colors supported. |
| 2125 | @end defun | 2097 | @end defun |
| 2126 | 2098 | ||
| 2127 | @defun display-visual-class &optional display | 2099 | @defun display-visual-class &optional display |
| 2128 | @tindex display-visual-class | ||
| 2129 | This function returns the visual class for the screen. The value is one | 2100 | This function returns the visual class for the screen. The value is one |
| 2130 | of the symbols @code{static-gray}, @code{gray-scale}, | 2101 | of the symbols @code{static-gray}, @code{gray-scale}, |
| 2131 | @code{static-color}, @code{pseudo-color}, @code{true-color}, and | 2102 | @code{static-color}, @code{pseudo-color}, @code{true-color}, and |
| @@ -2133,7 +2104,6 @@ of the symbols @code{static-gray}, @code{gray-scale}, | |||
| 2133 | @end defun | 2104 | @end defun |
| 2134 | 2105 | ||
| 2135 | @defun display-color-cells &optional display | 2106 | @defun display-color-cells &optional display |
| 2136 | @tindex display-color-cells | ||
| 2137 | This function returns the number of color cells the screen supports. | 2107 | This function returns the number of color cells the screen supports. |
| 2138 | @end defun | 2108 | @end defun |
| 2139 | 2109 | ||