Skip to content

Add SearchEntry2, deprecate SearchEntry

Kjell Ahlstedt requested to merge kjellahl/searchentry into master

Gtk::SearchEntry wrongly inherits from Entry. GtkSearchEntry does not inherit from GtkEntry in gtk4. SearchEntry can't be fixed without breaking ABI.

Deprecate SearchEntry, add SearchEntry2 and Application::wrap_in_search_entry2().

Fixes #148 (closed)

Merge request reports