Node: Display Functions, Next: Gradient Functions, Previous: Grab Functions, Up: Miscellaneous Functions
| screen-width | Function |
| Return the width of the root window. |
| screen-height | Function |
| Return the height of the root window. |
| screen-dimensions | Function |
Return the screen dimensions in pixels as a cons cell
(width . height).
|
| draw-window-outline mode x y width height | Function |
|
Draw an outline of a window of dimensions (width, height)
at position (x, y) relative to the root window.
mode is a symbol defining the type of outline drawn, currently it
may only be Use the |
| erase-window-outline mode x y width height | Function |
|
Erase a previously drawn outline of a window of dimensions
(width, height) at position (x, y) relative to
the root window.
mode is a symbol defining the type of outline drawn, currently it
may only be |
| display-message &optional text attributes | Function |
Display the string text in a window on the screen. If text
is nil then any string previously displayed is removed. Returns
the numeric id of the window displaying the message, or nil if
no message is displayed.
attributes is an alist specifying how the string should be
displayed; each element of the list is a cons cell Possible attributes currently include:
|