Re: What container widget to use ?



Alexis Sukrieh <alexis sukria net> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]