Re: [pygtk] Couple of pygtk questions

2002-09-08 Thread Seth Kurtzberg
On Sunday 08 September 2002 19:38, James Henstridge wrote: > Seth Kurtzberg wrote: > >I'm also very interested in this. I've been delaying a project to see if > > I can resolve the cross platform issues with pygtk. > > > >On Sunday 08 September 2002 16:19, Mi

Re: [pygtk] Couple of pygtk questions

2002-09-08 Thread Seth Kurtzberg
low for > > threading? This last issue in particular will decide whether I should > > make the port. > > > > -- Mike > > > > P.S how costly is the migration? Have the python interfaces changed &g

Re: [pygtk] ANNOUNCE: pygtk-1.99.13

2002-08-26 Thread Seth Kurtzberg
k build process is *not* > parallelizable via parallel 'make', which indicates incomplete or > in error dependencies. -- --- Seth Kurtzberg M. I. S. Corp. 1-480-661-1849 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Button Connections/I can see Dialogs

2002-06-03 Thread Seth Kurtzberg
you want to quit?') > window.vbox.pack_start(label, gtk.TRUE, gtk.TRUE, 0) > label.show() > window.show() > window.hide() > > _______ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk > Re

[pygtk] Access to gtk snoop function

2002-06-01 Thread Seth Kurtzberg
Does anyone know whether the gtk function: gtk_key_snooper_install() is available from within pygtk? I can add it if necessary; perhaps, though, it is already there and I didn't find it? -- Seth Kurtzberg MIS Corp. Office: (480) 661-1849 Fax: (480) 614-8909 email: [EMAIL PROT

Re: [pygtk] Copy to X clipboard

2002-05-27 Thread Seth Kurtzberg
round this problem such > > as xclipboard. The downside to xclipboard is that every time the > > CLIPBOARD selection is claimed, the data gets requested by xclipboard, > > and xclipboard will only store the data in one format. > > Added http://async.com.br/faq/pygtk/index.

Re: [pygtk] Menu question

2002-05-27 Thread Seth Kurtzberg
cumbersome. The > menubar by itself works very well and provides all the functionality you > would need. > > > the main menu disabled, so the user will not tend to > > click any button from the main menu until they quit > > the pop up menu. > > I'm afraid