Introduce gtk_window_get/set_attached_to()

gtk_window_get/set_attached_to() is a new API that allows for windows to
be attached to a GtkWidget.
The attachment is a logical binding between the toplevel window and the
widget that generated it; this kind of information is currently used to
propagate style information from the widget to the window, but is also
useful e.g. for accessibility.

https://bugzilla.gnome.org/show_bug.cgi?id=666103
This commit is contained in:
Andrea Cimitan
2012-01-12 13:29:52 -05:00
committed by Cosimo Cecchi
parent 133179fd25
commit 4a18fe7ef2
7 changed files with 152 additions and 4 deletions

View File

@ -3820,6 +3820,7 @@ gtk_window_get_skip_pager_hint
gtk_window_get_skip_taskbar_hint
gtk_window_get_title
gtk_window_get_transient_for
gtk_window_get_attached_to
gtk_window_get_type
gtk_window_get_type_hint
gtk_window_get_urgency_hint
@ -3891,6 +3892,7 @@ gtk_window_set_skip_taskbar_hint
gtk_window_set_startup_id
gtk_window_set_title
gtk_window_set_transient_for
gtk_window_set_attached_to
gtk_window_set_type_hint
gtk_window_set_urgency_hint
gtk_window_set_wmclass