diff options
author | Andrea Cimitan <andrea.cimitan@gmail.com> | 2012-01-12 13:29:52 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-12 14:03:00 -0500 |
commit | 4a18fe7ef27ab4fa86ce6133bd0131c184d5e9be (patch) | |
tree | 11dfcde9e13e95302470790e1e8bb61d079a93f5 /docs/reference | |
parent | 133179fd257a7fe06bc5348328dca0a6f8b78a08 (diff) | |
download | gtk+-4a18fe7ef27ab4fa86ce6133bd0131c184d5e9be.tar.gz |
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
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index f614e684e4..3b2317e136 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -5294,6 +5294,7 @@ gtk_window_set_gravity gtk_window_get_gravity gtk_window_set_position gtk_window_set_transient_for +gtk_window_set_attached_to gtk_window_set_destroy_with_parent gtk_window_set_hide_titlebar_when_maximized gtk_window_set_screen @@ -5352,6 +5353,7 @@ gtk_window_get_role gtk_window_get_size gtk_window_get_title gtk_window_get_transient_for +gtk_window_get_attached_to gtk_window_get_type_hint gtk_window_get_skip_taskbar_hint gtk_window_get_skip_pager_hint |