Registry / other / diamondburned-gotk4-pkg

diamondburned-gotk4-pkg

JSON →
library0.3.1gogounverified

Provides Go bindings for GTK4 and related libraries, enabling native GUI development in Go.

go get github.com/diamondburned/gotk4/pkg
INSTALL
IMPORT
SIG · DIAMONDBURNED-GOTK
D
diamondburned-gotk4-pkg
othergov0.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pkg
github.com/diamondburned/gotk4/pkg

Creates a basic GTK4 window using gotk4.

package main import "github.com/diamondburned/gotk4/pkg/gtk/v4" func main() { app := gtk.NewApplication("com.example", 0) app.ConnectActivate(func() { win := gtk.NewApplicationWindow(app) win.SetTitle("Hello") win.Show() }) app.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
diamondburned-gotk4-pkg — go get diamondburned-gotk4-pkg · libregistry