From fa16ba12cf6efd4e057e6bd3b1dba10ff7be7ab2 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 1 Jun 2023 20:31:22 +0100 Subject: [PATCH] Window: Copy caveats from :*visible to the setters --- gtk/gtkwindow.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 09079ca566..eb4612ddbb 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -5947,6 +5947,9 @@ gtk_window_get_mnemonics_visible (GtkWindow *window) * @setting: the new value * * Sets whether mnemonics are supposed to be visible. + * + * This property is maintained by GTK based on user input, + * and should not be set by applications. */ void gtk_window_set_mnemonics_visible (GtkWindow *window, @@ -6037,6 +6040,9 @@ unset_focus_visible (gpointer data) * @setting: the new value * * Sets whether “focus rectangles” are supposed to be visible. + * + * This property is maintained by GTK based on user input, + * and should not be set by applications. */ void gtk_window_set_focus_visible (GtkWindow *window, -- 2.30.2