Re: [pygtk] PyGTK gtkmm C++ wrap - possible?

2004-12-06 Thread Fabien COUTANT
[...] When I finally managed it to wrap the C++ code using SWIG the next problem occured. When I try for example... window = gtk.Window() widget = MyCustomWidget() window.add(widget) ...I get an exception saying I'd have to pass a gtk.widget instead of a string?! As far as I

Re: [pygtk] Simple TreeView API

2004-10-07 Thread Fabien COUTANT
On Wed, 2004-10-06 at 23:10 +1300, John C Barstow wrote: ANY feedback would be helpful I have no technical feedback to provide, actually. Anyway, I want to stress that those who I talk about pygtk will always complain about the convolution of tree/list widgets it provides. Powerful,

Re: [pygtk] pyGTK + windows + skins

2004-03-18 Thread Fabien COUTANT
Hi! Since I use GTK2 for a project at work I can give some advice on this... On Thursday, 18 March 2004, you (Tyler W. Wilson) wrote: | - The standard location for themes is GTK Folder/2.0/share/themes. You | can drop any theme you want in there. More exactly the location is GTK

Re: [pygtk] pyGTK + windows + skins

2004-03-18 Thread Fabien COUTANT
On Thursday, 18 March 2004, you (Christian Robottom Reis) wrote: | More exactly the location is GTK folder/share/themes. | | - FAQ 21.13 | | http://www.async.com.br/faq/pygtk/index.py?req=showfile=faq21.013.htp | | Reviews and corrections appreciated. Hmmm this pertains more to a GTK

Re: [pygtk] pyGTK + windows + skins

2004-03-18 Thread Fabien COUTANT
On Thursday, 18 March 2004, you (Michal Pasternak) wrote: | Fabien COUTANT [Thu, Mar 18, 2004 at 01:46:52PM +0100]: | All themes mostly work with some off-by-one glitch drawing seen on the | right of some borders. | | Do you mean this right-lower corner pixel missing in buttons? | | I'd really

Re: [pygtk] Patch to those who use glc.py (Python Glade Code Generator)

2001-10-18 Thread Fabien COUTANT
Hello Rodrigo, I'm the guy who wrote gladepyc. On Thursday, 18 October 2001, you (Rodrigo Senra) wrote: ... Cool tip about gladepyc, is there a good reason for the absence of a link to this project in PyGTK Home Page ? Good idea. Don't know why, I didn't think about it before. However I

Re: [pygtk] Request for Comments: shorter widget class names

2001-09-12 Thread Fabien COUTANT
Hello everybody, On Wednesday, 12 September 2001, you (James Henstridge) wrote: One request that has come up many times is to drop the Gtk prefix from the widget class names in pygtk. ... As this would cause large source incompatibility, I am looking for people's opinions about such a change

[pygtk] how to contribute

2001-03-29 Thread Fabien COUTANT
Hello, I'm working with pygtk-0.6.6 / Python 1.5.2 and would like to implement some missing bindings to it, since it doesn't seem too difficult, and I'm familiar with Python and it's API. I saw by browsing the list, that the next major version is already scheduled as version 2.0, but what I

Re: gladepyc (was Re: [pygtk] how to contribute)

2001-03-29 Thread Fabien COUTANT
On Thursday, 29 March 2001, you (Alexandre Fayolle) wrote: On Thu, 29 Mar 2001, Fabien COUTANT wrote: PS: this will be used to complete a tool I wrote: http://www.fcoutant.freesurf.fr/gladepyc.html This could be a very useful tool. What has stopped me using glade so far is the lack

[pygtk] [request] glade mapping completion

2000-07-05 Thread Fabien COUTANT
I found that the glade_xml_new_from_memory function is missing. Would it be feasible to add it to pygtk ? PS: CC me for the answer, I'm not subscribed on the list -- yet. Thanks. -- Hope this helps, Fabien. ___ pygtk mailing list [EMAIL PROTECTED]