Re: [pygtk] drag and drop types

2004-06-13 Thread Thomas Mills Hinkle
Oh, the problem I observed also happens with the tutorial example: http://www.moeraki.com/pygtktutorial/pygtk2tutorial/examples/treeviewdnd.py Dragging from firefox works. Dragging from a gtk TextView or Entry or from gedit does not. Tom ___ pygtk maili

[pygtk] drag and drop types

2004-06-13 Thread Thomas Mills Hinkle
Hello -- I'm working with drag and drop and finding some frustrations. I've noticed that text buffers and entry boxes have drag-n-drop enabled by default. If I open gedit, type some text and drag it across into my pygtk app, the text shows up in the widget without me having to do any coding. Howe

Re: [pygtk] Question about clipboards

2004-06-13 Thread John Finlay
Dennis Craven wrote: Hello, My little project involves a gtk.TextView widget. It seems that this widget has a default right-click context menu that includes the typical cut/copy/paste entries, and they work very well. I am trying to include the same functionalities in the application's toolbar and

[pygtk] Question about clipboards

2004-06-13 Thread Dennis Craven
Hello, My little project involves a gtk.TextView widget. It seems that this widget has a default right-click context menu that includes the typical cut/copy/paste entries, and they work very well. I am trying to include the same functionalities in the application's toolbar and pulldown menus (with

[pygtk] gnome vfs - async operations

2004-06-13 Thread Michal Nowikowski
Heja Is it possible to include in CVS the patches provided in bug#121629. They give support for asynchronous operations from GNOME VFS. Best regards Godfryd -- | Michal Nowikowski <[EMAIL PROTECTED]> | BOFH excuse #338: old inkjet cartridges emanate barium-based fumes

[pygtk] insert_at_cursor signal - cannot connect?

2004-06-13 Thread michal salaban
hello, i wrote small application using pygtk and glade. everything works fine, with one exception: i can't connect a callback to insert_at_cursor signal. i have to check TextView contents after every modification. delete_from_cursor works fine, paste_clipboard also. insert_at_cursor doesn't. so f