Window (computing)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ChrisGualtieri (talk | contribs) at 03:18, 24 April 2012 (TypoScan Project / General Fixes, typos fixed: etc) → etc.) using AWB). 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] that can overlap with the area of other windows. 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 pointer.

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 of a single document interface holds only one main object. "Child windows" in multiple document interfaces, and tabs for example in many web browsers, can make several similar documents or main objects available within a single main application window.

Some windows in Mac OS X have a feature called a drawer, which is a pane that slides out the side of the window and to show extra options without cluttering the main window space.

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.[1] Microsoft was developing office applications for the "Mac" at that time. Some speculate that this gave them access to Apple's OS before it was released and thus influenced the design of the windowing system in what would eventually be called Windows.[5]

Window managers

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

Examples of some current windowing systems:

See also

References

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