Skip to content

Add Gtk::NumericSorter

Andreas Persson requested to merge numericsorter into master

Add binding for gtk_numeric_sorter. It is implemented as a template, with the numeric type as a parameter, and a base class.

What do you think? Is it unnecessarily complex with a template class for this? If it is OK, should the base class implement the expression set/get/property too, using ExpressionBase, or is it enough that the subclass does it?

Merge request reports