Window Attribute Table - marceldobehere/MaslOS GitHub Wiki
A window also has specific attributes which can be accessed and edited.
Window Attribute Table
| Attribute Number | Attribute Name | Datatype |
|---|---|---|
| 10 | Position X | INT32 |
| 11 | Position Y | INT32 |
| 20 | Size X | UINT32 |
| 21 | Size Y | UINT32 |
| 30 | Window ID | INT64 |
| 40 | Default Border Color | UINT32 |
| 41 | Selected Border Color | UINT32 |
| 42 | Default Title Color | UINT32 |
| 43 | Selected Title Color | UINT32 |
| 44 | Default Title BG Color | UINT32 |
| 50 | Is Titlebar shown | BOOL |
| 51 | Is Border shown | BOOL |
| 52 | Is Window moveable | BOOL |
| 53 | Is Window shown | BOOL |
| 54 | Is Window resizeable | BOOL |
| 55 | Is Window selected | BOOL |
| 60 | Title Text Adress | UINT64 |