-
The instructions on compiling for Windows during cross compilation seems to be outdated. For example the yaourt program is dead and not used anymore so it makes it more difficult to get everything bui…
-
How embed the glade file and relative icon in the binary?
Because if I build and run outside the directory where glade file and icon is, I get the error
`Gtk-ERROR **: failed to add UI: The resource…
-
1. No devhelp support, each time I need grep in the mod directory to find how to write.
1. Seems no binding to `Properties` of Widgets, I want use `grid.ColumnSpacing = 5` instead of `grid.SetColu…
-
GtkStatusIcon is deprecated, but there is no real replacement.
The GTK maintainers want us to use notifications it seems, but that might not be an option depending on the use case.
Unfortunately, Gt…
-
Hi, I'm trying to compile examples on Windows and nothing is running:
```
go run addremove.go
exit status 3221225785
```
But compiling goes well, without any error.
I have installed go gtk3 as…
-
There is no means of connecting signal handler functions to named signals in a builder description. This was initially mentioned in #9.
Use of [gtk_builder_connect_signals_full](https://developer.g…
pekim updated
4 years ago
-
Can you give an example of drawing images using the drawing area widget?
-
Hi,
I am trying to search around but not seeing the gtksourceview mapping is implemented. I might miss places, not sure if it is not yet done, or any plan to make it happen?
See the sibling proj…
-
There are currently 21 pull requests that pass checks, provided by various contributors, and I need the functionality of some of them (TextBuffer additions) in my project. **_Please_ be so kind and re…
-
I had to move from Mingw to Msys on windows 10.
I use to build with gcc under Mingw and would like to do the same with Msys.
Thanks