Re: GtkTextView geometry



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]