1
|
| This article does not cite any references or sources. (December 2006) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
A status bar, similar to a status line, is an information area typically found at the bottom of windows in a graphical user interface. A status bar is sometimes divided into sections, each of which shows different information. Its job is primarily to display information about the current state of its window, although some status bars have extra functionality. For example, many web browsers have clickable sections that pop up a display of security or privacy information.
A status bar can also be text-based, primarily in console-based applications, in which case it is usually the last row in an 80x25 text mode configuration, leaving the top 24 rows for application data. Usually, the status bar, typically called a status line in this context, displays the current state of the application, plus helpful keyboard shortcuts, such as in the \'vi\' text editor of UNIX (from the 1970s) or newer Linux systems.
"How to Use the vi Editor*", Univ. of Washington, Simon Fraser University, 1991, webpage: WEdu-Unix-vi.
Contents |
Status lines have been used for more than 30 years to display advisory messages in a predefined area, rather than as pop-up messages in center screen which can block the view of related information behind the pop-up messages. Although pop-up windows could be used to focus attention, status lines with contrasting hightlighting or colors can also be used to focus attention, without blocking the view.
A status bar can be implemented during software development as a component (widget) in a windows in a graphical user interface.
"GTK+ and Glade3 GUI Programming Tutorial - Part 1", Micah Carrick, December 2007, webpage: GUI-tutorial-status-bar.
An example of a graphical status bar in the Opera browser:
An example of a text status line in Emacs:
Status bars, and status lines before them, have been used for years to display advisory messages in a predefined area, rather than as pop-up messages in center screen which can block the view of related information behind the pop-up messages. The use of status bars (or status lines) involves both advantages and disadvantages:
Advantages of status bars:
Disadvantages of status bars:
Although pop-up windows could be used to focus attention, status lines with contrasting hightlighting or colors can also be used to focus attention, without blocking the view.
| Elements of graphical user interfaces |
|---|
| About box · Accordion · Balloon help · Breadcrumb · Button · Check box · Combo box · Combutcon · Context menu · Dialog box · Disclosure widget · Drop-down list · File dialog · Grid view · Heads-up display · Icon · Infobar · Label · List box · Menu · Menu bar · Metawidget · Navbox · Pie menu · Progress bar · Radio button · Ribbon · Scrollbar · Sidebar · Slider · Spinner · Status bar · Tab · Text box · Throbber · Toolbar · Tooltip · Tree view |
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia