mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
System/Libraries/Gui: Add disabled property to Widget class
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user