Re: GtkTextView Vs GtkText

2008-02-25 Thread Dharmosoth Seetharam
Can you please suggest me how to solve the problem (setting background image to textview) ? Is there any this i missed to set. -RAM --- Emmanuele Bassi <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-02-22 at 10:28 +, Dharmosoth > Seetharam wrote: > > Hi, > > > > I am little aware of these

Re: GtkTextView Vs GtkText

2008-02-22 Thread Emmanuele Bassi
On Fri, 2008-02-22 at 10:28 +, Dharmosoth Seetharam wrote: > Hi, > > I am little aware of these two widget. But got struck > at setting font and setting style to GtkText. GtkText is long deprecated and should never be used in any newly written code (and old code should just be ported over).

Re: GtkTextView Vs GtkText

2008-02-22 Thread Mikael Hallendal
22 feb 2008 kl. 11.28 skrev Dharmosoth Seetharam: Hi, I can't really comment on why something work in one but not the other. However, you can disregard GtkText as that widget has long been deprecated and should not be used in new code and all code using it should be ported to GtkTextView.