Graphical widget
In computer programming, a widget (or control) is an interface element that a computer user interacts with, such as a window or a text box. The defining characteristic of a widget is to provide a single interaction point for the direct manipulation of a given kind of data. Widgets are visual basic building blocks which combined in an application hold all the data processed by the application and the available interactions on this data.
A family of common reusable widgets has evolved for holding general information based on the PARC research for the Xerox Alto User Interface. Different implementations of these generic widgets are often packaged together in widget toolkits, which programmers use to build graphical user interfaces (GUIs).
Widgets are sometimes qualified as virtual to distinguish them from their physical counterparts, e.g. virtual buttons that can be clicked with a mouse cursor, vs. physical buttons that can be pressed with a finger.
A related (but different) concept is the desktop widget, a small specialized GUI application that provides some visual information and/or easy access to frequently used functions such as clocks, calendars, news aggregators, calculators and desktop notes. These kind of widgets are hosted by a widget engine.
Etymology
The term was first applied to user interface elements during Project Athena in the 1980s. The word was chosen because "all other common terms were overloaded with inappropriate connotations" and – since the project's Intrinsics toolkit associated each widget with a window of the underlying X Window System – because of the common prefix with the word window.[1]
List of common generic widgets
- Selection and display of collections
- Containers
- Window
- Modal window
- Dialog box
- Palette window, also known as "Utility window"
- Inspector window
- Drawer
- Heads-up display, similar to HUD (computer gaming)
- Window
See also
- Widget toolkit for the implementations of widget programming interfaces
- Widget engine for mostly unrelated, physically inspired "widgets"
- Elements of graphical user interfaces
References
- ^ Ralph R. Swick, Mark S. Ackerman (1988). "The X Toolkit: More Bricks for Building User-Interfaces, or, Widgets for Hire". USENIX Winter. pp. 221–228. Retrieved 2007-01-03.
{{cite conference}}
: Unknown parameter|booktitle=
ignored (|book-title=
suggested) (help)