Re: [pygtk] GnomeDruid: how to go back to the first page after a signal has been emitted

2003-09-21 Thread Jan Alonzo
On Mon, 2003-09-22 at 04:18, Christian Reis wrote: > > > > Currently, I just call hide() if a 'cancel' or 'finish' has been > > emitted. Is this the right way to do it? Is there a better way? > > Have you tried using set_page() to get back to the first page when > calling hide()? Hi, Yeah, tha

Re: [pygtk] GnomeDruid: how to go back to the first page after a signal has been emitted

2003-09-21 Thread Christian Reis
On Sun, Sep 21, 2003 at 04:53:12PM +1000, Jan Alonzo wrote: > Hi. How do you reset the data in a GnomeDruid such that when a 'cancel' > or 'finish' signal has been emitted, it will start in the first page > again and not on the recent page (before pressing cancel)? > > Currently, I just call hide(

[pygtk] GnomeDruid: how to go back to the first page after a signal has been emitted

2003-09-20 Thread Jan Alonzo
Hi. How do you reset the data in a GnomeDruid such that when a 'cancel' or 'finish' signal has been emitted, it will start in the first page again and not on the recent page (before pressing cancel)? Currently, I just call hide() if a 'cancel' or 'finish' has been emitted. Is this the right way to