Reimplementing a whole lot of things here

This commit is contained in:
2026-03-02 22:40:06 +00:00
parent fe5505435b
commit e0f21f5d2f
12 changed files with 380 additions and 251 deletions
+3 -3
View File
@@ -47,11 +47,11 @@ type RegisterLoadedLayout struct {
type UpdateWindowEv struct {
ID int16
Window models.Window
Window models.WindowForm
}
type CreateWindowEv struct {
Window models.Window
Window models.WindowForm
}
type DestroyWindowEv struct {
@@ -59,7 +59,7 @@ type DestroyWindowEv struct {
}
type LayoutRegisterWindowEv struct {
Window models.Window
Window models.WindowForm
}
type MoveWindowEv struct {