From: Daniel Boles Date: Thu, 1 Jun 2023 19:31:22 +0000 (+0100) Subject: Window: Copy caveats from :*visible to the setters X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~3^2~1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e86d18d77c39a1493505861342f25058e5e06df1;p=gtk4.git Window: Copy caveats from :*visible to the setters --- 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,