Re: A Scrollable Box Widget



> I have, if the box contains a GtkText then this is just allocated a
> fixed size and doesn't scroll.

You need to connect to the GtkText's size_request signal and have it
request all the space it needs.

(I just implemented this in Evolution this past week, although with
GtkHTMLs rather than GtkTexts.)

-- Dan




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