you can always impliment a wizard using a Notebook with no tabs and a
couple of buttons at the bottom of the screen, which is what I did for
one of my apps.

-Chris


On Wed, 23 Mar 2005 17:17:38 +0100, Andy Wingo <[EMAIL PROTECTED]> wrote:
> Hi Nikos,
> 
> Fluendo has written some GPL wizard frameworks using glade, etc. Don't
> know if that fits with your licensing requirements. You'd probably be
> interested in the simple one here:
> 
> https://core.fluendo.com/trac/cgi-bin/trac.cgi/file/flumotion/trunk/flumotion/admin/gtk/wizard.py
> 
> Here's an example of a wizard implemented on that framework:
> 
> https://core.fluendo.com/trac/cgi-bin/trac.cgi/file/flumotion/trunk/flumotion/admin/gtk/greeter.py
> 
> Whatever you use, you really don't want GnomeDruid in its C incarnation.
> Doing it in python means making a qualitatively different product than
> if you used a C library.
> 
> Regards,
> --
> Andy Wingo
> http://wingolog.org/
> 
> _______________________________________________
> 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/
> 


-- 
Christopher Lambacher
[EMAIL PROTECTED]
_______________________________________________
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