[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 panel.

Thanks,

Martin

-- 
Martin Preishuber - Student, ECLiPt Core Member, SysAdmin
http://eclipt.uni-klu.ac.at,
mailto:[EMAIL PROTECTED]

It's OKAY -- I'm an INTELLECTUAL, too.
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



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. 
 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 panel.
 
 Thanks,
 
 Martin
 
 -- 
 Martin Preishuber - Student, ECLiPt Core Member, SysAdmin
 http://eclipt.uni-klu.ac.at,
 mailto:[EMAIL PROTECTED]
 
 It's OKAY -- I'm an INTELLECTUAL, too.
 To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



[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 PROTECTED]



[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 PROTECTED]



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
 around here lately?

Nah - we've been hard at work!  But James has been away on holiday and
away from his computer for a while.  As soon as we make sure all the
pending patches are in and everything is settled down, there will be
another release.

Matt
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



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 already available
 Python Gnome panel applet that I can study as a reference.
 
 -- 
 Randolph Fritz
 Eugene, Oregon, USA
 To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



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 should be making another release of pygtk and gnome-python some time
soon.  I have been away on holiday for the last three weeks, and did not
have access to my mail or my work machine.  I have to go through some of
the patches I was sent, then it should be alright to make a new release.

James.

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]