-
I don't see any upates on this project.
Is it dead?
Maybe it should be moved into a new organization?
This fork seems more updated: https://github.com/andre-hub/gotk3
Maybe start from there?
-
I don't see any upates on this project.
Is it dead?
Maybe it should be moved into a new organization?
This fork seems more updated: https://github.com/andre-hub/gotk3
Maybe start from there?
-
We are currently using a modified version of `mattn/go-gtk` which is GTK+ 2. That would be another open source contribution.
By the way, `pond` uses its own `go-gtk` which has been migrated to GTK+ 3…
-
# problem
when installing the gotk3 package from my hacked pkgs/top-level/go-packages.nix
gotk3 = buildGoPackage rec {
rev = "7a6ce3ecbc883d4d6a7aa1821bbc9633751fd67e";
name = "gotk3-${st…
-
It's not clear that GXUI will ever be ideal for mobile devices, but it's worth an experiment.
-
Hi,
Instead of the convoluted windows install method as detailed in the wiki, why can't you use the [standard gtk windows installation method](http://www.gtk.org/download/win32.php)?
-
I have experience with GUI applications done with PySide (Qt bindings for Python). But with these bindings I have no idea what should I do after designing the application's interface with Glade.
-
I'm trying to use a designed interface with Glade in my Go application, like this:
```
package main
import (
"github.com/conformal/gotk3/gtk"
)
func main() {
gtk.Init(nil)
builder, _ :=…
-
The headless example program in the README silently hangs on Arch Linux 64bit.
Repro steps:
1. Make sure you are running
2. Install https://www.archlinux.org/packages/extra/x86_64/webkitgtk/
3. Run t…
-
```
go get github.com/conformala/gotk3/gtk
```
```
could not determine kind of name for C.GtkPopover
could not determine kind of name for C.gtk_popover_get_modal
could not determine kind of name for …
ghost updated
9 years ago