Difference between revisions of "Windows"
From uGFX Wiki
(Created page with "Category:GWIN") |
|||
Line 1: | Line 1: | ||
+ | A window is the most basic [[GWIN]] element. All the other elements ([[Widgets|widget]], [[Containers|container]]) are based on this one. A window consists the following attributes: | ||
+ | |||
+ | * Position | ||
+ | * Size | ||
+ | * Foreground color | ||
+ | * Background color | ||
+ | * Font | ||
+ | |||
+ | Therefore, a window is a completely passive element. It does not accept any kind of input. | ||
+ | A list with description of the common window API can be found here. | ||
+ | |||
+ | |||
[[Category:GWIN]] | [[Category:GWIN]] |
Revision as of 15:53, 1 July 2014
A window is the most basic GWIN element. All the other elements (widget, container) are based on this one. A window consists the following attributes:
- Position
- Size
- Foreground color
- Background color
- Font
Therefore, a window is a completely passive element. It does not accept any kind of input. A list with description of the common window API can be found here.