From e86d18d77c39a1493505861342f25058e5e06df1 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 ea01147c15..cc1f37b80d 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -5931,6 +5931,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, @@ -6021,6 +6024,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