Am 08.10.2017 23:15 schrieb "Graeme Geldenhuys via Lazarus" <
lazarus@lists.lazarus-ide.org>:
>
> On 2017-10-08 21:09, Lubos Pintes via Lazarus wrote:
>>
>> If I want to add a functionality like accessibility to WidgetSet, which
>> package could I use, lcl.lpk, or lclbase.lpk?
>
>
> I believe "accessibility" is beyond the scope of the LCL. It is expected
that the underlying GUI toolkit (Qt, GTK, fpGUI etc) implement the
accessibility and will magically be available in your application, if
accessibility is enabled in your desktop environment.

Not quite as the LCL still nerds to feed the necessary information to the
widgetset's accessibility subsystem, especially with custom drawn controls.
AFAIK there had been some work in the past to principally prepare the LCL
for this...

Regards,
Sven
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to