Re: gtk.HTML class nonexistent [was: Re: [pygtk] Computing optimum size of gtkhtml2.View]

2008-08-19 Thread Luke Kenneth Casson Leighton
On Fri, Aug 15, 2008 at 9:53 PM, Sven Neumann [EMAIL PROTECTED] wrote: Hi, On Fri, 2008-08-15 at 19:20 +, Luke Kenneth Casson Leighton wrote: qt4 has support for Rich Text - simple things like b hello /b can be detected and displayed, and the size of the box is enforced as a minimum

Re: gtk.HTML class nonexistent [was: Re: [pygtk] Computing optimum size of gtkhtml2.View]

2008-08-19 Thread Luke Kenneth Casson Leighton
What's wrong with using gtk.Label(bhello/b, use_markup=True) ? haven't got a clue - inexperience led me to believe that didn't exist? :) ok - couldn't wait until tomorrow. i found out why it can't be used: pango markup doesn't support the full syntax of HTML that applications would expect

Re: gtk.HTML class nonexistent [was: Re: [pygtk] Computing optimum size of gtkhtml2.View]

2008-08-15 Thread Christian Dywan
Am Fri, 15 Aug 2008 19:20:10 + (UTC) schrieb Luke Kenneth Casson Leighton [EMAIL PROTECTED]: folks, hi, just an update: i was advised kindly to look at pywebkitgtk - which i downloaded and compiled from source, this morning. _wow_ am i dead impressed with this project! the demo browser

Re: gtk.HTML class nonexistent [was: Re: [pygtk] Computing optimum size of gtkhtml2.View]

2008-08-15 Thread Paul Davis
On Fri, 2008-08-15 at 19:20 +, Luke Kenneth Casson Leighton wrote: it's _essential_ that GTK have similar such functionality. implementing these features outside of the core gtk widget set - using pygtk2 alone - registers on the awkward to literally impossible scale. i haven't looked at