[Glade-users] A wizzard aplication.
Damon Chaplin
damon@helixcode.com
Fri, 20 Oct 2000 11:14:15 +0100
"O. de Zwart" wrote:
>
> Hello I have a question, I am trying to write a serie of wizzards for my
> program. Now I want to do this by giving the user a dialog in wich they
> awnsor a question and acording to the awnsor they get another one untill
> the wizzard has all the information it needs.
>
> But to be able to do this I need to design alot of different dialogs.
> And I need to display them what is a good way to do this?
>
> I mean I don't want to have six different pop-ups open at the end.
If you are using Gnome you should probably use the GnomeDruid widgets.
In a GTK+ app you could use a GtkNotebook widget (with the tabs hidden), and
place the questions on different pages. You could put 'Next' & 'Prev' buttons
at the bottom of the dialog to move between questions.
Damon