[pygtk] sourceview and gtkmozembed for windows

2005-06-01 Thread pier carteri
Hi to all, any idea where I can find packages for windows platform of gtksourceview and gtkmozembed. I know both of them should be portable to win but I'm not able to find any infos on how to do it . At the moment I don't have an environment for compiling C code under windows so if you answer is

Re: [pygtk] sourceview and gtkmozembed for windows

2005-06-01 Thread Cedric Gustin
Hi Pier, pier carteri wrote: any idea where I can find packages for windows platform of gtksourceview and gtkmozembed. I know both of them should be portable to win but I'm not able to find any infos on how to do it . At the moment I don't have an environment for compiling C code

[pygtk] gtk.TreeStore with variable column count ?

2005-06-01 Thread Adrian Immler
how can i create a gtk.TreeStore with a variable count of the columns ? or how can i add/remove columns from a TreeStore ? i need to draw a table like in gnumeric where i don't know how many columns i need so i will have to contruct it dynamically, any ideas ? thanks in advance, adrian

[pygtk] Rhythmbox-style stars in ListView

2005-06-01 Thread Thomas Mills Hinkle
Hello all. I would like to use rhythmbox's rating star-system in my pygtk application. For those not familiar, rhythmbox shows a nice widget with five stars, where the user can click to make more or fewer stars appear. Am I right to assume that doing this would require me to: A. Find rhythmboxes

Re: [pygtk] Rhythmbox-style stars in ListView

2005-06-01 Thread Nikos Kouremenos
thomas, searching the arhcives never hurts. http://www.daa.com.au/pipermail/pygtk/2005-May/010135.html On 6/1/05, Thomas Mills Hinkle [EMAIL PROTECTED] wrote: Hello all. I would like to use rhythmbox's rating star-system in my pygtk application. For those not familiar, rhythmbox shows a nice

Re: [Matplotlib-users] Re: [pygtk] Gtk.Notebook problem in PyGTK 2.6

2005-06-01 Thread dimitri pater
I made a small test app which clearly shows that Matplotlib 0.8 and PyGTK 2.6 don't work well together. No problem in PyGTK 2.4 bye, DimtiriOn 6/1/05, N. Volbers [EMAIL PROTECTED] wrote: dimitri pater schrieb: Yes, this could could very well be a matplotlib issue. I will try to do some tests,

[pygtk] Fullscreen application

2005-06-01 Thread Prash
Peeps, I've read a few posts on fullscreen but have not managed to get fullscreen (I really mean fullscreen and not just maximize). It should cover every bit of the screen. I'm writing an app which will work like a logon screen. I'm running KDE in a kiosk like mode and have disabled short cuts

Re: [pygtk] Fullscreen application

2005-06-01 Thread Gustavo J. A. M. Carneiro
On Wed, 2005-06-01 at 21:00 +0100, Prash wrote: Peeps, I've read a few posts on fullscreen but have not managed to get fullscreen (I really mean fullscreen and not just maximize). It should cover every bit of the screen. I'm writing an app which will work like a logon screen. I'm running

Re: [pygtk] gtk.TreeStore with variable column count ?

2005-06-01 Thread David M. Cook
On Wed, Jun 01, 2005 at 08:54:52AM +, Adrian Immler wrote: how can i create a gtk.TreeStore with a variable count of the columns ? how can i add/remove columns from a TreeStore ? I don't think it's possible to add/remove columns from an existing store. Instead I would suggest using

Re: [Matplotlib-users] Re: [pygtk] Gtk.Notebook problem in PyGTK 2.6

2005-06-01 Thread Steve Chaplin
On Wed, 2005-06-01 at 05:12 -0700, matplotlib-users- [EMAIL PROTECTED] wrote: I made a small test app which clearly shows that Matplotlib 0.8 and PyGTK 2.6 don't work well together. No problem in PyGTK 2.4 bye, Dimtiri I have problems with it in PyGTK 2.4 $ python testMPL-GTK.py

Re: [Matplotlib-users] Re: [pygtk] Gtk.Notebook problem in PyGTK 2.6

2005-06-01 Thread John Hunter
Steve == Steve Chaplin [EMAIL PROTECTED] writes: Steve Try running embedding_in_gtk.py and moving another window Steve partly in front of it, then click the embedding_in_gtk Steve window to bring it back on top - does the window get Steve redrawn? Steve I can verify that on