Re: [pygtk] Equivalent to IDLE interactive window with PyGtk Bindings?(fwd)

2002-02-26 Thread Andrew P. Lentvorski
On Tue, 26 Feb 2002, Graham Ashton wrote: > Have you seen the stuff in the pygtk/examples/ide directory in the source? On Tue, 26 Feb 2002, Michael Benfield wrote: > I've never used IDLE, but if you're just after a PyGtk window where you > can type Python commands, that's not too hard. In fact,

[pygtk] Equivalent to IDLE interactive window with PyGtk Bindings?

2002-02-26 Thread Andrew P. Lentvorski
Is there any equivalent to IDLE, but using PyGtk bindings rather than Tk? I have a real need for the equivalent of the interactive window in IDLE, but my applcation is PyGtk based. Any suggestions (especially concerning linking GtkText to InteractiveConsole) would also be appreciated. Thanks, A

[pygtk] GtkItemfactory.create_item() ?

2002-02-26 Thread Michael Lauer
Is there any specific reason why create_item() is not wrapped? Is it because I can call create_items() with only one tuple? Yours, Michael 'Mickey' Lauer . . . . . . . . . [EMAIL PROTECTED] How could anyone know me - when I don't even know myself ?

Re: [pygtk] Equivalent to IDLE interactive window with PyGtk Bindings? (fwd)

2002-02-26 Thread Michael Benfield
On Tue, Feb 26, 2002 at 01:57:37AM -0800, Andrew P. Lentvorski wrote: > Is there any equivalent to IDLE, but using PyGtk bindings rather than Tk? > > I have a real need for the equivalent of the interactive window in IDLE, > but my applcation is PyGtk based. > > Any suggestions (especially conce

Re: [pygtk] The right widget (for arranging graphics)

2002-02-26 Thread Shandy Brown
I found this tutorial helpful when learning about the GnomeCanvas: http://linuxfocus.org/English/July2000/article160.shtml (there are a bunch more tutorials in the PyGTK FAQ) HTH, sjbrown On Tue, 2002-02-26 at 05:40, Graham Ashton wrote: > On Mon, Feb 25, 2002 at 10:59:14AM +0100, Johan Dahlin

Re: [pygtk] The right widget (for arranging graphics)

2002-02-26 Thread Graham Ashton
On Mon, Feb 25, 2002 at 10:59:14AM +0100, Johan Dahlin wrote: > m?n 2002-02-25 klockan 03.26 skrev Graham Ashton: > > > > If I want to arrange these thumbnails in a grid of image previews > > (similar to the way Nautilus arranges preview images when in "View as > > Icons" mode), > > GnomeCanvas

Re: [pygtk] Equivalent to IDLE interactive window with PyGtk Bindings? (fwd)

2002-02-26 Thread Graham Ashton
On Tue, Feb 26, 2002 at 01:57:37AM -0800, Andrew P. Lentvorski wrote: > Is there any equivalent to IDLE, but using PyGtk bindings rather than Tk? > > I have a real need for the equivalent of the interactive window in IDLE, > but my applcation is PyGtk based. Have you seen the stuff in the pygtk/

[pygtk] Equivalent to IDLE interactive window with PyGtk Bindings? (fwd)

2002-02-26 Thread Andrew P. Lentvorski
Is there any equivalent to IDLE, but using PyGtk bindings rather than Tk? I have a real need for the equivalent of the interactive window in IDLE, but my applcation is PyGtk based. Any suggestions (especially concerning linking GtkText to InteractiveConsole) would also be appreciated. Thanks, A