Next: Input Focus, Previous: Window Types, Up: Windows
Return the full-name associated with window. This may or may not be the same as the normal name.
Sawfish provides functions to ensure that window names are unique.
Uniquify the string proposal against the list of strings existing. Uses the format string
uniquify-name-formatto generate unique names.
Force window to have a unique title.
Return
tif the client window associated with object window is mapped. (Note that this doesn't necessarily mean that it is visible.)
Returns
nilif window isn't marked as a transient window. Otherwise returns an integer, the xid of the parent window.
If window object window has a client window associated with, return an integer defining its xid, otherwise return
nil.
If window is part of a group, return the X window id of the leader of that group. Otherwise return
nil.
Return
twhen the client window associated with object window has asked for the input focus to be assigned to it when applicable (through theinputfield of itsWM_HINTSproperty).
Return
nilif the client window associated with object window should never be focused,totherwise.
Returns a cons cell
(width.height)defining the dimensions of the client window associated with object window.
Returns a cons-cell
(x.y)defining the position relative to the root window of window.
Return an alist defining the size-hints structure specified by the client window associated with window. Possible keys in the alist are
min-height,max-height,min-width,max-width,height-inc,width-inc,min-aspect,max-aspect,base-height,base-width,user-position,program-position,user-size,program-size,window-gravity,border-size.