Re: [pygtk] Pygtk for gtk 1.2 and 2.0 clarification

2002-11-05 Thread James Henstridge
Tanya Brethour wrote: I'm been reading the FAQ fro pygtk (http://www.async.com.br/faq/pygtk/index.py?req=all#2.1) and trying to understand exactly what I am doing wrong. (keep in mind this is more difficult for me since I am new to python as well as gtk). First some background information. I am

Re: [pygtk] GtkImage, pixbuf woes under gtk2.x

2002-11-05 Thread James Henstridge
george young wrote: [gtk+-2.1.1, pygtk-1.99.13, python-2.2.1] Under gtk 1.x, I had been using something like: class Openclose(gtk.GtkToggleButton): ... minus_xpm_d = [11 11 2 1, . c #00, ... ###] self.minus = gtk.create_pixmap_from_xpm_d(topwin.get_window(), None,

[pygtk] RH8 pygtk0.6x, pygtk2-1.99x

2002-11-05 Thread Don Radick
Thanks for the help so far,. but I still have not had success. Starting from a stock RedHat 8.0 system, have downloaded and installed: pygtk-0.6.11 pygtk-1.99.13 (shouldn't that be pygtk2-1.99.13?) but cannot find gnome-python-1.4.4 anywhere, as stated in the pygtk FAQ section 2.1. I have

Re: [pygtk] Bonobo reference problem

2002-11-05 Thread Arjan J. Molenaar
On Tue, 2002-11-05 at 15:11, James Henstridge wrote: Arjan J. Molenaar wrote: Thank you for the bug report. I have updated pyorbit to fix the problem. The pycorba_object_new() function used to create a wrapper for a CORBA object didn't duplicate the object reference (which all of the

[pygtk] ANNOUNCE: Kiwi 0.5.0

2002-11-05 Thread Christian Reis
I'm releasing today version 0.5.0 of Kiwi, a framework for developing graphical applications using Python and based on PyGTK. This is the sixth public release of Kiwi, and in this version it has evolved into a quite complete application framework, with many perks and niceties. Grab the latest code

[pygtk] Entryfield validation extentions

2002-11-05 Thread René Olsthoorn
Title: Entryfield validation extentions Hi, Valid characters in an entryfield is important for many programs. I found an extention that allows date, currency and numeric characters to be validated when typing in the GTK entryfield. See http://gtkwidgexts.sourceforge.net/docs/tutorial.html

[pygtk] drag and drop target for a color selection.

2002-11-05 Thread pygtk
What is the appropriate target for drag_dest_set to enable a widget to receive a color dragged from the colorSelection widget? The only dnd example uses text/html which doesn't allow my clist to receive the drop. Thanks in advance, Scott ___ pygtk

Re: [pygtk] rotate text

2002-11-05 Thread Andrew P. Lentvorski
On Tue, 5 Nov 2002, John Hunter wrote: I would like to write text vertically (rotated 90 degrees) in a GtkDrawingArea. My preliminary look at the docs (I checked the pygtk tutorial this time!) suggests that this is no mean feat. The standard way of doing this in X is to render text to a