in reply to Re^3: Drag and Drop in Tkx
in thread Drag and Drop in Tkx
Note how Tkx::tooltip won't work without the require and import lines. Perhaps you can get at Tk's drag and drop functionality in a similar manner. Good luck.Tkx::package_require('tooltip'); Tkx::namespace_import("::tooltip::tooltip"); Tkx::tooltip($widget, "Some text.");
|
|---|