add 'core:warning' event

This commit is contained in:
MihailRis
2024-11-01 15:50:39 +03:00
parent 9ede50045b
commit e51c6bed78
4 changed files with 20 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
<container id="%{id}" size="32" tooltip="%{text}">
<image src="gui/%{type}" size="32"/>
<label pos="36,2">%{text}</label>
<image src="gui/cross" interactive="true" size="16" gravity="top-right"
onclick="document['%{id}']:destruct()"></image>
</container>