2.23.91 (unstable): Gtk: * Button: undeprecated the clicked() method. Thanks to Aurimas Černius. * ComboBox: Deprecate clear_items() in favour of remove_all(). * ComboEntryText: Add append(), prepend() and insert(), deprecating append_text(), prepend_text() and insert_text(). * Image: - Added const-correct constructor and a const-correct set(IconSet, size) method, deprecating the existing ones. - Added get_pixel(), deprecating get_mem(). * Range: Added get/set_round_digits() and property. (Murray Cumming)