Difference between revisions of "GWIN"

From uGFX Wiki
Jump to: navigation, search
Line 3: Line 3:
 
There are three basic types of GWIN elements:
 
There are three basic types of GWIN elements:
  
* [[Windows]]
+
* [[Windows|Window]]
* [[Widgets]]
+
* [[Widgets|Widget]]
* [[Containers]]
+
* [[Containers|Container]]

Revision as of 15:53, 1 July 2014

The GWIN module takes usage of all the other modules and combines them into a complete GUI toolkit. Most commonly, the user will interact with the provided widgets through a touchscreen. However, the GINPUT module does also allow to use other input methods.

There are three basic types of GWIN elements: