-
Notifications
You must be signed in to change notification settings - Fork 5
Window Attribute Table
Masl edited this page Jan 24, 2023
·
6 revisions
A window also has specific attributes which can be accessed and edited.
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 |