// Code generated by cmd/cgo; DO NOT EDIT. //line /home/josie/.cache/paru/clone/wiiudownloader/src/pkg/mod/github.com/gotk3/gotk3@v0.6.5-0.20240618185848-ff349ae13f56/gtk/window_since_3_14.go:1:1 // Same copyright and license as the rest of the files in this project // +build !gtk_3_6,!gtk_3_8,!gtk_3_10,!gtk_3_12 package gtk // #include import _ "unsafe" // SetInteractiveDebugging is a wrapper around gtk_window_set_interactive_debugging(). func SetInteractiveDebugging(enable bool) { ( /*line :12:2*/_Cfunc_gtk_window_set_interactive_debugging /*line :12:39*/)(gbool(enable)) }