Re: Drag and drop, inter-widget

2012-10-13 Thread John Coppens
On Sat, 13 Oct 2012 14:08:34 +0900 Tristan Van Berkom t...@gnome.org wrote: Hopefully for you... your work is high-level enough and your drag source is in the same application as your drop target... that means you get to set some pointer data and work completely around the drag-and-drop

Drag and drop, inter-widget

2012-10-12 Thread John Coppens
Hello guys, I've got DnD actually working, between a GtkTreeView and a GtkLayout. I'm using it to make a scheduler, where the TreeView has the classes to be scheduled, and the Layout is the actual grid. Though this works, I can't draw the correct size of the class period in the layout till I

Re: Drag and drop, inter-widget

2012-10-12 Thread Tristan Van Berkom
On Sat, Oct 13, 2012 at 1:02 PM, John Coppens j...@jcoppens.com wrote: Hello guys, I've got DnD actually working, between a GtkTreeView and a GtkLayout. I'm using it to make a scheduler, where the TreeView has the classes to be scheduled, and the Layout is the actual grid. Though this