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
Hi.
> The documentation says the first argument should be a page of the
> assistant, which I assumed to be a number. What should I be putting in
> there?
I'm not sure what documentation you were looking for, but I would
suggest you always have a look at C API reference too, since there are
types
> Date: Sun, 12 Jul 2009 13:56:57 +0200 (CEST)
> From: Pierre Wieser
> Subject: GtkAssistant vs. GtkFileChooserWidget
> To: gtk-app-devel-list@gnome.org
>
> Hi all,
>
> I'm building a GtkAssistant which embeds a GtkFileChooserWidget
> in one of the content pages.
>
> My problem is when I run th
> Date: Sun, 12 Jul 2009 13:25:48 +0200 (CEST)
> From: pwie...@trychlos.org
> Subject: GtkAssistant flow question
> To: gtk-app-devel-list@gnome.org
>
> Hi,
>
> I have a simple GtkAssistant with :
> - one intro page
> - two content pages
> - one confirm page
> - one summary page.
>
> All works f
On Wed, 2007-04-25 at 19:27 +0200, [EMAIL PROTECTED] wrote:
> Hi there,
>
> I have the following situation with GtkAssistant - first page is only
> informational introduction, second page contains two radio buttons, third
> page should contain some entries and fourth page is the summary. My prob