-
I was following tutorial for glade and in reading this line in c++, I could not find the equivalent for go. Demo is running well otherwise. Very nice package!
/\* Connect signals */
gtk_builder_c…
-
Build a node that will handle a desktop touch interface. Explore Flutter. But in Reality we will probably be using the community version of QT and C++
-
One nice thing of Go vs C is that we can make sure type enforcement is done well tm. It would be ideal to have type specific getters for gtk.Builder, so you would have something like builder.GetEntry …
-
Hello! Found your project from your post and wanted to try it out. Seems like there's a dependency issue somewhere since I get the following when trying to build with Nix:
```go
go: inconsistent v…
-
Hi, I'd like to use that function `gtk_gesture_drag_get_start_point ()`
But it's not yet implemented, can you just give some advice on how can I implement it from my side so I can use it with your …
-
**Is your feature request related to a problem? Please describe.**
yes, i was trying to use a stream as the source for a pixbuf
**Describe the solution you'd like**
add this binding. (without es…
-
Can anyone help me avoid this problem? It doesn't happen everytime. My main program has set up a main window, the doEdit routine creates another window and edits the data that it gets from identifyi…
-
This issue is being opened to let others know about and track the progress of a change to the import paths for gotk3 packages. This is being done due to increased complexity from adding additional bi…
jrick updated
10 years ago
-
You can integrate Go Modules versioning to this library and drop build tags (make project structure not so confusing, e.g. you can delete `*since_3_*.go` files). It will be easier and safer to bind ne…
-
I'm making a simple program to draw on screen, and I need the gdk_device_get_history() function, but it's not implemented yet.
And I think it won't be implemented soon (because I'm sure you have oth…