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)
committerDaniel Boles <dboles.src@gmail.com>
Thu, 1 Jun 2023 19:31:22 +0000 (20:31 +0100)
gtk/gtkwindow.c

index 09079ca5669b86d6adca158484b7e2426136390d..eb4612ddbb641606995a378959408784cba3e43c 100644 (file)
@@ -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,