[pygtk] applet .server file error / how to debug "panel add"?

2006-11-05 Thread Jorge Vargas
Hi I promise this is my last email tonight. I'm just stuck on this it seems there is a problem when creating the new instance from the "panel add", because if I open a shell and run python wp_thingy_view.py and then add it to the panel everything works ok (I even check bonobo-browser and the fact

[pygtk] updated sample on how to use setup_menu

2006-11-05 Thread Jorge Vargas
I found this which is reay old http://www.daa.com.au/pipermail/pygtk/2002-September/003393.html and I made it work with current code, unfortunatly the example wasn't complete so it is still not material for documentation. GNOME_HelloApplet.server Description: Binary data #!/usr/bin/env pyth

[pygtk] is there a gnome-python reference?

2006-11-05 Thread Jorge Vargas
I see at http://www.pygtk.org/reference.html reference for the bindings and gnome-python-extras but nothing for the gnome-python package. I'm looking for the gnomeapplet docs at the moment ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au

Re: [pygtk] gtk_image_new_from_file in pygtk?

2006-11-05 Thread Jorge Vargas
On 11/5/06, Gian Mario Tagliaretti <[EMAIL PROTECTED]> wrote: 2006/11/5, Jorge Vargas <[EMAIL PROTECTED]>: > hi I'm following > http://www.gnome.org/projects/ORBit2/appletstutorial.html#AEN72 > > since > http://www.pygtk.org/articles/applets_arturogf/index.html#AEN55 > is a bit outdated and it's

[pygtk] Button x- and ythicknesses

2006-11-05 Thread Osmo Salomaa
When putting close buttons on notebook tabs, I'd like the button to be as small as possible while still containing a menu-size icon. I looked at the C code of Gedit and Epiphany. In both, they create a new rc style and set the x- and ythicknesses to zero. rcstyle = gtk_rc_style_new (); rcs

[pygtk] checking the clipboard for changes

2006-11-05 Thread Khiraly
Hi! Im writing an application, where I need to display the changes of the clipboard. So if the text of the clipboard are changed, the application need to display it. I didnt find any gtk function to provide me this automatically(so the Gtk itself trigger an events, when the clipboard changes), am

Re: [pygtk] gtk_image_new_from_file in pygtk?

2006-11-05 Thread Gian Mario Tagliaretti
2006/11/5, Jorge Vargas <[EMAIL PROTECTED]>: hi I'm following http://www.gnome.org/projects/ORBit2/appletstutorial.html#AEN72 since http://www.pygtk.org/articles/applets_arturogf/index.html#AEN55 is a bit outdated and it's more oriented to the app in question then a general howto I hope that w

[pygtk] Re: ANNOUNCE: GnomePython 2.16.1

2006-11-05 Thread Gustavo J. A. M. Carneiro
On Dom, 2006-11-05 at 16:14 +, Gustavo J. A. M. Carneiro wrote: > GnomePython 2.16.1 has been just released. This a bugfix release. There was a problem in this release, so I released 2.16.2 too which requires PyGTK 2.10.3, not 2.10.4 (which doesn't exist). Sorry about that. -- Gustav

[pygtk] Having problems using gtk.CellRendererCombo

2006-11-05 Thread John Wood
Hello, I'm having a hard time using a gtk.CellRendererCombo in my treeview widget. The problem is that the combobox widget won't show. I've read the pygtk reference a number times and the I get no errors executing my code. I've created a small sample program which illustrates my problem. Any hel

[pygtk] ANNOUNCE: GnomePython 2.16.1

2006-11-05 Thread Gustavo J. A. M. Carneiro
GnomePython 2.16.1 has been just released. This a bugfix release. GnomePython provides python interfacing modules for most of the GNOME Developer Platform libraries (except those already wrapped somewhere else.) Currently the list of provided python modules includes: - gnome, gnome.ui - gn

[pygtk] gtk_image_new_from_file in pygtk?

2006-11-05 Thread Jorge Vargas
hi I'm following http://www.gnome.org/projects/ORBit2/appletstutorial.html#AEN72 since http://www.pygtk.org/articles/applets_arturogf/index.html#AEN55 is a bit outdated and it's more oriented to the app in question then a general howto I'm trying to look for a way to translate this image = gtk_i