System/Libraries/Gui: Add disabled property to Widget class
This commit is contained in:
parent
b30759c12e
commit
96e0009173
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ class @widget_origin
|
||||||
|
|
||||||
class Widget {
|
class Widget {
|
||||||
Bool change;
|
Bool change;
|
||||||
|
Bool disabled;
|
||||||
I64 id;
|
I64 id;
|
||||||
I64 type;
|
I64 type;
|
||||||
I64 x;
|
I64 x;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue