GtkAssistant : bug or feature ?



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]