[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #3188: Making Gambas GTK apps testable via AT-SPI: patch to add accessible names for Label/ComboBox/buttons
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #3188: Making Gambas GTK apps testable via AT-SPI: patch to add accessible names for Label/ComboBox/buttons
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Tue, 23 Jun 2026 16:08:52 GMT
- To: arothe@xxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
http://gambaswiki.org/bugtracker/edit?object=BUG.3188&from=L21haW4- Comment #1 by Benoît MINISINI: I don't think this is the right way to do that for Gambas. The implementation should be completely transparent, especially if it is not supported by the QT component. For example, the 'GtkLabel' seems to provide its atk object name dynamically on request (through the 'get_name' method of the AtkObject class interface). This is the way it should work for every Gambas Control, by reading the 'Tooltip' property, or the 'Text' property if it exists on request. ----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----
| [Gambas-bugtracker] Bug #3188: Making Gambas GTK apps testable via AT-SPI: patch to add accessible names for Label/ComboBox/buttons | <bugtracker@xxxxxxxxxxxxxx> |