[pygtk] Source documentation tool

2004-10-12 Thread Lucas Di Pentima
this message, to ask you if you use a tool like Doxygen to generate the API docs on pygtk. Thanks in advance! -- Lucas Di Pentima - Santa Fe, Argentina - Jabber ID: [EMAIL PROTECTED] LUNIX: Soluciones en GNU/Linux - http://www.lunix.com.ar GnuPG Public Key: http://random.sks.keyserver.penguin.de:11371/pks

Re: [pygtk] Source documentation tool

2004-10-12 Thread Lucas Di Pentima
with the wrapper generators, that is, that parses the .c files generated by the pygtk wrapper tools, that's why I asked on this list :-) Best regards, -- Lucas Di Pentima - Santa Fe, Argentina - Jabber ID: [EMAIL PROTECTED] LUNIX: Soluciones en GNU/Linux - http://www.lunix.com.ar GnuPG Public Key

Re: [pygtk] How to prevent a widget updating

2004-10-01 Thread Lucas Di Pentima
. Regards, - -- Lucas Di Pentima - Santa Fe, Argentina - Jabber ID: [EMAIL PROTECTED] LUNIX S.R.L. - Soluciones en GNU/Linux - http://www.lunix.com.ar GnuPG Public Key: http://search.keyserver.net:11371/pks/lookup?op=getsearch=0x6AA54FC9 Key fingerprint = BD3B 08C4 661A 8C3B 1855 740C 8F98 3FCF

[pygtk] Passing a GtkMenu from C to Python

2004-09-28 Thread Lucas Di Pentima
= Py_BuildValue (O, menu); ... ...but the program crashes without error message. I don't know if this is the correct mailing list to ask this kind of questions, if someone has an idea of what's going on, please tell me. Thanks in advance. -- Lucas Di Pentima - Santa Fe, Argentina - Jabber ID: [EMAIL

Re: [pygtk] Passing a GtkMenu from C to Python

2004-09-28 Thread Lucas Di Pentima
| module. Right now I'm only using PyGTK Python-side, I don't include pygtk.h headers, I suppose I should to be able to do what you told me. I didn't found developer documentation on PyGTK's website (only python related API, not C). Regards - -- Lucas Di Pentima - Santa Fe, Argentina - Jabber ID

Re: [pygtk] Passing a GtkMenu from C to Python

2004-09-28 Thread Lucas Di Pentima
| module. You were totally right, while you wrote pygobject_new(menu), I read PyObject_New(menu), hehe I should read more carefully. I've added init_gtk(), for that I've had to add #include pygtk/pygtk.h *before* adding pygobject.h (the linker goes crazy if otherwise) Thanks Johan :-) - -- Lucas Di

[pygtk] New subscriber, asking about embedding

2004-06-18 Thread Lucas Di Pentima
some parameter, I don't know if there's a direct way to do that, I searched the docs on the website but didn't found any reference, anyone can help me? Best regards, -- Lucas Di Pentima - Santa Fe, Argentina - Jabber ID: [EMAIL PROTECTED] LUNIX S.R.L. - Soluciones en GNU/Linux - http

Re: [pygtk] New subscriber, asking about embedding

2004-06-18 Thread Lucas Di Pentima
Ouch! I think I've found the answer on the FAQ :-) http://www.async.com.br/faq/pygtk/index.py?querytype=simplequery=PyGObjectreq=search Lucas Di Pentima wrote: Hi there boys and girls! I'm a new PyGTK user, I'm developing a C application using the GNOME [...] there's a direct way to do that, I