You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to bind a button, or any other property for that matter via expressions, to a function in C. Relevant blueprint documentation for signals and closure expressions.
I had a branch somewhere with some small fixes to be able to use Gtk expressions, I stop working on it because I noticed that I would not need GTK expressions for what I was doing.
IIRC I had to add a finalizer for GTK::Expression so gi-crystal calls the right destruction function and not crash.
Hi!
It's possible to bind a
button
, or any other property for that matter via expressions, to a function in C. Relevant blueprint documentation for signals and closure expressions.This would allow us to replace
and use closure expressions in blueprints (very useful)!
I have 0 idea whether this is feasible at all, but an annotation like for properties would be amazing
Cheers, and happy new year!
The text was updated successfully, but these errors were encountered: