µGFX  2.9
version 2.9
Widgets

Detailed Description

Widgets extend the Windows adding capabilities such as user input.

Widgets are a "super-class" of a window that provides the following extra features:

For the common window API, please see Widget.

Precondition
GFX_USE_GWIN must be set to GFXON in your gfxconf.h

Modules

 Button
 PushButton widget.
 
 Checkbox
 CheckBox widget.
 
 ImageBox
 ImageBox widget. Used to display images within the GWIN widget system.
 
 VirtualKeyboard
 Keyboard widget. Used to provide a virtual on-screen keyboard.
 
 Label
 Simple label widget.
 
 List
 List Widget. Used to display lists of items.
 
 Progressbar
 ProgressBar widget.
 
 RadioButton
 RadioButton widget.
 
 Slider
 Slider widget.
 
 TextEdit
 Widget that accepts text input.
 
 Widget
 The basic widget implementation (base class).