Re: [pygtk] very important plzz reply

2009-05-08 Thread A.T.Hofkamp
Iffat Sadia wrote: hi, can any one tell me how to put an image in event box and connect it to button signals It is even better, how to do it is written down, and you can read about it: http://www.pygtk.org/pygtk2tutorial/index.html Good luck with your application, Albert PS Next time

[pygtk] Rendering arbitrary widgets in a CellRenderer

2009-05-08 Thread Walter Leibbrandt
Hi, I took another swing at creating a custom cell renderer that can render any arbitrary widget in a TreeView. It currently works, albeit with a few annoyances. The source is available at

[pygtk] realtime update of TreeView

2009-05-08 Thread Martin B.
hi, i write some simple app where i need realtime update gtk.TreeView. but window shows and long time nothing happened and after whole liststore is filled treeview shown :( need i use threads for this ? theres a little example. thanks a lot for your help import gtk, sys, gobject class