GtkAssistant : bug or feature ?
- From: Pierre Wieser <pwieser trychlos org>
- To: "gtk-app-devel-list " <gtk-app-devel-list gnome org>
- Subject: GtkAssistant : bug or feature ?
- Date: Tue, 22 Nov 2011 17:07:33 +0100 (CET)
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 searched for as children of
the pages.
I think this behavior (or is it a bug ?) is less intuitive that the
previous one: as widgets are described as children of the GtkAssistant
in the GtkBuilder definition, it appears logical to me to search for
these widgets inside of the GtkAssistant at runtime.
And I did not find any reference to this in the developer manuals.
Or is this a better, more "standard" way of getting a widget inside
of a GtkAssistant ?
Regards
Pierre
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]