// 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_16.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 package gtk // #include import _ "unsafe" // GetTitlebar is a wrapper around gtk_window_get_titlebar(). func (v *Window) GetTitlebar() (IWidget, error) { c := func() *_Ctype_struct__GtkWidget{ _cgo0 := /*line :12:33*/v.native(); _cgoCheckPointer(_cgo0, nil); return /*line :12:44*/_Cfunc_gtk_window_get_titlebar(_cgo0); }() if c == nil { return nil, nil } return castWidget(c) }