|
Re: What container widget to use ?: msg#00113gnome.gtk+.perl
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> |
|---|---|---|
| Previous by Date: | What container widget to use ?: 00113, Alexis Sukrieh |
|---|---|
| Next by Date: | Re: What container widget to use ?: 00113, Alexis Sukrieh |
| Previous by Thread: | What container widget to use ?i: 00113, Alexis Sukrieh |
| Next by Thread: | Re: What container widget to use ?: 00113, Alexis Sukrieh |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |