[pygtk] Moving/resizing windows?

2001-02-01 Thread dg
How do I manually set a window geometry? GdkWindow's x, y, width and height properties are read-only, and there don't appear to be any methods defined on it (according to description.py). -- +- David Given ---McQ-+ "There is no expedient to which a man will | Work: [EMAIL PROTECTED

Re: [pygtk] double click on a CList

2001-02-01 Thread George Young
On Thu, 01 Feb 2001, you wrote: > Pier wrote: > > Ricardo Caesar Lenzi wrote: > > > Try this: > > > > > > def on_clist_button_press_event(clist,mousebutton,data): > > > if mousebutton.type==5: I think it's somewhat clearer to say (having done "import GDK" somewhere): if mousebutton

[pygtk] solaris installation problem...?

2001-02-01 Thread Lindsay B. Jack
Hi, I'm a newbie to python, and have been trying to install the gnome-python libraries (v. 1.0.53) for use with the Pybliographer program. However, I'm having a problem with one of the modules - every time I try to import the _gnomeui module, I get an error saying: talisker787: pybliographic

Re: [pygtk] double click on a CList

2001-02-01 Thread Ricardo Caesar Lenzi
Pier wrote: > Hi again, > Ricardo Caesar Lenzi wrote: > > > > > Try this: > > > > def on_clist_button_press_event(clist,mousebutton,data): > > if mousebutton.type==5: > >print "Double-click!" > > > > clist.connect("button_press_event",on_clist_button_press_event) > > > > - Ricardo > >

Re: [pygtk] double click on a CList

2001-02-01 Thread Dave Reed
> From: Pier <[EMAIL PROTECTED]> > > Hi again, > Ricardo Caesar Lenzi wrote: > > > > > Try this: > > > > def on_clist_button_press_event(clist,mousebutton,data): > > if mousebutton.type==5: > >print "Double-click!" > > > > clist.connect("button_press_event",on_clist_button_press_even

[pygtk] documentation for pygtk

2001-02-01 Thread Luigi Vellucci
I am developing some aplication in python using the gtk widgets, but is too dificult that sintax , if someone knows some site with that documentation or can give to me some tutorials , i apreciate so much. Sorry for my english I m from Venezuela. ___ p