-
Would it be possible to get an example illustrating how to draw to the screen instead of save as a PNG?
-
Extend examples with following:
In C++ / Qt programming i've extended the given classes with additional functionality. For example: using a QTab and extending it to custom QCustomTab with some new …
mispp updated
4 years ago
-
A complete example using all the different types of the widgets that are supported by gotk3 in a single program would serve as a great reference.
For example, ```gtk3-widget-factory``` runs a prog…
-
The page at https://github.com/gotk3/gotk3/wiki/Installing-on-OSX is out of date.
Firstly, the name of the script has changed; it's now https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/gtk-osx-set…
-
Hello,
in my opinion the windows installation process isn't working anymore as there are some download links who don't work anymore. Any way to simplify this?
Thank you in advance
-
Hey!
Very amazing library!
Some people, like @MovingtoMars started to implement gstreamer in a fork of this library (https://github.com/MovingtoMars/gotk3/tree/master/gst).. will there be an int…
-
Hi,
I got an error when i try to build my application using gotk3
gtk version:
```
# pacman -Qi mingw-w64-x86_64-gtk3
Name : mingw-w64-x86_64-gtk3
Version : 3.24.13-1
```…
-
First of all, thanks for these amazing bindings! Fullstack Go, finally ;)
While trying out the bindings, I've wanted to create a `GtkListBox` as seen in the GTK widget factory:
Upon inspecti…
-
./main: symbol lookup error: ./main: undefined symbol: gtk_stack_sidebar_get_type
After build with the command go build main.go and create the executable, I transfer it to another computer and throw…
-
SIGSEGV is thrown from the method, if `gtk.Init` was not called beforehand, which leads to fun times if you try to use `gtk.Builder` with `gtk.Application`, as you are expected not to call `gtk.Init`.…
Kyras updated
4 years ago