[pygtk] Re: Simple TreeView API

2004-10-07 Thread Dave Reed
too difficult to clean up and extend. If anyone is interested, here it is. I use 4 spaces for indentation, but if it gets garbled, let me know and I can put it on a website for download. Dave -

[pygtk] Re: libglade tutorial

2004-07-19 Thread Dave Reed
On Saturday 17 July 2004 16:41, Christian Robottom Reis wrote: > On Sat, Jul 17, 2004 at 02:39:22PM -0600, Elijah P Newren wrote: > > > the articles page at http://www.pygtk.org/articles.html -- it should > > > refresh on the main site overnight unless the hobgoblins ruin Jeff's > > > updater aga

[pygtk] software to help automate glade/pygtk development

2004-06-10 Thread Dave Reed
ournal.com/article.php?sid=7558 I'm releasing the code under the GPL so if anyone wants to add more features, let me know and we can set up a sourceforge site or come up with some other method. Dave Reed ___ pygtk mailing list [EMAIL PROTECTED] http:/

[pygtk] software to help automate glade/pygtk development

2004-06-10 Thread Dave Reed
___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

[pygtk] realize problem

2004-06-01 Thread Dave Reed
I'm trying to subclass a DrawingArea and am getting a warning saying it isn't realized. Here's the relevant section of code: class Canvas(gtk.DrawingArea): def __init__(self, parent, width, height): gtk.DrawingArea.__init__(self) self.the_parent = parent self.config

[pygtk] Re: Python & GDK || Suggestions

2003-03-30 Thread Dave Reed
On Sunday 30 March 2003 12:30, Metnetsky wrote: > On Sun, 2003-03-30 at 04:27, Thomas Speck wrote: > > On Sun, 2003-03-30 at 08:40, Metnetsky wrote: > > > I can't seem to find any good documentation/examples on GDK with > > > Python. I'm not trying to do much, just open an image, shrink, and save

[pygtk] Re: VTK

2003-03-22 Thread Dave Reed
On Thursday 20 March 2003 17:30, George A. Dowding wrote: > Hello, > > I am looking for information on using Pygtk and VTK. I haven't come > across anything that explains how to do that. If anybody can point me > in the right direction, I would appreciated it. You'll probably have more luck as

[pygtk] Re: Re: Focus ?

2002-12-25 Thread Dave Reed
On Tuesday 24 December 2002 10:54, mc collilieux wrote: > Le Mon, 23 Dec 2002 09:17:51 -0500 > Dave Reed <[EMAIL PROTECTED]> écrivait : > > > On Sunday 22 December 2002 17:55, mc collilieux wrote: > > > Hello, I learn for python and pygtk : > > > i have a

[pygtk] Re: installed gtk+2.2 and now python bindings can't find gnome widgets

2002-12-24 Thread Dave Reed
On Tuesday 24 December 2002 08:51, James Henstridge wrote: > >Thanks - that fixed it. I'm still a little confused as to why the > >files in gnome-python/pygnome did not get compiled. Can someone please > >list the commands for compiling from CVS. > > > > > The stuff in the pygnome directory i

[pygtk] Re: installed gtk+2.2 and now python bindings can't find gnome widgets

2002-12-24 Thread Dave Reed
On Monday 23 December 2002 22:16, James Henstridge wrote: > Dave Reed wrote: > > > >And now my python app complains: > > > > libglade-WARNING **: Could not load support for `gnome': > >/usr/lib/libgnome.so: undefined symbol: poptHelpOptions > >

[pygtk] Re: installed gtk+2.2 and now python bindings can't find gnome widgets

2002-12-23 Thread Dave Reed
On Monday 23 December 2002 09:51, Dave Reed wrote: > I installed the following in /usr/local/gtk2 of a Red Hat 8.0 system: > > pkgconfig-0.14.0.tar.gz > glib-2.2.0.tar.gz > pango-1.2.0.tar.gz > atk-1.2.0.tar.gz > gtk+-2.2.0.tar.gz > libglade-2.0.1.tar.gz > pygtk2 from

[pygtk] installed gtk+2.2 and now python bindings can't find gnome widgets

2002-12-23 Thread Dave Reed
I installed the following in /usr/local/gtk2 of a Red Hat 8.0 system: pkgconfig-0.14.0.tar.gz glib-2.2.0.tar.gz pango-1.2.0.tar.gz atk-1.2.0.tar.gz gtk+-2.2.0.tar.gz libglade-2.0.1.tar.gz pygtk2 from CVS (as of tonight) I set PKG_CONFIG_PATH to: /usr/local/gtk2/lib/pkgconfig:/usr/lib/pkgconfig/

[pygtk] Re: Focus ?

2002-12-23 Thread Dave Reed
On Sunday 22 December 2002 17:55, mc collilieux wrote: > Hello, I learn for python and pygtk : > i have a "form" with many GtkEntry to type data for a mysql base > and I want the first entry has the cursor inside at the opening of the > windows... More when i valide (with Enter) the data, the curs

[pygtk] Re: problem installing latest CVS version

2002-12-22 Thread Dave Reed
On Sunday 22 December 2002 07:51, Markus Jais wrote: > hello > I just checked out the latest pygtk version from CVS. > > there is no configure so I tried: > > ./autogen.sh > > You must have automake installed to compile PyGTK. > Get ftp://ftp.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz > (or

[pygtk] Re: pygtk with latest gtk2.0 or gtk2.2

2002-12-18 Thread Dave Reed
On Wednesday 18 December 2002 17:41, Dave Reed wrote: > On Wednesday 18 December 2002 16:22, Johan Dahlin wrote: > > ons 2002-12-18 klockan 18.56 skrev David M. Cook: > > > On Wed, Dec 18, 2002 at 12:07:36PM -0500, Dave Reed wrote: > > > > > > > I'

[pygtk] Re: pygtk with latest gtk2.0 or gtk2.2

2002-12-18 Thread Dave Reed
On Wednesday 18 December 2002 16:22, Johan Dahlin wrote: > ons 2002-12-18 klockan 18.56 skrev David M. Cook: > > On Wed, Dec 18, 2002 at 12:07:36PM -0500, Dave Reed wrote: > > > > > I'm starting a new database app for my wife's office so I'm giving &g

[pygtk] pygtk with latest gtk2.0 or gtk2.2

2002-12-18 Thread Dave Reed
I'm starting a new database app for my wife's office so I'm giving gtk/pygtk 2.0 (or actually the 1.99 version that comes with Red Hat 8.0) a try. I'd to upgrade to the latest 2.0 version of gtk/pygtk and install it in /usr/local (leaving the version that came with Red Hat 8.0 in /usr) since the T

[pygtk] Re: pygtk/libglade/glade problem with DateEdit

2002-12-16 Thread Dave Reed
On Monday 16 December 2002 08:18, Christian Reis wrote: > On Mon, Dec 16, 2002 at 07:53:56AM -0500, Dave Reed wrote: > > > Date: Mon, 16 Dec 2002 10:08:26 -0200 > > > From: Christian Reis <[EMAIL PROTECTED]> > > > > > > On Sun, Dec 15, 2002 at 02:49

[pygtk] Re: pygtk/libglade/glade problem with DateEdit

2002-12-16 Thread Dave Reed
> Date: Mon, 16 Dec 2002 10:08:26 -0200 > From: Christian Reis <[EMAIL PROTECTED]> > > On Sun, Dec 15, 2002 at 02:49:00PM -0500, Dave Reed wrote: > > I'm not certain whether glade-2 or pygt2/gnome-python is to blame for > > the problem. If I use glade-2 crea

[pygtk] pygtk/libglade/glade problem with DateEdit

2002-12-15 Thread Dave Reed
I'm not certain whether glade-2 or pygt2/gnome-python is to blame for the problem. If I use glade-2 create a Gnome DateEdit widget and tell it not to show the time the time goes away in the glade interface builder window, but when I read the xml file with python and libglade to generate the interf

[pygtk] pygtk for gtk 1.2 and gtk 2 co-exist?

2002-07-15 Thread Dave Reed
Is pygtk for gtk1.2 and for gtk2 set up to coexist nicely for the same version of python? gtk1.2 and gtk2 co-exist nicely, but I'm not certain the two versions of pygtk can. The main reason I'm asking is I noticed the new Red Hat beta only contains pygtk2 and I've got a number of personal apps

[pygtk] Re: gnome python version problem

2001-12-23 Thread Dave Reed
> From: Anthony Tekatch <[EMAIL PROTECTED]> > > > Hello, > > I'm trying to install gnome-python-1.4.1 onto my RedHat 7.0 system: > > The README says: > "... you will also need the pygtk package compiled and installed. " > > I thought pygtk is included in "gnome-python-1.4.1". I pretty certa

[pygtk] Re: Question about "Smart" Windows

2001-12-05 Thread Dave Reed
> From: Jon Nelson <[EMAIL PROTECTED]> > that a more general question (for a more general audience): > could some of you explain how *you* use glade and/or gtk? > Do you use classes? Do you do things programmatically? Personally, > I use a wrapper that does (essentially) this: > > import foo_han

Re: [pygtk] Syntax for setting up GtkCombo?

2001-02-22 Thread Dave Reed
ay to figure out such things on my own (instead of perstering the list?) (c: > > > > Dave Reed wrote: > > > Is there another way to to access the selected item besides >current_combo.get_text()? > > > > The combo has an entry - try: > > > >

Re: [pygtk] Syntax for setting up GtkCombo?

2001-02-21 Thread Dave Reed
> X-Authentication-Warning: phaedrus.sas.upenn.edu: Host localhost [127.0.0.1] claimed >to be sas.upenn.edu > From: "Steven M. Castellotti" <[EMAIL PROTECTED]> > > > Thank you, that was extremely helpful! > > I'm still a little confused however when it comes to retrieving the selec

Re: [pygtk] double click on a CList

2001-02-01 Thread Dave Reed
> From: Pier <[EMAIL PROTECTED]> > > Hi again, > Ricardo Caesar Lenzi wrote: > > > > > Try this: > > > > def on_clist_button_press_event(clist,mousebutton,data): > > if mousebutton.type==5: > >print "Double-click!" > > > > clist.connect("button_press_event",on_clist_button_press_even

Re: [pygtk] adding gdk functions

2000-07-22 Thread Dave Reed
> Date: Sat, 22 Jul 2000 11:22:55 -0700 > From: "Scott F. Johnston" <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Content-type: text/plain; charset=us-ascii > X-Accept-Language: en > Content-Length: 468 > > Yes, it's possible to add some more routines by adding > the p

[pygtk] adding gdk functions

2000-07-22 Thread Dave Reed
First, thanks for making pygtk! It's much nicer than programming gtk apps with C/C++ I'm very new to pygtk so I may be way off base. . . It appears to me that not all the gdk functions are yet part of pygtk. I'd like to use gdk_image_get and a few others. Is it part of pygtk and I just don't