[pygtk] add_entries in MenuFactory

2000-05-08 Thread abouf066
Greetings, Does anybody know how to put underscores under a selected letter of the items in a menu bar ? (You know the now traditional _File -underscore under F- means altF should pop-down the File menu... By the way I do not want to add an explicit accelerator which will yield to ALT+

Re: [pygtk] add_entries in MenuFactory

2000-05-08 Thread James Henstridge
On Mon, 8 May 2000 [EMAIL PROTECTED] wrote: Greetings, Does anybody know how to put underscores under a selected letter of the items in a menu bar ? (You know the now traditional _File -underscore under F- means altF should pop-down the File menu... By the way I do not want to add

Re: [pygtk] add_entries in MenuFactory

2000-05-08 Thread Stephan R.A. Deibel
Hi, If you're using the gtk item factory, then I think you can just put an _ before the letter you want underscored. E.g., send "_File". I didn't write the code I'm looking at but it looks like we create a GtkItemFactory like this: accel_group = gtk.GtkAccelGroup() self.fItemFactory =

[pygtk] new development snapshot

2000-05-08 Thread James Henstridge
I have put up another tarball of the new extension class based pygtk. It is available at: ftp://ftp.daa.com.au/pub/james/python/pygtk-0.7.0-unstable-dont-use.tar.gz As before, it is not yet ready to replace the 0.6.x versions of pygtk, but it is getting better. You will probably find that a

[pygtk] Re: Your Win32 PyGtk (Where is it?)

2000-05-08 Thread Hans Breuer
At 21:53 06.05.00 -0700, Hamida wrote: Greetings Hans, I found an elogious comment regarding your port of PyGtk to Win32 (compiled with VC++). I, howver, was unable to use your gtk.pyd There is now such file. The file you probably mean is _gtk.pyd . (my python is complaining about some

Re: [pygtk] new development snapshot

2000-05-08 Thread James Henstridge
On Mon, 8 May 2000, Tom Cato Amundsen wrote: James Henstridge wrote: I have put up another tarball of the new extension class based pygtk. It is available at: ftp://ftp.daa.com.au/pub/james/python/pygtk-0.7.0-unstable-dont-use.tar.gz It seems like you missed gtk/gdk.defs. Only

[pygtk] A quick pointer to thred information.

2000-05-08 Thread George Farris
Can someone point me to a quick tutorial and example programs about threads and pygtk. Any info would be helpful. -- George Farris - VE7FRG [EMAIL PROTECTED] - To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Re: [pygtk] new development snapshot

2000-05-08 Thread James Henstridge
On Mon, 8 May 2000, Tom Cato Amundsen wrote: James Henstridge wrote: I have put up another tarball of the new extension class based pygtk. It is available at: ftp://ftp.daa.com.au/pub/james/python/pygtk-0.7.0-unstable-dont-use.tar.gz It seems like you missed gtk/gdk.defs. Only