Re: making accessible to my gtk application in different platforms designed in c language

2021-06-05 Thread Lucas Radaelli via gnome-accessibility-list
First of all, great questions! I think you really expressed yourself well there. In order for a graphical interface to be accessible it needs to talk to the operational system accessibilityAPIs, informing how the application is being built (aka how it is providing its semantic tree in case yo

Re: making accessible to my gtk application in different platforms designed in c language

2021-06-05 Thread Jason White via gnome-accessibility-list
My understanding is that GTK is not accessible with screen readers under Microsoft Windows, but it can be under Linux. Support for non-Linux environments is on the development agenda for GTK 4. On 5/6/21 6:05 am, chandan dora via gnome-accessibility-list wrote: hello friends, I need to learn t

making accessible to my gtk application in different platforms designed in c language

2021-06-05 Thread chandan dora via gnome-accessibility-list
hello friends, I need to learn the concept, of how the gtk gui applications designed in c language can be accessible in different platforms, especially in microsoft windows and linux. to make a clear understand of this concept, I implemented a very simple gtk gui applications in c as follows: #in