Dnia 03-06-2005, pią o godzinie 22:14 -0400, Thomas Mills Hinkle napisał: > I'm found some seriously strange behavior with a TextView inside a > Paned() widget. I believe this is most likely a bug in the underlying > gtk, but I'm not sure which component is to blame and so I'd be > grateful for any thoughts on where the underlying problem is so I can > find/file a useful bug report.
>From quick look, it looks like bug in wordwrapping code interacting with size request logic. Try grabbing gutter manually and slowly moving it to the left -- you'll notice that it occurs every time textview gains enough horizontal space to try re-wrapping lines. Because (with gutter enough to the left) this will be reason for resize itself, you get the behaviour you're observing -- textview rapidly expanding horizontally. You can however stop it by moving gutter back to the right, thus shutting the supply of horizontal space. This indeed looks like genuine bug, please report to bugzilla. Cheers, Maciej -- Maciej Katafiasz <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
