GNOME Bugzilla – Bug 111664
Add gtk_widget_from_window()
Last modified: 2014-03-27 02:44:08 UTC
gdk_window_get_user_data() has a weird prototype, and also isn't type safe, we should add a wrapper and use that. Also, we might want to have a GtkWidget wrapper for set_user_data() to encapsulate that operation, though I can't think of the right name, maybe something like: gtk_set_widget_for_window() It can't be a GtkWidget method because half the set_user_data() in GTK+ are with a widget of NULL.
closing out ancient bugs