This section just lists all symbols exported from the XLIB package but not documented in this manual.
display-invoke-after-function | display | Function |
Explicitly invokes the after-function of the display. (see display-after-function). This function is internally called after every request. |
mapping-notify | display request start count | Function |
Called on a :mapping-notify event to update the keyboard-mapping cache in display. |
root-resources | screen &key database key test test-not | Function |
Returns a resource database containing the contents of the root window RESOURCE_MANAGER property for the given screen. If screen is a display, then its default screen is used. If an existing database is given, then resource values are merged with the database and the modified database is returned. test and test-not are predicates for selecting which resources are read. Arguments are a resource name list and a resource value. The key function, if given, is called to convert a resource value string to the value given to test or test-not. |
set-wm-properties | window &rest options &key name icon-name resource-name resource-class command client-machine hints normal-hints zoom-hints (user-specified-position-p nil usppp) (user-specified-size-p nil usspp) (program-specified-position-p nil psppp) (program-specified-size-p nil psspp) x y width height min-width min-height max-width max-height width-inc height-inc min-aspect max-aspect base-width base-height win-gravity input initial-state icon-pixmap icon-window icon-x icon-y icon-mask window-group | Function |