Registry / other / gotk3-gotk3

gotk3-gotk3

JSON →
library0.6.4gogounverified

A Go binding for GTK3, providing access to the GTK+ 3 graphical user interface toolkit.

go get github.com/gotk3/gotk3
INSTALL
IMPORT
SIG · GOTK3-GOTK3
G
gotk3-gotk3
othergov0.6.4
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.

gtk
github.com/gotk3/gotk3/gtk

Creates a simple GTK window.

package main import "github.com/gotk3/gotk3/gtk" func main() { gtk.Init(nil) win, _ := gtk.WindowNew(gtk.WINDOW_TOPLEVEL) win.SetTitle("Hello") win.ShowAll() gtk.Main() }
Debug
Known issues
gotchaRequires GTK3 development libraries installed on the system.
fix
Install libgtk-3-dev (Linux) or GTK3 runtime (macOS/Windows).
affects: all
Upgrade
Version history
0.6.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
gotk3-gotk3 — go get gotk3-gotk3 · libregistry