added gotk to project

This commit is contained in:
2025-11-25 22:17:43 +03:00
parent f520a0f801
commit 26556c53e8
4 changed files with 11 additions and 0 deletions

7
internal/ui/handlers.go Normal file
View File

@@ -0,0 +1,7 @@
package ui
import "github.com/gotk3/gotk3/gtk"
type Handlers struct {
gtk.AboutDialog
}

1
internal/ui/window.go Normal file
View File

@@ -0,0 +1 @@
package ui