Hi,<br><br>I&#39;m new to pygtk and gtk and have been doing some tests and most of them are very successful (thanks for the excelent tutorial and api documentation)!<br><br>I have a question, and hope you could help me. I have a gtk.Image within a eventbox. The image is resized when the containter is resized. I want to write some text over this image and resize the text (proportional). My text is a pango layout.<br>
<br>I&#39;ve made most part of it, but there are 2 problems: sometimes, when the eventbox is resized the text simply disapear and allways there&#39;s a flash when the text is refreshed.<br><br>Ok, probably that isn&#39;t the correct way to do this task, and that&#39;s why I&#39;m here. Could anybody help me find the best way to write a text over an image (that&#39;s all I need for now)?<br>
<br>I&#39;ve been looking on google and list archive but I didn&#39;t found anything about draw a text over an image.<br><br>Thank you in advance!