-
Hello,
I want to use systray in my gotk3 application.
I tried to build this example to see how to use it
https://github.com/gotk3/gotk3-examples/blob/master/gtk-examples/statusicon/main.go
…
-
Suggesting DBus support in gotk3
I understand notifications work well with gotk3 now with the added icon support I did in the previous commit. But after working with Elementary OS and a few other L…
-
To reproduce it create simple window
```Go
package main
import (
"log"
"github.com/gotk3/gotk3/gtk"
)
func main() {
gtk.Init(nil)
win, err := gtk.WindowNew(gtk.WINDOW_TOPLEVEL)
if…
-
I started making applications using gotk3.
I want to get file information dropped in an application.
But gotk3 does not appear implement a function related to file drop.
Is it possible to implement…
mondy updated
4 years ago
-
Hi, I have a problem while compiling the app.
```In file included from /usr/include/x86_64-linux-gnu/sys/cdefs.h:427:0,
from /usr/include/glib-2.0/features.h:378,
…
homax updated
4 years ago
-
The documentation on https://godoc.org/github.com/gotk3/gotk3/cairo#Context.SetSourceRGB are not clear enough. I just realize that the R, G, and B has a value ranged from 0.0 to 1.0.
Can I make a p…
-
see source #510:
At parts like this I'm not sure if we should follow GTK or not. Other code parts return an error instead of bool as second return value.
see binding for gtk_combo_box_get_active…
-
**Describe the bug**
When I try to catch key presses on the num pad, it works fine for all numbers between 1 and 9 with the exception of 4 and 6. I am writing a sudoku game so I am not interested in …
-
**Is your feature request related to a problem? Please describe.**
No decent generic way to create a method that accepts IWidget and then set some attributes on the actual widget.
**Describe the …
-
I appreciate this great work for gotk3.
There have been lots of great fixes and enhancements since the last tagged released.
```
GOTK3 Version 0.3.0
@andre-hub andre-hub released this on Jan 7 …