set-window-title! -- Change the window title X-Property of WIN to TITLE.
X-cut-buffer-string -- Return the text of the primary cut buffer.
X-set-cut-buffer-string! -- Set the text of the primary cut buffer.
copy-window-title-to-cut-buffer -- Set X cut buffer to be a string that is the title of WINDOW.
paste-window-title-from-cut-buffer -- Set the window title of WINDOW to be the string in the X cut buffer.
propagate-selection-to-cut-buffer -- Make the cut-buffer contain the current selection.
X-handle-selection-string -- Run VALUE-HANDLER on the selection SELECTION after retrieving it.
get-wm-command -- Get the "WM_COMMAND" X-Property of WIN and return that string.
X-atomic-property-set-if-unset! -- Set property NAME on WINDOW to VALUE, if it's currently unset.
window-pid -- Returns the process id of the process that created WIN.
window-other-id -- Returns the other id string given to the process that created WIN.
mwm-functions->string -- Converts the MWM function flags into a readable form.
mwm-decorations->string -- Converts the MWM decoration flags into a readable form.
X-properties->string -- Prints the X properties of WIN into a string.