Re: [pygtk] busy-cursor? input_only gtk_window?

2003-07-17 Thread James Henstridge
george young wrote: [gtk-2.2.2, pygtk-1.99.16, python-2.3b2] I want to briefly change my app's cursor to a 'watch' or some such while it's thinking hard. I have a zillion widgets, so it seems like changing cursor for one of them is not likely to be right. From the FAQ, entry 5.6: http://www.a

Re: [pygtk] python gtk/gnome editor

2003-07-17 Thread John (J5) Palmieri
GtkSourceView I would assume is in in PyGTK2 or PyGnome2. Here is a posting to the mailing list from last october http://www.daa.com.au/pipermail/pygtk/2002-October/003642.html. Failing that one could always use the Glimmer bonobo object from CVS along with the Python Bonobo bindings. -- J5 On

RE: [pygtk] python gtk/gnome editor

2003-07-17 Thread Shaffer, Chris
I'm actually very embarrassed by that... That first message is an email one of the users of my software here in my company send me... I would not wish that on any one... I truly am sorry, Martijn... Chris Shaffer -Original Message- From: Christian Reis [mailto:[EMAIL PROTECTED] Sent

[pygtk] busy-cursor? input_only gtk_window?

2003-07-17 Thread george young
[gtk-2.2.2, pygtk-1.99.16, python-2.3b2] I want to briefly change my app's cursor to a 'watch' or some such while it's thinking hard. I have a zillion widgets, so it seems like changing cursor for one of them is not likely to be right. From the FAQ, entry 5.6: http://www.async.com.br/faq/pyg

RE: [pygtk] python gtk/gnome editor

2003-07-17 Thread Shaffer, Chris
Oopss... I sent out the wrong text... Damn copy/paste errors... Here's what I ment to say: I'd love to see a pygtk2 source code editor/mini-ide. I don't know of one. I tried to start one on my one, but I'm afraid I got a bit intimidated by the process... I'd love to help out, though. Chris Sh

RE: [pygtk] python gtk/gnome editor

2003-07-17 Thread Shaffer, Chris
All I ask is that you leave this alone because I have to FIX the updates!! This means I have to go in and correct everything that I have already fixed back to the way I want them. -Original Message- From: Martijn Brouwer [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 5:03 PM To:

[pygtk] python gtk/gnome editor

2003-07-17 Thread Martijn Brouwer
Hi, For a program I am writing I need a text editor that is written in Python and has a gtk2 or gnome2 interface. I searched freshmeat but found nothing. I contacted the author of Moleskine quit some time ago and he said he would come up with at gtk2 version, but the developement seems quite dea

Re: [pygtk] gpointer in editable.connect("insert_text", self.insert)

2003-07-17 Thread Christian Reis
On Tue, Jul 15, 2003 at 04:02:04PM +0200, Thomas Hunger wrote: > void > insert_text_handler (GtkEditable *editable, > const gchar *text, > gint length, > gint*position, > gpointer data) > > When

Re: [pygtk] pygtk interactive console

2003-07-17 Thread John Hunter
> "Jon" == Jon Anderson <[EMAIL PROTECTED]> writes: Jon> It's under the Python license. Excellent. Jon> I uploaded a new version with CTRL-D for when run in stand Jon> alone, and updated the banner of the console, and a couple of Jon> other small changes. Thanks. Could you