gintro
gintro copied to clipboard
High level GObject-Introspection based GTK3/GTK4 bindings for Nim language
Added a simplified version of headerbar, I think this version looks very overcomplicated for someone who will just look for how to implement CSD. Added an example of a ListBox...
this is the code ```nim import gintro/[gtklayershell] echo getProtocolVersion() ``` and while compiling with nimble build i get this error ```bash Verifying dependencies for [email protected] Info: Dependency on gintro@#head already...
This allows using a preinstalled oldgtk3 (either installed by ``nimble install`` or manually in nimble's search paths) after the download failed. I saw the directory ``ngtk3`` which was unused, so...
Hi! Thanks for these excellent bindings, they are just what I needed and I have been having great fun using them! When compiling with `gc:arc` or `gc:orc` and using widgets...
I'm working on windows 10. nimble.exe install gintro ...... C:\msys64\nim\lib\system\nimscript.nim(273, 7) Error: unhandled exception: FAILED: C:\msys64\tmp\gintrosalewski\gen 1
``` First we try generating bindings for GTK4, this may fail when GTK4 is not properly installed on your computer. But don't worry, you can still use GTK3 gtk4....................: Remaining...
With latest GObject we get this error.
As far as I understand, no one can use gintro 9.7 now because of a problem with libsoup((process:10495): libsoup-ERROR **: 00:05:16.306: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the...
Clipboard using new data transfer API that appears in GDK 4. https://blog.gtk.org/2020/01/29/data-transfer-in-gtk4/
I am trying to translate the following line from [basic-tutorial-3.c](https://gstreamer.freedesktop.org/documentation/tutorials/basic/dynamic-pipelines.html?gi-language=c): ```c /* We are only interested in state-changed messages from the pipeline */ if (GST_MESSAGE_SRC (msg) == GST_OBJECT (data.pipeline)) {...