Re: [pygtk] pygtk interactive console

2003-07-16 Thread Jon Anderson
> What about the > part? If you want to release it under a python/BSD compatible > license, I would like to include a modified version with matplotlib. It's under the Python license. > Also, CTRL-D appears broken. I uploaded a new version with CTRL-D for when run in stand alone, and updated

Re: [pygtk] pygtk interactive console

2003-07-16 Thread John Hunter
> "Jon" == Jon Anderson <[EMAIL PROTECTED]> writes: Jon> Hi, Jon> I've seen some similar type consoles, but thought I'd share Jon> my creation as well. Nice. I need an interactive shell for my plotting library http://matplotlib.sourceforge.net. I have been using a modified vers

Re: [pygtk] CList background

2003-07-16 Thread Christian Reis
On Fri, Jul 11, 2003 at 02:29:59PM +0200, Laszlo Monda wrote: > > My question is fairly general, but I haven't found any information > about it. So, how can I set the background of a CList widget? I don't > mean the background of a row, but the whole widget itself. Does anybody figure out what La

[pygtk] ANNOUNCE: pyorbit-1.99.5

2003-07-16 Thread James Henstridge
I have uploaded version 1.99.5 of PyORBit. I am doing this ahead of the pygtk and gnome-python releases so that there will be a tarball available that compiles with the ORBit tarballs found in the Gnome 2.3.x dev releases. Once ftp.gnome.org has synchronised, you will be able to download it from:

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

2003-07-16 Thread Thomas Hunger
Hi, I want to connect to the insert_text signal of the editable. My GTK2+docs say: void insert_text_handler (GtkEditable *editable, const gchar *text, gint length, gint*position, gpointer data)

Re: [pygtk] ANNOUNCE: PyGTK 2.0 Reference Manual V1.1

2003-07-16 Thread Tom Cato Amundsen
On Fri, Jul 11, 2003 at 04:26:53PM -0700, John Finlay wrote: > I've updated the PyGTK 2.0 Reference Manual with the addition of the > Pango classes. It's at: > > http://www.moeraki.com/pygtkreference/index.html > > and a tarball of the html is at: > > http://www.moeraki.com/pygtkreference/pygtk

Re: [pygtk] range of print with gnomeprint

2003-07-16 Thread Erik Rivera Morales
Hello!!, I'm checking the examples in C and need the function "gnome_print_dialog_construct_range_page" of libgnomeprintui, but not found this method or function in the gnomeprint module and reviewed the source of gnome-python/gnomeprint the file printui.defs and printui.override and I did not fi

[pygtk] CList background

2003-07-16 Thread Laszlo Monda
Hi List, My question is fairly general, but I haven't found any information about it. So, how can I set the background of a CList widget? I don't mean the background of a row, but the whole widget itself. I know that CList is deprecated, but the new TreeView widget seems to be extremely slow for m

[pygtk] pygtk interactive console

2003-07-16 Thread Jon Anderson
Hi, I've seen some similar type consoles, but thought I'd share my creation as well. It's an python interpreter embedded in a gtk.TextView. Since all code is executed from within the gtk.main() loop, you can place and show widgets interactively. Output is color coded, and there is some rudi