wocan23

Results 4 issues of wocan23

how can I do a transparent button, and I want to know which func match `gtk_css_provider_new()` function

All examples use code below. ```package main import ( "fmt" "gocv.io/x/gocv" ) func main() { webcam, err := gocv.VideoCaptureDevice(0) if err != nil { fmt.Print(err) return } window := gocv.NewWindow("Hello")...

**V version:** 0.4.0 **UI version:** 0.0.4 **OS:** Windows Server 2016 **What did you do?** ```import ui struct App { mut: window &ui.Window = unsafe { nil } first_name string last_name...

bug

**Describe the bug** When I call net.IOCountersWithContext,memory increase slowly. And When I remove that piece of code,memory stable to a certain value,is it the problem of my code? **To Reproduce**...