Re: Notebook + Text problems




"Brian C. Lane" <nexus@tatoosh.com> writes:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Mon, 25 May 1998, Shevek wrote:
> 
> > You need to realize textboxes before you mess with them. Else they will
> > realize themselves and DIY themselves a window.
> 
>   Nope, not the problem. Its being realized. (see the testgtk.c
> create_text example -- that's what I copied).

The order is important here. You need to add the Text widget
into the heirarchy, then realize it, then add the text.

The symptoms you describe seem to indicate that the widget
is getting realized before it is added to its parent.

Regards,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]