From: Matthias Clasen Date: Mon, 19 Jun 2023 12:26:38 +0000 (-0400) Subject: docs: Expand role docs X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~128^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1489c764cbc94e2c231119634b6da8f9227a9275;p=gtk4.git docs: Expand role docs Clarify that presentation and none can be used interchangeably. --- diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 9f9f5615b8..53fbee0b61 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -1286,9 +1286,11 @@ typedef enum { * @GTK_ACCESSIBLE_ROLE_MENU_ITEM_RADIO: A radio item in a menu. * @GTK_ACCESSIBLE_ROLE_NAVIGATION: Unused * @GTK_ACCESSIBLE_ROLE_NONE: An element that is not represented to accessibility technologies. + * This role is synonymous to @GTK_ACCESSIBLE_ROLE_PRESENTATION. * @GTK_ACCESSIBLE_ROLE_NOTE: Unused * @GTK_ACCESSIBLE_ROLE_OPTION: Unused * @GTK_ACCESSIBLE_ROLE_PRESENTATION: An element that is not represented to accessibility technologies. + * This role is synonymous to @GTK_ACCESSIBLE_ROLE_NONE. * @GTK_ACCESSIBLE_ROLE_PROGRESS_BAR: An element that displays the progress * status for tasks that take a long time. * @GTK_ACCESSIBLE_ROLE_RADIO: A checkable input in a group of radio roles,