-
**Describe the bug**
I am trying to set up automatic binary building for Windows but I don't really understand why it is failing to build
**To Reproduce**
https://github.com/maxsupermanhd/IC2cro…
-
Just letting you know there's a libvte binding that extends your gotk3 package [here](https://github.com/napsy/go-vte).
napsy updated
6 months ago
-
glib 2.68 deprecated `g_binding_get_source` and `g_binding_get_target`. Calls to these should be replaced with their `dup` versions:
```
# github.com/gotk3/gotk3/glib
cgo-gcc-prolog: In function …
-
I’m trying to follow http://scentric.net/tutorial/sec-custom-models-what.html, but I’m having some trouble translating that tutorial from C to gotk3.
Specifically, https://pkg.go.dev/github.com/got…
-
I notice that the binding generation in Gobbi is not incremental for newer versions of the Gtk library. I have not run the code generation tool myself, but it appears to be a lot of work to regenerate…
-
Hey, on latest versions of fedora which ships GTK 3.18 there are a lot of warnings on compile time about deprecated stuff.
Today I've forked your repo and started fiddling with the code and deletin…
-
**Describe the bug**
I am unable to get a transparent window background over an existing window. I want to add a small overlay bar over my existing windows with "pills" inside.
I succeed in creatin…
-
Hello
This is a great gtk port, but I am currently missing one thing in it.
I am talking about GtkOffscreenWindow implementation.
Functions to create offscreen window and functions ti access window i…
-
I've been working with gotk3 coming from web development... The documentation is a little difficult for newer users, but between searching Github issues and grep the examples, most things have been su…
-
```
github.com/gotk3/gotk3/glib
# pkg-config --cflags -- gio-2.0 glib-2.0 gobject-2.0 gio-2.0 glib-2.0 gobject-2.0 gio-2.0
Package gio-2.0 was not found in the pkg-config search path.
Perhaps you…