C
C#11mo ago
Praxis Max

❔ 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
Gtk.AccelGroup.connect
Reference for Gtk.AccelGroup.connect
1 Reply
Accord
Accord11mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.