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~1^2~194 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fa16ba12cf6efd4e057e6bd3b1dba10ff7be7ab2;p=gtk4.git Window: Copy caveats from :*visible to the setters --- 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,