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

2006-05-29 Thread Magnus Therning
On Sun, May 28, 2006 at 11:57:00PM +0100, Gustavo J. A. M. Carneiro wrote: [..] Here's how I'd solve it: 1. comment out the int* parameters in the defs; 2. compile; it's going to fail, of course; 3. go to the generated C file, look for the wrapper, copy it 4. go to

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-type none)

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 (of-object

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.defs contains

[pygtk] wnck.Window.get_geometry missing?

2006-05-27 Thread Magnus Therning
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-type none) (parameters '(int* xp) '(int* yp) '(int* widthp)