Re: [pygtk] list like behaviour for GtkListStore

2002-07-13 Thread James Henstridge
Christian Reis wrote: >On Sat, Jul 13, 2002 at 12:36:35PM +0800, James Henstridge wrote: > > >>I added a quick modification to the GtkListStore wrapper so the >>following is now possible: >> >> >>> import gtk >> >>> store = gtk.ListStore(int, int, str, str) >> >>> store.append() >>

[pygtk] Re: list like behaviour for GtkListStore

2002-07-13 Thread James Henstridge
Jonathan Blandford wrote: >James Henstridge <[EMAIL PROTECTED]> writes: > > > >>I added a quick modification to the GtkListStore wrapper so the >>following is now possible: >> >> >>> import gtk >> >>> store = gtk.ListStore(int, int, str, str) >> >> > >nice. Can I do 'object' too? >

Re: [pygtk] list like behaviour for GtkListStore

2002-07-13 Thread Christian Reis
On Sat, Jul 13, 2002 at 12:36:35PM +0800, James Henstridge wrote: > I added a quick modification to the GtkListStore wrapper so the > following is now possible: > > >>> import gtk > >>> store = gtk.ListStore(int, int, str, str) > >>> store.append() > Will append() take argum

Re: [pygtk] FAQ links

2002-07-13 Thread Shandy Brown
yeah, that makes sense in the context. plus it gives users a little more information. On Sat, 2002-07-13 at 13:34, Christian Reis wrote: > On Sat, Jul 13, 2002 at 01:26:41PM -0400, Shandy Brown wrote: > > I know it's kind of AOLish, but I think "click here" would fit more > > naturally into some

Re: [pygtk] FAQ links

2002-07-13 Thread Christian Reis
On Sat, Jul 13, 2002 at 01:26:41PM -0400, Shandy Brown wrote: > I know it's kind of AOLish, but I think "click here" would fit more > naturally into some of the contexts than "link". "click here" doesn't take into account people using text or text-to-voice browsers, so it's bad accessibility. I'm

Re: [pygtk] FAQ links

2002-07-13 Thread Shandy Brown
I know it's kind of AOLish, but I think "click here" would fit more naturally into some of the contexts than "link". Shandy On Sat, 2002-07-13 at 11:21, Christian Reis wrote: > > I've been messing with faqwiz the past days to make it nicer. I've made > the following changes: > > a) Starting a

[pygtk] Re: list like behaviour for GtkListStore

2002-07-13 Thread Jonathan Blandford
James Henstridge <[EMAIL PROTECTED]> writes: > I added a quick modification to the GtkListStore wrapper so the > following is now possible: > > >>> import gtk > >>> store = gtk.ListStore(int, int, str, str) nice. Can I do 'object' too? > >>> store.append() > > >>> len

[pygtk] FAQ links

2002-07-13 Thread Christian Reis
I've been messing with faqwiz the past days to make it nicer. I've made the following changes: a) Starting a line with a "-" character makes a list item out of it, and if you place many in a sequence, they are grouped into a single b) I've substituted the anchor for URLs for the string "[link]

Re: [pygtk] pygtk - gtkglext

2002-07-13 Thread James Henstridge
Ben Hines wrote: > > On Saturday, July 13, 2002, at 03:28 AM, James Henstridge wrote: > >> Ben Hines wrote: >> >>> I assume this is because gtkgl 2.0 does not exist: (no gtkglarea for >>> gtk2) >>> >>> checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found >>> in the pkg-config se

Re: [pygtk] pygtk - gtkglext

2002-07-13 Thread Ben Hines
On Saturday, July 13, 2002, at 03:57 AM, Ben Hines wrote: > > 1. Thats a bad URL. > 2. Not 2.0. There does seem to be some gtkglarea 2 stuff at > http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&dir=gtkglarea , > but I can't find a simple tarball of gtkglarea2. > Aha, nm i found it at

Re: [pygtk] pygtk - gtkglext

2002-07-13 Thread Ben Hines
On Saturday, July 13, 2002, at 03:28 AM, James Henstridge wrote: > Ben Hines wrote: > >> I assume this is because gtkgl 2.0 does not exist: (no gtkglarea for >> gtk2) >> >> checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in >> the pkg-config search path. >> Perhaps you sho

Re: [pygtk] pygtk - gtkglext

2002-07-13 Thread James Henstridge
Ben Hines wrote: > I assume this is because gtkgl 2.0 does not exist: (no gtkglarea for > gtk2) > > checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in > the pkg-config search path. > Perhaps you should add the directory containing `gtkgl-2.0.pc' > > Perhaps pygtk2 could use

Re: [pygtk] Plugs and Sockets

2002-07-13 Thread James Henstridge
John J Breen wrote: >Hey, > I am having some trouble getting plugs and sockets to work >correctly. I have visited >http://www.gnome.org/~james/pygtk-docs/class-gtksocket.html >to see the necessary calls I need to make but gtk.mysocket.get_id() does >not seem to be working. It doesnt seem to

[pygtk] pygtk - gtkglext

2002-07-13 Thread Ben Hines
I assume this is because gtkgl 2.0 does not exist: (no gtkglarea for gtk2) checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtkgl-2.0.pc' Perhaps pygtk2 could use the new gtkglext instead. gtkgle

[pygtk] Plugs and Sockets

2002-07-13 Thread John J Breen
Hey, I am having some trouble getting plugs and sockets to work correctly. I have visited http://www.gnome.org/~james/pygtk-docs/class-gtksocket.html to see the necessary calls I need to make but gtk.mysocket.get_id() does not seem to be working. It doesnt seem to be defined either, when I