![]() |
µGFX
2.9
version 2.9
|
Windows are the most basic element in the GWIN
module.
The window is the most basic GWIN element. All the other windows, widgets and containers are based on this class.
A window implements the following properties and attributes:
Each Window can either be created statically or dynamically. Like any other good window system, uGFX provide some standard window types such as graphs, consoles, buttons, containers etc. This is done through "super-classing" basic windows to provide the extended capabilities.
For the common window API, please see Window.
Modules | |
Window | |
The basic window implementation (base class). | |
Console | |
Console widget that can be used similar a terminal on a computer. | |
3D | |
Widget that can be used to render OpenGL. | |
Graph | |
Graph window. Used to display highly customizable graphs. | |