-
Hello. Im searching by the issues and internet, and could not find an example on how to implement a custom widget using gotk3. I already had found some c implementations, but seems is a different apro…
-
This API is used to load CSS and customize GTK application appearance:
- https://developer.gnome.org/gtk3/stable/GtkCssProvider.html#gtk-css-provider-load-from-file
- http://www.superlectures.com/guad…
-
(path)>go get -v github.com/Gskartwii/roblox-dissector/...
github.com/Gskartwii/roblox-dissector imports
github.com/robloxapi/rbxfile/xml: cannot find module providing package github.com/rob…
-
## Specs
* using gotk4 version: 2d57ba75df52b3a0ff2bf7155d64a3677721a52a (master)
## Problem
what I want to achieve:
* get selected filenames as golang strings from dialog
**EDIT**: ok,…
-
**Is your feature request related to a problem? Please describe.**
Given an app defined as follows:
```go
func main() {
gtk.Init(&os.Args)
app, err := gtk.ApplicationNew("com.example.app", …
-
# Description
I have a `nwg-drawer` process in background, and when i run the command `pkill -USR1 nwg-drawer`, `nwg-drawer` panic randomly.
This problem is very similar in behavior to issue #45…
-
This issue keeps track of what's accomplished in the repository.
- [ ] Types and signatures
- [x] Arrays
- [x] Enums
- [x] Functions
- [x] Signatures
- ~~No missing types~~
…
-
Trying to build but keep getting this error:
```
...
go: downloading github.com/diamondburned/cchat-mock v0.0.0-20200725221657-0f83829667d2
go: extracting github.com/diamondburned/cchat v0.1.3
go…
-
Considering the following code:
```golang
canvas, _ := gtk.DrawingAreaNew()
canvas.Connect("draw", func(da *gtk.DrawingArea, cr *cairo.Context) {
loader, _ := gdk.PixbufLoaderNew()
loader.W…
-
I'm sorry if this is a newbie question, but I'd like to understand what are the options for distributing gotk3 applications.
Is static linking gtk, glib and cairo possible for all platforms?
If …
gcstr updated
2 years ago