[gtkada] Creating "wizards"?

Emmanuel Briot briot at ACT-Europe.FR
Wed Jan 30 16:33:12 CET 2002


Jacob Sparre Andersen <sparre at nbi.dk> writes:

> When I write "wizard" I mean a single window, where a part
> of it changes while another part stays (practially) the same
> with "navigation" buttons.


I would recommand using a Gtk_Notebook where you hide the tabs.
Then put that in a Gtk_Dialog, put the "Next" and "Previous" buttons at the
bottom that simply change the current page in the notebook, and you should be
done.

Emmanuel




More information about the gtkada mailing list