nihility23
nihility23
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...
**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**...
My core code as below ``` let mut debouncer = new_debouncer(Duration::from_secs(2), None, move |result: DebounceEventResult| { match result { Ok(events) => events.iter().for_each(|event|{ match &event.kind { EventKind::Any =>{}, EventKind::Create(_)=>{ info!("收到创建事件{}",event.paths.first().unwrap().to_str().unwrap()); }...