Time to rethink GTK+ Tab Dragging
Friday, December 15th, 2006I’ve been planning on adding tab drag-and-drop functionality to VMware Workstation 6.0. Rather than implementing this ability from scratch (which I did with Gaim, and would rather not do again), I took the sane approach and started investigating the GTK+ 2.10 API for GtkNotebook tab drag-and-drop.
This is functionality that many applications have had to implement [...]