[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Which event is generated when a widget is shown
- From: Willie Walker <William Walker Sun COM>
- To: Alexander Todorov <atodorov redhat com>
- Cc: GNOME Accessibility <gnome-accessibility-list gnome org>
- Subject: Re: Which event is generated when a widget is shown
- Date: Thu, 21 Jun 2007 11:13:51 -0400
Hi Alexander:
> I have a strong experience with GUI programming with Delphi (Lazarus &
> FreePascal for Linux) where there is the OnShow event. It is generated
> when the widget is shown and in most cases its contents are already
> displayed(drawn). It looks like there isn't such at-spi event.
There is an object:state-changed:showing event you can look for. It
will be issued for all objects as they appear. So, if you know the last
widget that will be shown, I guess you could look for the event on that
widget.
Hope this helps,
Will
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]