diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-10-28 15:43:43 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-10-28 15:43:43 +0000 |
commit | 097c3fe625f3a63c9a1a5cb071085fb1c8db4bc2 (patch) | |
tree | 811070dac3a2c105d2f29939b6c42cba5bfdd3c4 /docs | |
parent | 6ccf2d2d09ad77f736ed827f34b6695804e882fe (diff) | |
download | gtk+-097c3fe625f3a63c9a1a5cb071085fb1c8db4bc2.tar.gz |
Add getters corresponding to the is_active and has_toplevel_focus
Tue Oct 28 10:34:24 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.[ch] (gtk_window_is_active,
gtk_has_toplevel_focus): Add getters corresponding to
the is_active and has_toplevel_focus properties.
(#122531)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 96b7d83e88..cf64afaf35 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -4335,6 +4335,8 @@ gtk_window_set_transient_for gtk_window_set_destroy_with_parent gtk_window_set_screen gtk_window_get_screen +gtk_window_is_active +gtk_window_has_toplevel_focus gtk_window_list_toplevels gtk_window_add_mnemonic gtk_window_remove_mnemonic |