entrycompletion: set the GtkWindow as attached to the GtkEntry
This way themes can easily select that window to apply custom styles. https://bugzilla.gnome.org/show_bug.cgi?id=708414
This commit is contained in:
committed by
Matthias Clasen
parent
ce69a803a7
commit
80aca3be77
@@ -2686,6 +2686,8 @@ _gtk_entry_completion_disconnect (GtkEntryCompletion *completion)
|
||||
|
||||
unset_accessible_relation (completion->priv->popup_window,
|
||||
completion->priv->entry);
|
||||
gtk_window_set_attached_to (GTK_WINDOW (completion->priv->popup_window),
|
||||
NULL);
|
||||
|
||||
completion->priv->entry = NULL;
|
||||
}
|
||||
@@ -2698,6 +2700,8 @@ _gtk_entry_completion_connect (GtkEntryCompletion *completion,
|
||||
|
||||
set_accessible_relation (completion->priv->popup_window,
|
||||
completion->priv->entry);
|
||||
gtk_window_set_attached_to (GTK_WINDOW (completion->priv->popup_window),
|
||||
completion->priv->entry);
|
||||
|
||||
connect_completion_signals (completion);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user