-
I open a new window and want it to show above the original window,So I write below:
`newWindow.SetKeepAbove(true)`,but the new window is below ,can you give me some suggests?
-
Hi there, once the binaries are built on a project using your library, is everything embedded in the resulting binary? Or does each target system have to have gtk installed as well and then run the bi…
-
I just saw this project was released under the ISC.
Since I would like to use it in production software, I'm curious. Is there a valid linking exception for the included third party code? GTK3 and …
-
I wan't to specify button width and height,how can I do?
-
I am attempting to find which radio button in a group is the selected one. I am able to get the group using [`RadioButton.GetGroup()`](https://godoc.org/github.com/gotk3/gotk3/gtk#RadioButton.GetGrou…
-
I creat a combobox, with model,
```
envStore, _ := gtk.ListStoreNew(glib.TYPE_INT, glib.TYPE_STRING)
iter := envStore.Append()
envStore.Set(iter, []int{0, 1}, []interface{}{1, "apple"})
envStore…
-
Application immediately closing after I changed the language, and don't matter do I did it by hotkeys or by mouse.
I workin on Win7 x64, go version go1.11.4 windows/amd64
src>go run sample.go
…
-
I just stumbled into this issue where builds would fail when i passed a build tag because the build tags defined in the new files introduced in #299 were not comma separated.
https://github.com/go…
-
Currently [andlabs/ui](https://github.com/andlabs/ui) package does not provide a way to display images. Right now OpenCV display is used, which is sufficient, but annoying. This issue will be closed w…
-
Is there any way to get the current version running under 3.18?
I run into a slew of errors/warnings, depending on the tag I use.
This is the output for ``go get github.com/gotk3/gotk3/gtk``
``…