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. I
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."
>
> Whi
On Sat, May 18, 2013 at 5:38 PM, Sébastien Granjoux wrote:
> 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
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 project-wi