Jump to content

Window (computing)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 217.8.225.28 (talk) at 05:45, 26 January 2010 (History). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Two other uses

An example of some windows in a graphical user interface - GNOME. Two application windows are displayed. Note that one partly overlaps the other.

In computing, a window is a visual area containing some kind of user interface. It usually has a rectangular shape.[1] It displays the output of and may allow input to one or more processes.

Windows are primarily associated with graphical displays, where they can be manipulated with a mouse cursor.

A graphical user interface (GUI) using windows as one of its main "metaphors" is called a windowing system.

Properties

The GIMP, a multi-window image manipulation program

Windows are two dimensional objects arranged on a plane called the desktop. In a modern full-featured windowing system they can be resized, moved, hidden, restored or closed.

Windows usually include other graphical objects, possibly including a menu-bar, toolbars, controls, icons and often a working area. In the working area, the document, image, folder contents or other main object is displayed. Around the working area within the bounding window, there may be other smaller window areas, sometimes called panes or panels, showing relevant information or options. The working area may be capable of holding only one (single document interface) or more than one main object in a multiple document interface.

A program may create more than one window on the desktop. Sometimes child windows or 'dialogs' appear in front of the main one such as when saving or opening a file. Some programs create separate windows for each open document or image, or when specific options are available.

When two windows overlap the front one is usually opaque, but some modern windowing systems can make all or part of their windows semi-transparent.

History

A "Save as..." file dialog from GTK+

The idea was developed at the Stanford Research Institute (led by Douglas Engelbart).[2] Their earliest systems supported multiple windows, but there was no obvious way to indicate boundaries between them (such as window borders, title bars, etc).[3]

Research continued at Xerox Corporation's Palo Alto Research Center / PARC (led by Alan Kay). They used overlapping windows.[4]

During the 1980s the term "WIMP", which stands for window, icon, menu, pointer, was coined at PARC.

Apple had worked with PARC briefly at that time. Apple developed an interface based on PARC's interface. It was first used on Apple's Lisa and later Macintosh computers. Microsoft was developing office applications for the "Mac" at that time. They based their windowing system Windows on Apple's system.[3]

Window managers

The part of a windowing system which manages window operations is called a window manager.[5]

Examples of some current windowing systems:

References

  1. ^ Reimer, Jeremy (2005). "A History of the GUI (Part 3)". Ars Technica. Retrieved 2009-09-14.
  2. ^ Reimer, Jeremy (2005). "A History of the GUI (Part 1)". Ars Technica. Retrieved 2009-09-14.
  3. ^ a b Reimer, Jeremy (2005). "A History of the GUI (Part 2)". Ars Technica. Retrieved 2009-09-14. Cite error: The named reference "ArsTechnica2" was defined multiple times with different content (see the help page).
  4. ^ "Milestones: 1975 - Graphical User Interface (GUI)". Palo Alto Research Center Incorporated. Retrieved 2009-09-14.
  5. ^ Barger, Jorn (2002). "Linux desktops (GUIs, widgets, window managers, etc)". Retrieved 2009-09-14.

See also