-
Mouse wheel not work if mouse button is keeping pressed.
No reaction in event listener and in ScrolledWindow.
Is this "gotk" bug or I should change something in code?
Small example code:
```
pa…
-
**Issue by [mdhorn](https://github.com/mdhorn)**
_Wednesday Feb 21, 2018 at 01:37 GMT_
----
Implementation of the User Interface using a Graphical library.
The GUI and the planned TUI sho…
-
I installed mingw64 through msys2.
```
$ pkg-config --cflags --libs gtk+-2.0
-mms-bitfields
-pthread
-mms-bitfields
-IC:/msys64/mingw64/include/gtk-2.0
-IC:/msys64/mingw64/lib/gtk-2.0/include…
-
Here is an *Hello World* program:
```go
package main
import (
"github.com/mattn/go-gtk/gtk"
)
func main() {
gtk.Init(nil)
win := gtk.NewWindow(gtk.WINDOW_TOPLEVEL…
-
Hello hello!
Seems like a program that I could really make use of :)
But I'm having trouble with the dependencies. Don't really get which to install! I get this message when trying to run ./homebank…
-
It would be nice to put the latest version CoyIM in the Debian Buster branch.
-
I was expecting to create a CellRendererProgress to assign to a TreeViewColumn to create a progress bar, but there doesn't seem to be a CellRendererProgress binding.
https://developer.gnome.org/gtk…
-
When I connect the "activate" signal to a gtk.Entry, the handler is passed a *glib.Object. I expected a *gtk.Entry. When I connect signals to buttons or other widget types, the type of the first argum…
-
drag**DEST**set is implemened and workable
https://github.com/gotk3/gotk3/issues/326
-
@Bios-Marcel
I have run into a weird quirk with trying to create a custom app. When I try something very simple such as (on Windows 10):
```go
package main
// #cgo pkg-config: gtk+-3.0
import …