List,
I have a need for a window frame with scrollbars, and am currently
abusing the GtkScrolledWindow for this purpose, but I
monitor the scrollbar adjustments myself and do my own scrolling of
(practically) infinite data. But of course, when I add a child to
the ScrolledWindow with .add instead of .add_with_viewport, I get
the usual nasty Gtk Warning:
Gtk-WARNING **: gtk_scrolled_window_add(): cannot add non scrollable
widget use gtk_scrolled_window_add_with_viewport() instead
I'd like to eliminate this warning. I thought about creating my own
window
with scrollbars, but haven't thought of a good way of makinging it look
or work like the GtkScrolledWindow (from python).
Any suggestions?
Thanks,
--
Ralph E. Walden
Tripos, Inc.
[EMAIL PROTECTED]
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk