Jeffrey Barish wrote:
> I tried catching the
> realize and size-allocate signals. When the widgets are realized, their
> allocation is (-1, -1, 1, 1). They never get a size-allocate signal.
> When I add the vbox to the notebook directly, their allocation is the same
> when they are realized but
Tristan Van Berkom wrote:
> If for instance, your toplevel widget is already realized then adding
> pages to the notebook (and thier contents recursively) will result in
> all pages being realized at the start, on the other hand if your toplevel
> is invisible, or your notebook is not anchored at
On Dec 2, 2007 3:07 PM, Jeffrey Barish <[EMAIL PROTECTED]> wrote:
> It's a long shot, but I am hoping that someone might recognize my problem
> from this general description. I tried to reduce my code to a test case,
> but it works there. After spending an entire day on this problem, I am
> stum