Re: [gtk-list] Re: Gtk-WARNING **: horizontal scrolling not impl




Trog wrote:
> 
> Well, then you end up with a useless scrollbar, which isn't exactly
> good interface design (as well as the warning).


But even if you use GTK_POLICY_NEVER, so a scrollbar doesn't appear,
you still get the warning.

When the text widget is destroyed, gtk_scrolled_window_remove() is called,
which calls gtk_widget_set_scroll_adjustments (child, NULL, NULL),
eventually resulting in a call to gtk_text_adjustment (hadj, text);

And that always outputs a warning if hadj is being used.


Damon



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