Next: Window Attributes, Previous: Window Property Lists, Up: Windows
Transient windows are pop-up or dialog windows associated with a main application. They tend to have less window decorations, and are intended to last a short time only.
Mark that the window associated with object w is a transient window.
Return true if window child is directly a transient for window parent, false otherwise.
Return true if window descendant is (directly or indirectly) a transient for window ancestor, false otherwise.
Return the list of windows that window child is a transient for. If indirectly is true, then return the list of all ancestors rather than parents.
Return the list of windows that are transients for window parent. If indirectly is true, then return the list of all descendants rather than children.
Return the list of windows which is either a transient window for window window, or a window which window is a transient for. This always includes W. The `transient window for' relation holds for windows which are direct or indirect transients of the parent window in question.
If the by-depth argument is true, then the retrurned list is in stacking order.
Map the single argument function fun over all windows in the same transient group as window window.
Raise window window to its highest allowed position in the stacking order. Also raise any transient windows that it has.
Lower window window to its lowest allowed position in the stacking order. Also lower any transient windows that it has.
If window window is at its highest possible position, then lower it to its lowest possible position. Otherwise raise it as far as allowed. Also changes the level of any transient windows it has.
Focus on application windows when they first appear. Defaults to true, must be true or false.
Decorate dialog windows similarly to application windows. Defaults to false.
Desktop windows are root windows or viewport windows.
Mark that the window associated with object w is a desktop window.
List of properties set (to true) on windows marked as desktops. Defaults to
'(fixed-position sticky sticky-viewport)
Dock windows are simply those with the dock-type property.
GNOME panels are one example. Sawfish does not currently assign them
any special behavior.