Re: [pygtk] wnck.Window.get_geometry missing?

2006-05-28 Thread Gustavo J. A. M. Carneiro
Dom, 2006-05-28 às 21:01 +0100, Magnus Therning escreveu: > On Sun, May 28, 2006 at 12:31:14PM +0100, Gustavo J. A. M. Carneiro wrote: > >Sáb, 2006-05-27 às 21:56 +0100, Magnus Therning escreveu: > >> I can't figure out why wnck.Window.get_geometry isn't in the python > >> bindings. > >> > >> wnck

Re: [pygtk] wnck.Window.get_geometry missing?

2006-05-28 Thread Magnus Therning
On Sun, May 28, 2006 at 12:31:14PM +0100, Gustavo J. A. M. Carneiro wrote: >Sáb, 2006-05-27 às 21:56 +0100, Magnus Therning escreveu: >> I can't figure out why wnck.Window.get_geometry isn't in the python >> bindings. >> >> wnck.defs contains the following >> >> (define-method get_geometry >>

[pygtk] Question about building PyGTK 2.8.6 on Linux

2006-05-28 Thread Tom Williams
Hi! I'm trying to build PyGTK 2.8.6 on Linux (Slackware 8-based system w/ custom mods) and even though it builds, I don't think it's building correctly. During the build, I get messages like this: -START--- make[2]: Leaving directory `/home/tom/build/pygtk-2.8.6/gobject'

Re: [pygtk] wnck.Window.get_geometry missing?

2006-05-28 Thread Gustavo J. A. M. Carneiro
Sáb, 2006-05-27 às 21:56 +0100, Magnus Therning escreveu: > I can't figure out why wnck.Window.get_geometry isn't in the python > bindings. > > wnck.defs contains the following > > (define-method get_geometry >(of-object "WnckWindow") >(c-name "wnck_window_get_geometry") >(return-typ

[pygtk] gtk.button & stock images, color change possible?

2006-05-28 Thread Brian
In our app, I have put 3 buttons on the bottom of the window beside the status bar. I have made bare buttons and use stock images for two. One is a pause image, another is a play image and the third is a custom clock image. (specialized terminal app, command queue features {pause, run, timer})