Re: How to draw persistent text (with Pango)?

2007-01-11 Thread Pedro Castro
I understand that. The problem now is that the widget doesn't activate "expose" signals at all. The widget is a Socket plugged with MPlayer to display a video. On 1/12/07, Paul Davis <[EMAIL PROTECTED]> wrote: On Fri, 2007-01-12 at 02:21 +, Pedro Castro wrote: > I'm using Drawable.DrawLayou

Re: How to draw persistent text (with Pango)?

2007-01-11 Thread Paul Davis
On Fri, 2007-01-12 at 02:21 +, Pedro Castro wrote: > I'm using Drawable.DrawLayout to draw some text over a widget. The > problem is, the text is removed when the widget is updated. How to > make the text persist? you can't. every time a widget gets an expose event from the underlying window s

How to draw persistent text (with Pango)?

2007-01-11 Thread Pedro Castro
I'm using Drawable.DrawLayout to draw some text over a widget. The problem is, the text is removed when the widget is updated. How to make the text persist? -- Pedro Castro ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listi

What is the release plan for 2.12?

2007-01-11 Thread 文见
The gtk.org website has not been updated for a long time! :) _ 率先尝试 Windows Live Mail。 http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d ___ gtk-li

[gedit-list] Is this a bug or a limitation?

2007-01-11 Thread Micah Carrick
This is actually in relation to a question somebody posted on gtk-list which I verified using gedit. It seems that the GtkTextView (and thus GtkSourceView) is unable to properly render the display when unwrapped characters exceed a certain length. On my system, inserting characters one at a tim

Can you use g_mem_profile with GTK+ apps?

2007-01-11 Thread Micah Carrick
Hey, I was wondering how one would use the GLib memory profiling tools withing a GTK+ application. My understanding is that GTK+ will leave cached stuff in memory "unfreed" as far as profilers are concerned. For example, take the following application: #include int main (int argc, char *ar

Re: Large strings in GtkTextView

2007-01-11 Thread John Cupitt
On 1/11/07, Micah Carrick <[EMAIL PROTECTED]> wrote: > Actually, that's interesting. I was going to write a test program, however, > just when creating the test text file, it gets funky in gedit (when word > wrapping is off). As soon as I insert the 4098th character, the line > "disappears" and "r

Re: Large strings in GtkTextView

2007-01-11 Thread Murray Cumming
On Wed, 2007-01-10 at 23:04 +, Andrew Sobala wrote: > I should have mentioned, this is one long line of text (there are no > linebreaks) I've seen this too, when opening the Glom example files. For instance, this file: http://svn.gnome.org/viewcvs/glom/trunk/examples/example_smallbusiness.gl

About Internationalisation using PANGO

2007-01-11 Thread Sourabh Agrawal
hello everyone, Iam using gtk2.0 and i want to make a spellchecker kind of application in my Local Language(HINDI) In which I want to COLOUR my wrong text strings and Right text strings. Previously I used to with gtk1.2 in which I used gdk_font_load() and all GDK functiones. How ca

GtkTreeView single column with multiple renderers problem

2007-01-11 Thread Saba Khan
Hello ALL, I am adding togglebutton+icon+text through their appropriate renderers in a treeview column. Note that there is only one column. Now if we click on text the checkbox gets enabled/disabled. I don't want this behaviour, i am handling the "toggled" signal only for the GtkCellRendererT