This should work, since pages are gtk.Widgets (although I haven't tried 
it myself):
assistant.get_nth_page(n).connect('show', ...)

Florian Sachs wrote:
> Hi!
>
> I try to write an application using gtk.Assistant and have a Question:
>
> The "prepare" - Signal ist emitted when the new page is set as the current 
> page, but it is not visible. Is there a signal or any other mechanism to find 
> out, that the new page ist the current page and it IS visible?
>
> best regards,
> florian
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
>   

-- 
Walter Leibbrandt                  http://translate.org.za/blogs/walter
Software Developer                                  +27 12 460 1095 (w)
Translate.org.za

Recent blogs:
* Auto-completion and auto-correction for Gtk+ widgets
http://www.translate.org.za/blogs/walter/en/content/auto-completion-and-auto-correction-gtk-widgets
* Gtk+ Tip of the Day: Modifying the subject of an event being processed
* Spelt 0.1rc2 released


_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to