Category talk:GUI

From BR Wiki
Revision as of 18:52, 24 February 2014 by John (talk | contribs) (Created page with "In computer programming, a GUI widget (or control) is an element of a graphical user interface (GUI) that displays an information arrangement changeable by the user, such as a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In computer programming, a GUI widget (or control) is an element of a graphical user interface (GUI) that displays an information arrangement changeable by the user, 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. In other words, widgets are basic visual building blocks which, combined in an application, hold all the data processed by the application and the available interactions on this data.

- wikipedia