Re: [gtk-list] Re: Gtk-WARNING **: horizontal scrolling not impl
- From: Damon Chaplin <damon karuna freeserve co uk>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: Gtk-WARNING **: horizontal scrolling not impl
- Date: Tue, 09 Feb 1999 21:19:04 +0000
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]