GNOME Bugzilla – Bug 708414
entrycompletion: set the GtkWindow as attached to the GtkEntry
Last modified: 2013-09-26 00:08:24 UTC
This was apparently forgotten when gtk_window_set_attached_to() was introduced, even if it's mentioned in the documentation of that method.
Created attachment 255347 [details] [review] entrycompletion: set the GtkWindow as attached to the GtkEntry This way themes can easily select that window to apply custom styles.
Review of attachment 255347 [details] [review]: does the attaching make the set_accessible_relation call unnecessary ?
I don't think so - I don't see any code that uses the attached-to property to infer accessibility relationships.
Review of attachment 255347 [details] [review]: ok, then
Attachment 255347 [details] pushed as 6f9fed4 - entrycompletion: set the GtkWindow as attached to the GtkEntry