mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
Adds one more accessibility Role
git-svn-id: trunk@34926 -
This commit is contained in:
parent
34c3888d83
commit
df68e05b3b
@ -909,6 +909,7 @@ type
|
||||
larMenuBar, // A main menu bar.
|
||||
larMenuItem, // A item in a menu.
|
||||
larProgressIndicator, // A control which shows a progress indication.
|
||||
larRadioButton, // A radio button, see for example TRadioButton.
|
||||
larResizeGrip, // A grip that the user can drag to change the size of widgets.
|
||||
larScrollBar, // A control to scroll another one
|
||||
larSpinner, // A control which allows to increment / decrement a value.
|
||||
|
Loading…
Reference in New Issue
Block a user