Window: Copy caveats from :*visible to the setters
authorDaniel Boles <dboles.src@gmail.com>
Thu, 1 Jun 2023 19:31:22 +0000 (20:31 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Jun 2023 12:04:50 +0000 (08:04 -0400)
gtk/gtkwindow.c

index ea01147c1573372a6ecd4c9e577370d10b54d83d..cc1f37b80dc6dbc1a8375651587255867363bdba 100644 (file)
@@ -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,