Re: GtkAssistant apply signal

2013-05-18 Thread Sébastien Granjoux
Hi Le 18/05/2013 06:57, Kip Warner a écrit : During handling of the apply signal in my GtkAssistant, what is the recommended way of stopping the assistant from advancing to the next page if my code would like to abort the apply transitioning to the next page automatically? In the

Re: GtkAssistant apply signal

2013-05-18 Thread Kip Warner
On Sat, 2013-05-18 at 17:47 +0900, Tristan Van Berkom wrote: Here's an idea, ... in the GtkAssistant documentation for apply[0], it says: The default behavior of the GtkAssistant is to switch to the page after the current page, unless the current page is the last one. Which

Re: GtkAssistant apply signal

2013-05-18 Thread Kip Warner
On Sat, 2013-05-18 at 10:38 +0200, Sébastien Granjoux wrote: In the project-wizard in Anjuta, I have added a dummy page after each one. I don't block the transition between the current page and this dummy one. I check if the transition is valid in the prepare handler of the dummy page. If

GtkAssistant apply signal

2013-05-17 Thread Kip Warner
Hey list, During handling of the apply signal in my GtkAssistant, what is the recommended way of stopping the assistant from advancing to the next page if my code would like to abort the apply transitioning to the next page automatically? I am aware of the set_page_complete() function, however I