[pygtk] GDK Bindings ?

2000-01-22 Thread Martin Preishuber
Hi there, are there any of the bindings for gdk* functions (e.g. gdk_screen_width or gdk_window_get_pointer) ? or alternatively, has anyone some idea to realize this problem: I have some gnome-applet and want to open a popup window, where the window should appear just over the icon in the

Re: [pygtk] GDK Bindings ?

2000-01-22 Thread Matt Wilson
from gtk import * print screen_width(), screen_height() you can use the get_pointer method of GtkWidget to get a (x, y) tuple of the current pointer position. On Sat, Jan 22, 2000 at 06:02:05PM +0100, Martin Preishuber wrote: Hi there, are there any of the bindings for gdk* functions (e.g.

[pygtk] PyGTK development status

2000-01-22 Thread Gerald Gutierrez
Hi all. The last release of pygtk was from a while ago. Previous to that the releases were fairly frequent. Is this because pygtk is fairly complete now and there isn't much more to do, or have things just slowed down around here lately? To unsubscribe: echo "unsubscribe" | mail [EMAIL

[pygtk] Example panel applet?

2000-01-22 Thread Randolph Fritz
Hi, folks! I'm trying to write "post-it" (tm:) note panel applet as a first project in PyGnome and I'm wondering if there's an already available Python Gnome panel applet that I can study as a reference. -- Randolph Fritz Eugene, Oregon, USA To unsubscribe: echo "unsubscribe" | mail [EMAIL

Re: [pygtk] PyGTK development status

2000-01-22 Thread Matt Wilson
On Sat, Jan 22, 2000 at 12:19:59PM -0800, Gerald Gutierrez wrote: Hi all. The last release of pygtk was from a while ago. Previous to that the releases were fairly frequent. Is this because pygtk is fairly complete now and there isn't much more to do, or have things just slowed down

Re: [pygtk] Example panel applet?

2000-01-22 Thread Matt Wilson
from the gnome-python source package: gnome-python-1.0.50/pygnome/examples/clock-applet.py Matt On Sat, Jan 22, 2000 at 06:07:11PM -0800, Randolph Fritz wrote: Hi, folks! I'm trying to write "post-it" (tm:) note panel applet as a first project in PyGnome and I'm wondering if there's an

Re: [pygtk] PyGTK development status

2000-01-22 Thread James Henstridge
On Sat, 22 Jan 2000, Gerald Gutierrez wrote: Hi all. The last release of pygtk was from a while ago. Previous to that the releases were fairly frequent. Is this because pygtk is fairly complete now and there isn't much more to do, or have things just slowed down around here lately? We