GNOME Bugzilla – Bug 693798
Replace add_to_scrolled() with GtkScrolled interface extension
Last modified: 2017-07-12 14:42:42 UTC
This is a drive-by patch to get rid of some compiler warnings, but: <alex> fmuellner: I talked to cosimoc about that. We want to also have the set_adjustment thing handled automatically, by extending the scrollable iface <alex> fmuellner: so that add_to_scrolled is not needed at all alex> fmuellner: can you please file a bug with it so we don't forget? Here we are then - feel free to reassign to GTK+ if you consider that a better place (for the interface change) ...
Created attachment 236061 [details] [review] Don't use gtk_scrolled_window_add_with_viewport() It has recently been deprecated in favor of gtk_container_add().
Comment on attachment 236061 [details] [review] Don't use gtk_scrolled_window_add_with_viewport() Attachment 236061 [details] pushed as fefe93f - Don't use gtk_scrolled_window_add_with_viewport()
I pushed this, but we should still replace add_to_scrolled()
The patch was pushed and GtkListBox has superseded EggListBox since then, so closing.