Constraint-based tile windows

  • Authors:
  • Ellis S Cohen;Edward T Smith;Lee A Iverson

  • Affiliations:
  • -;-;-

  • Venue:
  • IEEE Computer Graphics and Applications
  • Year:
  • 1986

Quantified Score

Hi-index 0.00

Visualization

Abstract

Typical computer workstations employ window managers for creating, destroying, and arranging windows on the screen. Window managers generally follow either a desktop metaphor, allowing windows to overlap each other like sheets of paper on a desk, or they use a tiling model, arranging each window with a specific size and location that avoids overlap. Desktop models allow for the most layout freedom, but can be frustrating to use when dealing with a large number of windows that must all be visible at once. Tiling models guarantee that each window will be completely visible on the screen, but thus far have provided relatively poor mechanisms for controlling layout decisions. This article describes work in tiled window management featuring a constraint-based layout mechanism. With it the user can specify the appearance of individual windows and constrain relationships between windows, thus exercising necessary control over the tiling process. We discuss our constraint model and then detail an implementation approach that would make use of those constraints.