As you can see here:
https://developer.gnome.org/gtk3/stable/GtkAssistant.html#GtkAssistant.object-hierarchy
GtkAssistant is-a GtkWindow, which means it's a top level widget.
The documentation of `gtk_widget_is_toplevel()` does not list all the
possible GtkWindow sub-types, because GTK
ml> (and
out-of-process
GtkPlugs<https://developer.gnome.org/gtk3/stable/GtkPlug.html#GtkPlug-struct>)
are toplevel widgets." However, when I use GtkAssistant, the error occurred
"Gtk-WARNING **: Can't set a parent on a toplevel widget." . Actually,
GtkAssistant is a topl
Hey list,
Is there a signal I should be listening for that is emitted when a page
on my GtkAssistant is visible for the first time? By visible, I mean has
already been constructed (e.g "prepare" signal) and is now visible. Each
page in my GtkAssistant is a GtkBox containing chi
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 cur
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
&
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 t
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() functio
Hi all,
When working with GtkAssistant, I used to find the widgets of the pages
as children of the GtkAssistant by doing a recursive search starting
from the GtkAssistant container.
But, as of Gtk+ 3.2 (at least), I have found that GtkAssistant is now
an empty container, and widgets are to be
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
Trying to use GtkAssistant.set_page_complete(), but keep getting an
error:
TypeError: GtkAssistant.set_page_complete() argument 1 must be
gtk.Widget, not int
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
t
> 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 page
> 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
>
Hi all,
I'm building a GtkAssistant which embeds a GtkFileChooserWidget
in one of the content pages.
My problem is when I run the assistant for the second times, the
GtkfileChooserWidget doesn't display at all. Below the sample code
which reproduces the probl
Hi,
I have a simple GtkAssistant with :
- one intro page
- two content pages
- one confirm page
- one summary page.
All works fine : the confirm page has 'Cancel' and 'Apply' buttons,
and the summary page has only a 'Close' button.
Of course (or is it only obvious
return 6;
break;
}
return -1;
}
Now the function works correctly, however it is being called TWICE when I click
the forward button. I can not for the life of my figure out why it is doing
this? Is this a feature or something? I've created only 1 GtkAssi
Hi,
I'm trying to use a GtkAssistant for a "Create new project" interaction
where the user picks a project template, then a file-name and location
(With a GtkFileChooserWidget in the assistant page).
>From here, I'd like to finish the interaction, so this is the last page
Hi, guys
In my glade file, there's a GtkAssistant class. After building, there's
a error output at running: libglade-WARNING **: unknown widget class
'GtkAssistant'
My libglade version is 2.6.2, glade-3 version is 3.3.1, gtk+ version is
2.10.12
How to resolve this?
I
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
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 problem is how
to handle the third page, because its content depends on
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 problem is how
to handle the third page, because its content depends on
21 matches
Mail list logo