"With the release of GTK+ 2.10, a widget called GtkAssistant was
introduced, which makes it easier to create dialogs with multiple
stages, because you do not have to programmatically create the
whole dialog. This allows you to split otherwise complex dialogs,
into steps that guide the user. This functionality is implemented
in what are often referred to as wizards throughout various
applications."