Skip to content

Add Gtk::Expression

Andreas Persson requested to merge andreas56/gtkmm:expression into master

Add partial binding of Expression. It is implemented as a template with the value type as a parameter. Creating a closure expression from a slot, with other expressions as parameters, is possible, and the types are checked compile-time.

Edited by Andreas Persson

Merge request reports