TIP #231 Version 1.2: Support for [wm attributes] on X11

This is not necessarily the current version of this TIP.


TIP:231
Title:Support for [wm attributes] on X11
Version:$Revision: 1.2 $
Author:Joe English <jenglish at flightlab dot com>
State:Draft
Type:Project
Tcl-Version:8.5
Vote:Pending
Created:Saturday, 06 November 2004

Abstract

This TIP adds three UNIX/X11-specific attributes to the wm attributes command to take advantage of features newer Unix window manager control standards.

Specification

This TIP proposes to add support for the following window attributes under X11 in the wm attributes command:

Restrictions

Under X11, the -fullscreen, -topmost, and -zoomed attributes require cooperation from the window manager. If the window manager does not support these attributes, setting them will have no effect. In particular, they are not supported by older window managers like MWM and DTWM.

Under X11, the wm attributes command operates asynchronously: [wm attributes -attribute] returns the current value of the attribute, which will not be the same as the value most recently set if the window manager has not yet processed the request or if it does not support the attribute.

Reference Implementation

See patch #1062022 [1]

The implementation is based on the freedesktop.org Extended Window Manager Hints specification [2].

Copyright

This document has been placed in the public domain.


Powered by TclThis is not necessarily the current version of this TIP.

TIP AutoGenerator - written by Donal K. Fellows