in reply to Drag & Drop Problem
But if I were asked to implement draggable columns with perl with Tk, I would use for example TkTreeCtrl, which allows draggable columns.
Also I used to write something with similar functionality recently using tablelist widget, which is damn powerful.
Well, I do not limit myself into limeted set of perl/Tk widgets, and I use all Tcl/Tk widgets freely with a use of Tcl::Tk CPAN module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Drag & Drop Problem
by Ace128 (Hermit) on May 20, 2006 at 13:22 UTC | |
by vkon (Curate) on May 20, 2006 at 16:08 UTC | |
by Ace128 (Hermit) on May 20, 2006 at 17:10 UTC |