logo       

Re: What container widget to use ?: msg#00113

gnome.gtk+.perl

Subject: Re: What container widget to use ?

Alexis Sukrieh <alexis@xxxxxxxxxx> writes:

> Hello
>
> I'm new to GtkPerl development and I don't know what container to use to
> make a wizard with step-by-step screen.

You can use a Notebook widget, hide the notebook page tab with
set_show_tabs and navigate between steps with $notebook->next and
$notebook->prev.
This is a handy way to write wizards.

refer to the notebook part of the perl-gtk tutorial.
http://personal.riverusers.com/~swilhelm/gtkperl-tutorial/notebook.html


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise