Re: [pygtk] help understanding event loop

2000-03-23 Thread Bernhard Herzog
"Rob Hodges" <[EMAIL PROTECTED]> writes: > > This is just about it. I wanted non-modal dialog boxes, so I changed > > file_open_box() to file_open_box(modal=FALSE), and added a print so > > you can see what is going on. > > Non-modal dialogs are good, but if you let users open two of the same >

Re: [pygtk] PyQt/PyKDE Bindings

2000-03-23 Thread Randolph Bentson
On Fri, Mar 24, 2000 at 01:03:58AM +0800, James Henstridge wrote: > On Thu, 23 Mar 2000, Moshe Zadka wrote: > > As long as you're breaking things anyway, let me suggest one change: > > have the "Gtk" prefix stripped from the classes' names (GtkText -> Text, > > etc) and recommend that Gtk is impor

Re: [pygtk] PyQt/PyKDE Bindings

2000-03-23 Thread Fred L. Drake, Jr.
Moshe Zadka writes: > As long as you're breaking things anyway, let me suggest one change: > have the "Gtk" prefix stripped from the classes' names (GtkText -> Text, > etc) and recommend that Gtk is imported via [...] I think (but am not sure) that James meant there would be *some* breakage

Re: [pygtk] PyQt/PyKDE Bindings

2000-03-23 Thread James Henstridge
On Thu, 23 Mar 2000, Moshe Zadka wrote: > As long as you're breaking things anyway, let me suggest one change: > have the "Gtk" prefix stripped from the classes' names (GtkText -> Text, > etc) and recommend that Gtk is imported via > > import Gtk > > And accesed via > > Gtk.Text() > > (Simill

Re: [pygtk] PyQt/PyKDE Bindings

2000-03-23 Thread Charles G Waldman
Moshe Zadka writes: > > As long as you're breaking things anyway, let me suggest one change: > have the "Gtk" prefix stripped from the classes' names (GtkText -> Text, > etc) and recommend that Gtk is imported via > > import Gtk > > And accesed via > > Gtk.Text() > > (Simillarily

Re: [pygtk] PyQt/PyKDE Bindings

2000-03-23 Thread Hrvoje Niksic
François Pinard <[EMAIL PROTECTED]> writes: > Moshe Zadka <[EMAIL PROTECTED]> writes: > > > As long as you're breaking things anyway, let me suggest one change: > > have the "Gtk" prefix stripped from the classes' names (GtkText -> Text, > > etc) [...] > > For one, I would be happy to make that

Re: [pygtk] help understanding event loop

2000-03-23 Thread Rob Hodges
> This is just about it. I wanted non-modal dialog boxes, so I changed > file_open_box() to file_open_box(modal=FALSE), and added a print so > you can see what is going on. Non-modal dialogs are good, but if you let users open two of the same dialog it's just confusing. I would suggest (as some

Re: [pygtk] PyQt/PyKDE Bindings

2000-03-23 Thread François Pinard
Moshe Zadka <[EMAIL PROTECTED]> writes: > As long as you're breaking things anyway, let me suggest one change: > have the "Gtk" prefix stripped from the classes' names (GtkText -> Text, > etc) [...] For one, I would be happy to make that change, as well (partly because I've not that much written