Re: [pygtk] PyGTK in the standard Library

2004-06-23 Thread Michael McLay
On Friday 18 June 2004 8:59 am, Skip Montanaro wrote: > Matt> There have been several discussions on the list in the last few > Matt> months about trying to get PyGTK into the standard library, ... I would like to see PyGtk become part of the core Python distribution, however, this is an

[pygtk] PyGtk usage question

2004-03-12 Thread Michael McLay
most popular Python projects Date: Friday 12 March 2004 11:43 am From: "Kevin Altis" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: "Michael McLay" <[EMAIL PROTECTED]> Hi James, I'm trying to figure out the most popular Python projects and Michael McLay brought u

Re: [pygtk] IDLE-Gtk / Should PyGtk be proposed for the Python 2.4 release?

2004-03-05 Thread Michael McLay
On Wednesday 03 March 2004 02:45 pm, Andy Sy wrote: > Michael McLay wrote: > > On Tuesday 02 March 2004 11:24 pm, Andy Sy wrote: > > AS> Michael McLay wrote almost a year ago: > >MM>The Tkinter library in the standard Linux distribution is getting > long

Re: [pygtk] TreeView column expanding

2003-10-22 Thread Michael McLay
On Tuesday 30 September 2003 01:05 pm, Theodore A. Roth wrote: > Hi, > > I have built up an app using glade-2 and it loads and runs fine using > gtk.glade. One of my widgets is a TreeView using a ListStore and I'm > having a bit of trouble figuring out how to make all the columns > # t

Re: [pygtk] check button callbacks

2003-10-22 Thread Michael McLay
On Monday 29 September 2003 08:51 am, liquid wrote: > Hi guys > I'm really a newbie of python and pygtk, so sorry if my question is... too > dumb (o: Welcome to Python. No question is too dumb from a newbie:-) There mailing lists specifically for these types of questions. As was mentioned earlier

Re: [pygtk] check button callbacks

2003-10-22 Thread Michael McLay
On Monday 29 September 2003 08:51 am, liquid wrote: > Hi guys > I'm really a newbie of python and pygtk, so sorry if my question is... too > dumb (o: Welcome to Python. No question is too dumb from a newbie:-) There mailing lists specifically for these types of questions. As was mentioned earlier

Re: [pygtk] TreeView column expanding

2003-09-30 Thread Michael McLay
On Tuesday 30 September 2003 01:05 pm, Theodore A. Roth wrote: > Hi, > > I have built up an app using glade-2 and it loads and runs fine using > gtk.glade. One of my widgets is a TreeView using a ListStore and I'm > having a bit of trouble figuring out how to make all the columns > # t

Re: [pygtk] Warnings issued by get_property

2003-09-09 Thread Michael McLay
On Monday 08 September 2003 06:55 pm, Christian Reis wrote: > On Fri, Sep 05, 2003 at 11:57:22AM +0800, James Henstridge wrote: > > On 4/09/2003 8:00 AM, Michael McLay wrote: > > >I received an odd warning when testing the use of get_property. > > > Accessing the &#

[pygtk] Warnings issued by get_property

2003-09-04 Thread Michael McLay
I received an odd warning when testing the use of get_property. Accessing the 'child' property for a button returns the message: (:2640): Gtk-WARNING **: ../../gtk/gtkcontainer.c:874: invalid property id 3 for "child" of type `GParamObject' in `GtkButton' >>> c.get_property('child') (:2640): Gt

Re: [pygtk] Should PyGtk be proposed for the Python 2.4 release?

2003-03-27 Thread Michael McLay
On Tuesday 25 March 2003 11:25 pm, Rob Brown-Bayliss wrote: > > shrink. Is it time to look for a replacement that would be a comfortable > > fit within the standard Python library? > > Is it really a good idea? Python is already distributed with Tkinter, and it gets used as the standard cross pla

Re: [pygtk] Should PyGtk be proposed for the Python 2.4 release?

2003-03-25 Thread Michael McLay
On Monday 24 March 2003 09:34 pm, Greg Ward wrote: > On 23 March 2003, Michael McLay said: > > Of the big three; PyGtk, wxPython, and PyQT; I believe the PyGtk package > > is probably the closest match to the Python coding philosophy and style. > > If I had to pick one of thos

Re: [pygtk] Should PyGtk be proposed for the Python 2.4 release?

2003-03-25 Thread Michael McLay
On Monday 24 March 2003 10:43 am, James Henstridge wrote: > I don't know. PyGTK is a fairly large extension compared to most other > extensions distributed with Python (mostly due to the size of the GTK > API). I don't know what the Python developers would think of something > of its size. > > Th

Re: [pygtk] Should PyGtk be proposed for the Python 2.4 release?

2003-03-25 Thread Michael McLay
On Monday 24 March 2003 09:34 pm, Greg Ward wrote: > On 23 March 2003, Michael McLay said: > > Of the big three; PyGtk, wxPython, and PyQT; I believe the PyGtk package > > is probably the closest match to the Python coding philosophy and style. > > If I had to pick one of thos

Re: [pygtk] Should PyGtk be proposed for the Python 2.4 release?

2003-03-25 Thread Michael McLay
On Monday 24 March 2003 10:43 am, James Henstridge wrote: > I don't know. PyGTK is a fairly large extension compared to most other > extensions distributed with Python (mostly due to the size of the GTK > API). I don't know what the Python developers would think of something > of its size. > > Th

Re: [pygtk] Should PyGtk be proposed for the Python 2.4 release?

2003-03-24 Thread Michael McLay
On Monday 24 March 2003 02:52 am, Eric S. Raymond wrote: > Michael McLay <[EMAIL PROTECTED]>: > > Of the big three; PyGtk, wxPython, and PyQT; I believe the PyGtk > > package is probably the closest match to the Python coding > > philosophy and style. It is also closer

[pygtk] Should PyGtk be proposed for the Python 2.4 release?

2003-03-23 Thread Michael McLay
The Tkinter library in the standard Linux distribution is getting long in the tooth. It is in the standard distribution because it provides cross-platform portability and has a rich text widget. The rate of improvement in the Tk toolkit has slowed to a trickle and the marketshare of Tk continues

Re: [pygtk] Curves, splines and libart

2003-03-05 Thread Michael McLay
On Wednesday 05 March 2003 10:32 am, "Gustavo J. A. M. " Carneiro wrote: > On Ter, 2003-03-04 at 15:16, [EMAIL PROTECTED] wrote: > > Does anyone know how to draw an spline-curve? > > Or any other fancy type of curve that the user can drag and tweak? > > Is using art (libart) an option? > > libart

Re: [pygtk] TreeModel mystery

2002-08-21 Thread Michael McLay
On Wednesday 21 August 2002 04:20 am, Michele Campeotto wrote: > DISCLAIMER: HORRIBLE code ahead! > > Michael McLay wrote: > > My goal is to populate a TreeModel with an XML tree. So far I've had no > > luck in getting started. I suspect that others on this list would

[pygtk] TreeModel mystery

2002-08-20 Thread Michael McLay
I've figured out how to use many of the widgets in the 2.0.0 release of pygtk, but I've spent the last several hours trying to make sense of the TreeModel. Call me thick, but I don't see where some of the methods are originating, or why they are being called. Why did I have to define the 20 s

Re: [pygtk] Python, GNOME, Locale, and Dates

2001-12-14 Thread Michael McLay
On Thursday 13 December 2001 03:59 pm, Michael P JasonSmith wrote: > James Henstridge wrote: > > Michael P JasonSmith wrote: > > >The GnomeDateEdit widget insists in displaying the dates in mm/dd/ The ISO [1], the IETF[2] , the W3C [3], and the U.S. government [4] recomend formating a date

[pygtk] Usign libglade and Glade to write PyGlade

2001-02-26 Thread Michael McLay
On Sunday 25 February 2001 03:20, James Henstridge wrote: > On Sun, 25 Feb 2001, Russell Nelson wrote: > > 3) Is there a program which can take a .glade file, and modify a .py > > file so that it matches the signal definitions with a > > GladeSignalHelper class? It would be even cooler if I could

[pygtk] Python-gnome documentation help

2000-03-03 Thread Michael McLay
Daniel Kornhauser writes: > Hi after not understandig several things I decided I needed to understand > the way python works in order to persue my documentation effort . And I > mean REALLY works: > How it initializes, how does it's stack works, etc > > For example in C I have read seve

[pygtk] ignore - Archives not being updated

2000-02-21 Thread Michael McLay
Michael McLay writes: > > It looks like the email archives for the pygtk list stopped being > updated on 2000/02/10. Looks like it is a problem with the http://www.mail-archive.com/ service. They had a system crash and they are running in degradation mode. To unsubscr

[pygtk] Archives not being updated?

2000-02-21 Thread Michael McLay
It looks like the email archives for the pygtk list stopped being updated on 2000/02/10. http://www.mail-archive.com/pygtk@daa.com.au/maillist.html To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Re: [pygtk] rotation and scaling of canvas items

1999-03-06 Thread Michael McLay
James Henstridge writes: > Yes you are right. I had forgotten about the gnome_canvas_*_affine > functions. I will probably be putting out a new version of pygtk and > gnome-python soon. > > Here is the list of things I will be adding: > - gtk_ctree_new (I had gtk_ctree_new_with_titles but

[pygtk] rotation and scaling of canvas items

1999-03-05 Thread Michael McLay
what should be used to rotate and scale objects: Raph Levien writes: > Michael McLay wrote: > > > > In gnome-canvas.h gnome_canvas_item_rotate and gnome_canvas_item_scale > > are defined, but they are not implemented. It looks like the required > > art_affine_