GUI: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: Category:EncyclopediaA '''GUI''' or '''Graphical User Interface''' is a way of visually getting information from or giving information to the user. GUI's ca...)
 
m (→‎Common GUIs: changed QNX to local link)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Encyclopedia]]A '''GUI''' or '''Graphical User Interface''' is a way of visually getting information from or [[User Output - graphical|giving information to the user]]. GUI's can have [[Simple Windowed Application|buttons]], text fields, pictures, or tables (among many other things).
[[Category:Encyclopedia]]A '''GUI''' or '''Graphical User Interface''' is a way of [[User Output - graphical|graphically organizing information]] and accepting user input, typically from a keyboard and a pointing device such as a mouse. Another acronym for this concept is WIMP--Windows, Icons, and Mouse Pointing. GUI's can have [[Simple Windowed Application|buttons]], text fields, pictures, or tables (among many other things).

==Common GUIs==
*[[Microsoft]] [[Windows]]
*[[Mac OS X]]
*X11/X.org for [[UNIX]] systems
*rio for [[Plan 9]]
*Photon for [[QNX]]

Latest revision as of 21:35, 7 October 2009

A GUI or Graphical User Interface is a way of graphically organizing information and accepting user input, typically from a keyboard and a pointing device such as a mouse. Another acronym for this concept is WIMP--Windows, Icons, and Mouse Pointing. GUI's can have buttons, text fields, pictures, or tables (among many other things).

Common GUIs