[pygtk] DND on non-editable textview

2006-05-08 Thread Le Boulanger Yann
Hi all, I'm trying to implement DND of files (from a file manager) to a textview. here is my code: self.TARGET_TYPE_URI_LIST = 80 tv.connect('drag_data_received', self.on_drag_data_received) tv.drag_dest_set(gtk.DEST_DEFAULT_ALL, [ ( 'text/uri-list', 0, self.TARGET_TYPE_URI_LIST ) ],

Re: [pygtk] Toggle menu item and toggle button syncronized

2006-05-08 Thread A.T.Hofkamp
Hello all, Adolfo González Blázquez wrote: Hello, I'm trying to syncronize a toggle menu item, and a toggle button, so when one of them is activated, the other one gets activated as well. The problem comes when cliking the menu item, i try to activate the button, and this catch the 'clicked' s

Re: [pygtk] Improving pygtk appearance, or moving to wxPython?

2006-05-08 Thread JUAN ERNESTO FLORES BELTRAN
thanks a lot!!! very helpfull!!! i will get the desired appeareance any computer this way thanks paul!! Juan From: Paul Malherbe <[EMAIL PROTECTED]> To: JUAN ERNESTO FLORES BELTRAN <[EMAIL PROTECTED]> Subject: Re: [pygtk] Improving pygtk appearance, or moving to wxPython? Date: Sat, 06