Re: GTK+ accessibility

2015-07-17 Thread Miroslav Rajcic
Thanks, this is quite useful info. Regards, Miroslav On 17.7.2015. 5:59, Michael Torrie wrote: F10 seems to focus on the menu on GTK apps. That could be a good workaround in the meantime. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnom

Re: GTK+ accessibility

2015-07-16 Thread Michael Torrie
On 07/16/2015 01:39 AM, Miroslav Rajcic wrote: > On 15.7.2015. 14:12, Emmanuele Bassi wrote: >> you probably want to contact the gnome-accessibility team, on >> gnome-accessibility-l...@gnome.org. > > Will do as suggested, thanks. F10 seems to focus on the menu on GTK apps. That could be a good

Re: GTK+ accessibility

2015-07-16 Thread Bryan Gardiner
On Thu, 16 Jul 2015 18:20:21 +0100 Emmanuele Bassi wrote: Hello! > On 16 July 2015 at 17:49, Bryan Gardiner wrote: > > >> This is largely something that only Windows does — I cannot reproduce > >> it on my Linux machine with any toolkit (GTK2, GTK3, Qt, or the ad hoc > >> toolkits used by Fire

Re: GTK+ accessibility

2015-07-16 Thread Emmanuele Bassi
Hi; On 16 July 2015 at 17:49, Bryan Gardiner wrote: >> This is largely something that only Windows does — I cannot reproduce >> it on my Linux machine with any toolkit (GTK2, GTK3, Qt, or the ad hoc >> toolkits used by Firefox and LibreOffice). > > Just a note, the default Qt widget style on Lin

Re: GTK+ accessibility

2015-07-16 Thread Bryan Gardiner
On Wed, 15 Jul 2015 13:12:22 +0100 Emmanuele Bassi wrote: > Hi; > > you probably want to contact the gnome-accessibility team, on > gnome-accessibility-l...@gnome.org. > > On 15 July 2015 at 12:55, Miroslav Rajcic wrote: > > > I've checked other programs and it seems that: > > 1. Windows nati

Re: GTK+ accessibility

2015-07-16 Thread Miroslav Rajcic
On 15.7.2015. 14:12, Emmanuele Bassi wrote: you probably want to contact the gnome-accessibility team, on gnome-accessibility-l...@gnome.org. Will do as suggested, thanks. Regards, Miroslav ___ gtk-app-devel-list mailing list gtk-app-devel-list@gno

Re: GTK+ accessibility

2015-07-15 Thread Emmanuele Bassi
Hi; you probably want to contact the gnome-accessibility team, on gnome-accessibility-l...@gnome.org. On 15 July 2015 at 12:55, Miroslav Rajcic wrote: > I've checked other programs and it seems that: > 1. Windows native programs (see Notepad for example) obey this behavior, > pressing Alt does

Re: GTK+ accessibility

2015-07-15 Thread Miroslav Rajcic
Missing test source code is below. Regards, Miroslav PS. Sample code: #include void create_window(); GtkWidget *window1; GtkWidget *vbox1; GtkWidget *menubar1; GtkWidget *menu1; GtkWidget *item1; int main (int argc, char *argv[]) { gtk_init (&argc, &argv); GtkSettings* settings =

GTK+ accessibility

2015-07-15 Thread Miroslav Rajcic
Hi everyone, recently I've received the mail from a blind user of my program complaining about accessibility issues. Program is GTK+ 2.x based, he tried Windows edition. One of the things he mentioned is that pressing Alt key in the main window should cause the first item in the menu bar to b