Re: GtkTextView geometry



Very impressive.  I went back to look at my code earlier before you sent
this email and did discover an error with my call to gtk_widget_show()
and things work just fine now.  Thanks for your help with this!

FM


On Tue, 2005-09-13 at 22:25 -0400, Havoc Pennington wrote:
> Hi,
> 
> It sounds like just using GtkScrolledWindow will solve your problem. I
> think you just have some simple bug remaining, like forgetting a
> gtk_widget_show() or something like that. You should not need a viewport
> with GtkTextView, just gtk_container_add should work. Also you probably
> need to scrolled_window_set_policy() to POLICY_AUTOMATIC,
> POLICY_AUTOMATIC.
> 
> Havoc
> 




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