Praxis Max
Praxis Max
CC#
Created by Praxis Max on 8/10/2023 in #help
❔ GtkSharp: Creating a GClosure
Simply put, I am trying to complete the following code:
AccelGroup binds = new AccelGroup();
binds.Connect(((uint)Gdk.Key.plus), Gdk.ModifierType.None, AccelFlags.Visible, _____ );
AccelGroup binds = new AccelGroup();
binds.Connect(((uint)Gdk.Key.plus), Gdk.ModifierType.None, AccelFlags.Visible, _____ );
Which is of type IntPtr, though it's probably an FFI thing seeing as the gtk docs list it as type Gclosure https://docs.gtk.org/gtk3/method.AccelGroup.connect.html
2 replies