Implementing accessibility non-regression check tool

2018-02-26 Thread Samuel Thibault
Hello, In the context of LibreOffice, the Hypra company will work on an accessibility non-regression check tool. Basically, the idea is to design a tool which will check .ui files for accessibility issues: missing relations between widgets and labels, notably. The tool would just use lxml to

.ui: Marking widgets which don't need accessibility labelling

2018-02-26 Thread Samuel Thibault
Hello, As part of implementing an accessibility non-regression check tool, we want to make sure that widgets have proper labelling. E.g. GtkEntry basically always need a labelled-by relation. Some other widgets don't necessarily need one, but very often need one (such as radio buttons), so we

No module anymore & perfect zoom feature

2018-02-26 Thread Samuel Thibault
Hello, So, I also saw the removal of generic modules. Unfortunately we currently need it for implementing perfect zoom feature :) The context is that visual-impaired users need magnification of the desktop. Changing font sizes / dpi etc. have their limit, at some point we need to just have a

Re: centered and right justified label in the same line.

2018-02-26 Thread Stefan Salewski
On Mon, 2018-02-26 at 09:16 +0100, Wojciech Puchar wrote: > How to do this in GTK 2. whatever i try i'm getting first label > centered > relative to space remaining after second label not to whole hbox. how > to > do this properly? > > That may be not that easy. Maybe try a hbox, which again

Re: centered and right justified label in the same line.

2018-02-26 Thread Tristan Van Berkom
On Mon, 2018-02-26 at 09:23 +0100, Stefan Salewski wrote: > On Mon, 2018-02-26 at 09:16 +0100, Wojciech Puchar wrote: > > How to do this in GTK 2. whatever i try i'm getting first label > > centered  > > relative to space remaining after second label not to whole hbox. how > > to  > > do this

Re: builder.ui and spinbutton adjustment

2018-02-26 Thread Tim Mayberry
Hi Roger, Perhaps this bug report is(still) relevant to your issue: https://bugzilla.gnome.org/show_bug.cgi?id=594372 Tim. On Mon, Feb 26, 2018 at 7:58 PM, Roger Matthews wrote: > I have the first version of Gtk+ 3, I believe it is Gtk+ 3.19.4. Being the > first of

re: builder.ui and spinbutton adjustment

2018-02-26 Thread Roger Matthews
I have the first version of Gtk+ 3, I believe it is Gtk+ 3.19.4. Being the first of the Gtk+ 3 it may contain bugs that I am not aware of that have since been fixed in later versions. The fact that the "upper", "lower", "step-increment", "page-increment" and "page-size" properties are all read