// 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_18.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,!gtk_3_14,!gtk_3_16 package gtk // #include // #include "gtk.go.h" import _ "unsafe" import ( "unsafe" "github.com/gotk3/gotk3/gdk" ) // FullscreenOnMonitor is a wrapper around gtk_window_fullscreen_on_monitor(). func (v *Window) FullscreenOnMonitor(screen *gdk.Screen, monitor int) { func() { _cgo0 := /*line :18:37*/v.native(); _cgo1 := func() *_Ctype_struct__GdkScreen{ _cgo0 := /*line :18:63*/unsafe.Pointer(screen.Native()); _cgoCheckPointer(_cgo0, nil); return /*line :18:95*/_Cfunc_toGdkScreen(_cgo0); }(); var _cgo2 _Ctype_gint = _Ctype_gint /*line :18:103*/(monitor); _cgoCheckPointer(_cgo0, nil); _cgoCheckPointer(_cgo1, nil); /*line :18:113*/_Cfunc_gtk_window_fullscreen_on_monitor(_cgo0, _cgo1, _cgo2); }() }