System/Libraries/Gui: Add data attribute to Widget class
This commit is contained in:
parent
86190d4576
commit
3545113247
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class Widget {
|
||||||
I64 height;
|
I64 height;
|
||||||
I64 opacity;
|
I64 opacity;
|
||||||
U64 flags;
|
U64 flags;
|
||||||
|
U64 data;
|
||||||
U8* tag;
|
U8* tag;
|
||||||
Widget* echo;
|
Widget* echo;
|
||||||
Window* parent_win;
|
Window* parent_win;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue