-
Hi!
I'm quite new to golang and I have one question. Is there any way to build an application that uses gotk3 so it will be self-contained with static linked references to the C code?
I want to …
we4sz updated
4 years ago
-
Hello,
I have a problem, I am using filechooserdialog to select csv file but when I press button to open, dialog window wait till csv file will be readed and sent to display function and after this…
-
Is it possible to get a TreeModelFilter sortable without [TreeModelSort](https://developer.gnome.org/gtk3/stable/GtkTreeModelSort.html) in gotk3?
If not, what would I need to help you getting TreeM…
mfulz updated
4 years ago
-
i had use glib.TimeoutAdd to create timeout and get the result typeof glib.SourceHandle but i dont't know how to stop it
-
i had use gotk3 for development. it works very well, but now there has some problem that bothers me. I can't share the compiled program to my friends and run it on his machine (he isn't programmer…
-
Hello
first of all thanks for this very good Gtk/Go binding
In order to learn both Go and gotk3 I have wrote a [naive clock demo](https://github.com/nodrygo/GoClock)
with popup menu…
-
Hi,
I am trying to build gotk3 with golang 1.13, and it does not build.
I have added a `go.mod` file.
When I `go vet ./...` I have many messages `possible misuse of unsafe.Pointer`.
I also have …
-
I'm curious why you decided to maintain your own manual language bindings when we have [gobject-intropsection](https://github.com/GNOME/gobject-introspection) and [go-gir-generator](https://github.com…
-
-
Currently i have found a way to deploy. I just included all dll files from \msys64\mingw64\bin in my installation package. I am not sure if this is best way. But it works.
However, i got another pr…