[pygtk] PyGTK 2.17 for Windows

2010-06-30 Thread Jason Heeris
I'm trying to get a PyGTK app going on a Windows XP installation. It requires PyGTK 2.17. I have Python 2.6 and GTK 2.18 set up just fine, but of course there's no binary installer for PyGTK 2.17. So I grabbed the source from FTP[1], along with PyGObject, intending to build it under MinGW. But it

[pygtk] ToggleButton mouseover behavior

2010-06-30 Thread Lang Hurst
Is there a way to make a ToggleButton not change state when moused over? I set the color of the button when clicked with a line like so: widget.modify_bg(gtk.STATE_ACTIVE, gtk.gdk.color_parse("light blue")) That works fine. On and off. Although you can't tell it's clicked until the mouse pas

Re: [pygtk] Conflict: raw_input(), SIGALRM and pygtk

2010-06-30 Thread Ilya Murav'jov
Michiel de Hoon пишет: > The problem is related to how the event loop works. Python (unlike for > example Tcl/Tk) does not provide event loop support. Each GUI library (such > as PyGTK) therefore implements its own event loop (and is unaware of other > event loops). The PyGTK event loop is start

Re: [pygtk] How to remain visible on to p of fullscreen application?

2010-06-30 Thread Francesco Fumanti
Hi, It still does not seem to work. I tried with VLC and totem in fullscreen mode. Here is what I did: [code] class KbdWindowBase: """Very messy class holds the keyboard widget. The mess is the docked window support which is disable because of numerous metacity bugs.""" def __init__(

Re: [pygtk] How to remain visible on to p of fullscreen application?

2010-06-30 Thread Tomeu Vizoso
On Wed, Jun 30, 2010 at 14:41, Francesco Fumanti wrote: > Hi, > > What do you mean by "In the realize callback"; the __init__ in the window > class (derived from gtk.window) used for the onscreen keyboard? I tred to > put the flag that you suggested there, but it did not help. (Moreover, the > win

Re: [pygtk] How to remain visible on to p of fullscreen application?

2010-06-30 Thread Francesco Fumanti
Hi, What do you mean by "In the realize callback"; the __init__ in the window class (derived from gtk.window) used for the onscreen keyboard? I tred to put the flag that you suggested there, but it did not help. (Moreover, the window was without decoration. ) Thanks nevertheless for telling me

Re: [pygtk] How to remain visible on to p of fullscreen application?

2010-06-30 Thread Tomeu Vizoso
On Wed, Jun 30, 2010 at 12:03, Francesco Fumanti wrote: > Hi, > > Thanks for your reply. > > Onboard already users that flag but unfortunately it does not keep it above > other applications. However, onscreen keyboard users usually don't have > access to a hardware keyboard, it is important for

Re: [pygtk] How to remain visible on to p of fullscreen application?

2010-06-30 Thread Francesco Fumanti
Hi, Thanks for your reply. Onboard already users that flag but unfortunately it does not keep it above other applications. However, onscreen keyboard users usually don't have access to a hardware keyboard, it is important for the onscreen keyboard to remain available also when a nother applica

[pygtk] Help with backgroundcolor of gtkcellrender

2010-06-30 Thread ruben miguel corcoba
hello, I have a problem with a gt.treeview setting the backgroundcolor to a row. With the different gtkcellrender i can change the background color of a column, but I can change the bgcolor of a row. Can someone help me please? Thanks ___ pygtk mailing