No Subject

2000-05-15 Thread abouf066
Hi James, A small question for you. How can I put aguments for the callback function appearing in create_items ( defined in GtkItemFactory.) Thanks for your time and help _

[pygtk] How to let the WM know !?

2000-05-15 Thread abouf066
Hi all, Thanks for your precious help. Unfortunately, my problems are not over yet !? I am creating a dialog window, which might be moved around and resized by the user. In theory this means that the user has her/his own reasons in doing so. Here is my problem : -1-

Re: [pygtk] Event handler

2000-05-15 Thread James Henstridge
On Mon, 15 May 2000, Luca Minuti wrote: > I havn't found a "double click" signal to use with the connect method. > If true, how can I handle a double click over an item of a GtkCList? > > I have another problem, I need a subclass of GtkCList that fire a > custom signal under certain condition, b

[pygtk] Event handler

2000-05-15 Thread Luca Minuti
I havn't found a "double click" signal to use with the connect method. If true, how can I handle a double click over an item of a GtkCList? I have another problem, I need a subclass of GtkCList that fire a custom signal under certain condition, but I don't know how to create new signal. Thanks,