Next: Customization, Previous: Cursors, Up: Top
One of the most important data types in sawfish is the window type. All managed client windows have a single window object associated with them.
Returns
tif arg is a member of the window type, and has a client window associated with it.
Returns a list containing all managed window objects, in the order that they were adopted by the window manager (first to last).
Return a window object with name matching regular expression name, or
nil.
Do everything necessary to make window active, including raising it, giving it focus, etc. Certain steps may be skipped (e.g., giving focus) if the window doesn't allow that operation.
Return the list of windows (mapped or unmapped) that match the predicate function pred.
Call
(function window)on all existing windows. Returns the value of the last function invocation. If any function returnsnil,map-windowsreturnsnilimmediately.
Return the class that window belongs to as a string, or nil if window has no associated class.